Exchange 2007 - GenerateCopyOfDSNFor
Hello,
How do I receive NDR's for messages that bounce back with "#550 Service Unavailable" ? This is the error that we've received after being blacklisted by a frontbridge server.
It's required to enter it in the format of x.y.z, but would 5.5.0 work? I would assume not since that doesn't match what's in the headers.
Any input is greatly appreciated!
Matt
August 7th, 2008 12:26am
Do you have logging turned on for your Send connector? Although it would be a lot of information to sift through, that would include the above information. I don't know of anyway that you could easily get a copy of all of the NDR messages that are kicked back to your system.
Free Windows Admin Tool Kit Click here and download it now
August 8th, 2008 1:06am
Hi,
As my understanding, you want to copy NDR with content "#550 Service Unavailable" to a mailbox for managing purpose, is that true?
We can create a new transport rule to filter emails which subject or email body content contains #550 Service Unavailable and then select add a recipient in the To field addresses.
More information share with you:
Add delivery status notification (DSN) codes on the GenerateCopyOfDSNFor property
http://technet.microsoft.com/en-us/library/bb266977(EXCHG.80).aspx
Managing the Microsoft Exchange Recipient
http://technet.microsoft.com/en-us/library/bb430759(EXCHG.80).aspx
How to Create a New Transport Rule
http://technet.microsoft.com/en-us/library/bb123927.aspx
Hope it helps.
Xiu
August 8th, 2008 12:07pm
Use the command Set-OrganizationConfig -MicrosoftExchangeRecipientReplyRecipient "example@company.com"
After that, when you go to Organization configuration, Transport Hub, Global Setting, Property of "Transport settings". In the second tab Message delivery, bottom of the screen, you see all the code that you want to log.
Sorry if the translation is not correct, my Exchange server is in French.
After that, if the code 5.5.0 is in the list of code that you trap, you will receive an email in the mailbox that you set.
Free Windows Admin Tool Kit Click here and download it now
July 27th, 2010 6:54pm