5 pts.
 Edit SMTP reply codes?
Is it possible to change the SMTP session reply codes? We must change the following message given by our edge server. "550 5.7.1 Message rejected as spam by Content Filtering." Anyone?

Software/Hardware used:
ASKED: April 7, 2008  12:03 PM
UPDATED: April 23, 2008  11:07 AM

Answer Wiki:
In Exchange Server 2007, you can customize the Delivery Status Notification (DSN) text, not the numeric SMTP response code. Use the following shell command to create a new DSN. These can be created in different languages/locales. You can also use different DSN text for a particular response code (for example, 5.7.1) for internal and external senders: <pre>New-SystemMessage -DsnCode 5.7.1 -Language En -Text "Message rejected by the cool content filter" -Internal $false</pre>More details: How to Create a New DSN Message <a href="http://technet.microsoft.com/en-us/library/aa996803(EXCHG.80).aspx">http://technet.microsoft.com/en-us/library/aa996803(EXCHG.80).aspx</a>
Last Wiki Answer Submitted:  April 23, 2008  11:07 am  by  bsuneja   630 pts.
All Answer Wiki Contributors:  bsuneja   630 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _