5 pts.
0
Q:
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?
ASKED: Apr 7 2008  12:03 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
615 pts.
0
A:
 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0
  • AddThis Social Bookmark Button
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:
New-SystemMessage -DsnCode 5.7.1 -Language En -Text "Message rejected by the cool content filter" -Internal $false
More details:
How to Create a New DSN Message
http://technet.microsoft.com/en-us/library/aa996803(EXCHG.80).aspx
Last Answered: Apr 23 2008  11:07 AM GMT by Bsuneja   615 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0