What are the values of Exchange's XSHADOW and XQDISCARD commands? Announcing the arrival of...
New Order #6: Easter Egg
i2c bus hangs in master RPi access to MSP430G uC ~1 in 1000 accesses
After Sam didn't return home in the end, were he and Al still friends?
Delete free apps from library
What initially awakened the Balrog?
Why is std::move not [[nodiscard]] in C++20?
How can I prevent/balance waiting and turtling as a response to cooldown mechanics
Is there hard evidence that the grant peer review system performs significantly better than random?
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
How do living politicians protect their readily obtainable signatures from misuse?
Sally's older brother
Can you force honesty by using the Speak with Dead and Zone of Truth spells together?
GDP with Intermediate Production
What are the main differences between the original Stargate SG-1 and the Final Cut edition?
Google .dev domain strangely redirects to https
How to ask rejected full-time candidates to apply to teach individual courses?
Why is a lens darker than other ones when applying the same settings?
Why not use the yoke to control yaw, as well as pitch and roll?
Why are vacuum tubes still used in amateur radios?
Simple Line in LaTeX Help!
How to align enumerate environment inside description environment
Why is it faster to reheat something than it is to cook it?
AppleTVs create a chatty alternate WiFi network
Asymptotics question
What are the values of Exchange's XSHADOW and XQDISCARD commands?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Come Celebrate our 10 Year Anniversary!Exchange 2003 SP2 Mail Delivery Problem - Sending server sends QUIT command to EHLO responseExchange emails not delivering for one userEnabling Basic Authentication on Exchange 2010 SP1Exchange Server 2010 Relaying SpamExchange 2010 SP3: 4.3.1 Insufficient system resourcesExchange 2007 issue internet receive connectorExchange 2003 SMTP does not receive RCPT from senderExchange 2010 not receiving some emailsHow do I enable recipient verification in Exchange?I have to input HELO/EHLO commands twice before it registers on receiving server while testing SMTP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
Shadow redundancy is an Exchange-specific feature (beginning with Exchange 2010) that provides a measure of fault tolerance when relaying email messages with SMTP.
The sending Exchange server sends the EHLO
command.
EHLO smtp_sender.example.com
The receiving Exchange server may advertise that it supports shadow redundancy with the XSHADOW
keyword.
250-smtp_receiver.example.com
250 XSHADOW
The sending Exchange server can then use the XSHADOW
command, thus informing the receiving Exchange server that it plans to utilize this feature.
XSHADOW MGE5N2Q4YjgtNTg4MC00MGYzLWEzNWUtOWE3ZDk4ZGJjMDFlQFVDLUhDMS51bmlib3gubWVA
Question #1 - What is the value of the string that follows the XSHADOW
command?
If the receiving Exchange server agrees, it replies with a 250
status code.
250 tStREZcEVUiXW96O4lqrJA==
Question #2 - What is the value of the string that follows the 250
?
At a later time, the sending Exchange server will use the XQDISCARD
command to query the receiving Exchange server to determine if it was successful in relaying the message.
XQDISCARD 50
Question #3 - What is the value of the string that follows XQDISCARD
?
If the receiving Exchange server has successfully relayed the message, then it will reply with a 250
status code.
250 845e8916-2efb-444f-b7ea-5e676ddfa6a5
Question #4 - What is the value of the string that follows the 250
?
I've read that it's a unique ID for the message that was relayed, but I don't see where this ID was previously exchanged between the servers.
exchange exchange-2010 smtp
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Shadow redundancy is an Exchange-specific feature (beginning with Exchange 2010) that provides a measure of fault tolerance when relaying email messages with SMTP.
The sending Exchange server sends the EHLO
command.
EHLO smtp_sender.example.com
The receiving Exchange server may advertise that it supports shadow redundancy with the XSHADOW
keyword.
250-smtp_receiver.example.com
250 XSHADOW
The sending Exchange server can then use the XSHADOW
command, thus informing the receiving Exchange server that it plans to utilize this feature.
XSHADOW MGE5N2Q4YjgtNTg4MC00MGYzLWEzNWUtOWE3ZDk4ZGJjMDFlQFVDLUhDMS51bmlib3gubWVA
Question #1 - What is the value of the string that follows the XSHADOW
command?
If the receiving Exchange server agrees, it replies with a 250
status code.
250 tStREZcEVUiXW96O4lqrJA==
Question #2 - What is the value of the string that follows the 250
?
At a later time, the sending Exchange server will use the XQDISCARD
command to query the receiving Exchange server to determine if it was successful in relaying the message.
XQDISCARD 50
Question #3 - What is the value of the string that follows XQDISCARD
?
If the receiving Exchange server has successfully relayed the message, then it will reply with a 250
status code.
250 845e8916-2efb-444f-b7ea-5e676ddfa6a5
Question #4 - What is the value of the string that follows the 250
?
I've read that it's a unique ID for the message that was relayed, but I don't see where this ID was previously exchanged between the servers.
exchange exchange-2010 smtp
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
+1 for a unique Exchange question with tough to find answers.
– TheCleaner
Feb 13 '13 at 15:05
add a comment |
Shadow redundancy is an Exchange-specific feature (beginning with Exchange 2010) that provides a measure of fault tolerance when relaying email messages with SMTP.
The sending Exchange server sends the EHLO
command.
EHLO smtp_sender.example.com
The receiving Exchange server may advertise that it supports shadow redundancy with the XSHADOW
keyword.
250-smtp_receiver.example.com
250 XSHADOW
The sending Exchange server can then use the XSHADOW
command, thus informing the receiving Exchange server that it plans to utilize this feature.
XSHADOW MGE5N2Q4YjgtNTg4MC00MGYzLWEzNWUtOWE3ZDk4ZGJjMDFlQFVDLUhDMS51bmlib3gubWVA
Question #1 - What is the value of the string that follows the XSHADOW
command?
If the receiving Exchange server agrees, it replies with a 250
status code.
250 tStREZcEVUiXW96O4lqrJA==
Question #2 - What is the value of the string that follows the 250
?
At a later time, the sending Exchange server will use the XQDISCARD
command to query the receiving Exchange server to determine if it was successful in relaying the message.
XQDISCARD 50
Question #3 - What is the value of the string that follows XQDISCARD
?
If the receiving Exchange server has successfully relayed the message, then it will reply with a 250
status code.
250 845e8916-2efb-444f-b7ea-5e676ddfa6a5
Question #4 - What is the value of the string that follows the 250
?
I've read that it's a unique ID for the message that was relayed, but I don't see where this ID was previously exchanged between the servers.
exchange exchange-2010 smtp
Shadow redundancy is an Exchange-specific feature (beginning with Exchange 2010) that provides a measure of fault tolerance when relaying email messages with SMTP.
The sending Exchange server sends the EHLO
command.
EHLO smtp_sender.example.com
The receiving Exchange server may advertise that it supports shadow redundancy with the XSHADOW
keyword.
250-smtp_receiver.example.com
250 XSHADOW
The sending Exchange server can then use the XSHADOW
command, thus informing the receiving Exchange server that it plans to utilize this feature.
XSHADOW MGE5N2Q4YjgtNTg4MC00MGYzLWEzNWUtOWE3ZDk4ZGJjMDFlQFVDLUhDMS51bmlib3gubWVA
Question #1 - What is the value of the string that follows the XSHADOW
command?
If the receiving Exchange server agrees, it replies with a 250
status code.
250 tStREZcEVUiXW96O4lqrJA==
Question #2 - What is the value of the string that follows the 250
?
At a later time, the sending Exchange server will use the XQDISCARD
command to query the receiving Exchange server to determine if it was successful in relaying the message.
XQDISCARD 50
Question #3 - What is the value of the string that follows XQDISCARD
?
If the receiving Exchange server has successfully relayed the message, then it will reply with a 250
status code.
250 845e8916-2efb-444f-b7ea-5e676ddfa6a5
Question #4 - What is the value of the string that follows the 250
?
I've read that it's a unique ID for the message that was relayed, but I don't see where this ID was previously exchanged between the servers.
exchange exchange-2010 smtp
exchange exchange-2010 smtp
edited Feb 13 '13 at 15:04
james.garriss
asked Feb 13 '13 at 14:32
james.garrissjames.garriss
265517
265517
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
+1 for a unique Exchange question with tough to find answers.
– TheCleaner
Feb 13 '13 at 15:05
add a comment |
+1 for a unique Exchange question with tough to find answers.
– TheCleaner
Feb 13 '13 at 15:05
+1 for a unique Exchange question with tough to find answers.
– TheCleaner
Feb 13 '13 at 15:05
+1 for a unique Exchange question with tough to find answers.
– TheCleaner
Feb 13 '13 at 15:05
add a comment |
1 Answer
1
active
oldest
votes
I am only able to answer Question#1:
The value after XSHADOW is base64 encoded and contains an unique ID, in your case it was:
0a97d8b8-5880-40f3-a35e-9a7d98dbc01e@UC-HC1.unibox.me@
Thank you. And what, exactly, does it uniquely identify?
– james.garriss
Oct 25 '17 at 14:22
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f478383%2fwhat-are-the-values-of-exchanges-xshadow-and-xqdiscard-commands%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I am only able to answer Question#1:
The value after XSHADOW is base64 encoded and contains an unique ID, in your case it was:
0a97d8b8-5880-40f3-a35e-9a7d98dbc01e@UC-HC1.unibox.me@
Thank you. And what, exactly, does it uniquely identify?
– james.garriss
Oct 25 '17 at 14:22
add a comment |
I am only able to answer Question#1:
The value after XSHADOW is base64 encoded and contains an unique ID, in your case it was:
0a97d8b8-5880-40f3-a35e-9a7d98dbc01e@UC-HC1.unibox.me@
Thank you. And what, exactly, does it uniquely identify?
– james.garriss
Oct 25 '17 at 14:22
add a comment |
I am only able to answer Question#1:
The value after XSHADOW is base64 encoded and contains an unique ID, in your case it was:
0a97d8b8-5880-40f3-a35e-9a7d98dbc01e@UC-HC1.unibox.me@
I am only able to answer Question#1:
The value after XSHADOW is base64 encoded and contains an unique ID, in your case it was:
0a97d8b8-5880-40f3-a35e-9a7d98dbc01e@UC-HC1.unibox.me@
answered Oct 25 '17 at 13:34
capitano666capitano666
1013
1013
Thank you. And what, exactly, does it uniquely identify?
– james.garriss
Oct 25 '17 at 14:22
add a comment |
Thank you. And what, exactly, does it uniquely identify?
– james.garriss
Oct 25 '17 at 14:22
Thank you. And what, exactly, does it uniquely identify?
– james.garriss
Oct 25 '17 at 14:22
Thank you. And what, exactly, does it uniquely identify?
– james.garriss
Oct 25 '17 at 14:22
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f478383%2fwhat-are-the-values-of-exchanges-xshadow-and-xqdiscard-commands%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
+1 for a unique Exchange question with tough to find answers.
– TheCleaner
Feb 13 '13 at 15:05