> <html>
> <head>
> <meta content="text/html; charset=ISO-8859-1"
> http-equiv="Content-Type">
> </head>
> <body bgcolor="#FFFFFF" text="#000000">
> Nevermind, I have finally found an article that explains DSN from
> behind the scenes. It is quite different than just a standard "250
> OK" status message of course. Article was written in 1997
> apparently, but still helpful
> (<a class="moz-txt-link-freetext" href="http://email.about.com/library/weekly/aa082597.htm">http://email.about.com/library/weekly/aa082597.htm</a>)<br>
> <br>
> On to a different question, does Postfix have any features I am
> unaware of that can still generate a "success" message if the remote
> mail server responds with a "250"?<br>
Postfix will send DSN "success" notification when the remote server
does NOT announce DSN support.
If the server announces DSN support, then Postfix is no longer
responsible for sending DSN "success" notification.
Thanks! That's different from what I read in that article then... according to that article the remote mail server needs to support DSN as well for the reports to be generated.
If what you are saying is correct, how can I go about diagnosing why I am not receiving DSN "success" notices when mail is sent to this one specific mail server I provided in my log output?
> Russell Jones:
>> <html>
>> <head>
>> <meta content="text/html; charset=ISO-8859-1"
>> http-equiv="Content-Type">
>> </head>
>> <body bgcolor="#FFFFFF" text="#000000">
>> Nevermind, I have finally found an article that explains DSN from
>> behind the scenes. It is quite different than just a standard "250
>> OK" status message of course. Article was written in 1997
>> apparently, but still helpful
>> (<a class="moz-txt-link-freetext" href="http://email.about.com/library/weekly/aa082597.htm">http://email.about.com/library/weekly/aa082597.htm</a>)<br>
>> <br>
>> On to a different question, does Postfix have any features I am
>> unaware of that can still generate a "success" message if the remote
>> mail server responds with a "250"?<br>
> Postfix will send DSN "success" notification when the remote server
> does NOT announce DSN support.
> If the server announces DSN support, then Postfix is no longer
> responsible for sending DSN "success" notification.
> Thanks! That's different from what I read in that article then... > according to that article the remote mail server needs to support DSN as > well for the reports to be generated.
Per RFC 3461..3464, Postfix sends DSN "relayed" (not success) if
the remote server does not announce DSN support. The RFCs are
public documents, so you don't have to take my word for it.
If the remote server announces DSN support, and you receive no
"success" or "relayed" notification, then some remote system does
not implement DSN correctly.
Debugging remote SMTP servers is outside the scope of Postfix
support.
This problematic mail server does announce DSN when you telnet to it, while Google, Yahoo etc do not announce DSN support.
Thanks for your help. Final question (hopefully), is there a way to ignore DSN announcements from remote servers and just treat them as if they don't support DSN, that way I can get the relay/success emails I need? I've read through the DSN readme (http://www.postfix.org/DSN_README.html) and it doesn't appear to cover that (if it's an option). I also searched for "dsn" on (http://www.postfix.org/postconf.5.html) for main.cf options for doing this with no luck.
>> Thanks! That's different from what I read in that article then...
>> according to that article the remote mail server needs to support DSN as
>> well for the reports to be generated.
> Per RFC 3461..3464, Postfix sends DSN "relayed" (not success) if
> the remote server does not announce DSN support. The RFCs are
> public documents, so you don't have to take my word for it.
> If the remote server announces DSN support, and you receive no
> "success" or "relayed" notification, then some remote system does
> not implement DSN correctly.
> Debugging remote SMTP servers is outside the scope of Postfix
> support.
> This problematic mail server does announce DSN when you telnet to it, > while Google, Yahoo etc do not announce DSN support.
> Thanks for your help. Final question (hopefully), is there a way to > ignore DSN announcements from remote servers and just treat them as if > they don't support DSN, that way I can get the relay/success emails I > need? I've read through the DSN readme > (http://www.postfix.org/DSN_README.html) and it doesn't appear to cover > that (if it's an option). I also searched for "dsn" on > (http://www.postfix.org/postconf.5.html) for main.cf options for doing > this with no luck.