* Yep the mistake i did was that i was grepping for smtp_discard instead of
smtpd_discard
postconf | grep smtp_disc
smtp_discard_ehlo_keyword_address_maps =
smtp_discard_ehlo_keywords =
postconf | grep smtpd_disc
postscreen_discard_ehlo_keyword_address_maps =
$smtpd_discard_ehlo_keyword_address
pritam raote:
> ehlo localhost
> 250-AAA-AAD..com
> 250-PIPELINING
> 250-SIZE 31457280
> 250-VRFY
> 250-ETRN
> 250-STARTTLS
> 250-AUTH LOGIN PLAIN
> 250-AUTH=LOGIN PLAIN
> 250-ENHANCEDSTATUSCODES
> 250 8BITMIME
There is no DSN announcement, therefore, the mail client will not
reque
* Pls ignore this figured it out. It was disabled.
Thanks
telnet localhost 25
> Trying 127.0.0.1...
> Connected to localhost.localdomain (127.0.0.1).
> Escape character is '^]'.
> 220 AAA-AAD..com ESMTP Postfix
> ehlo localhost
> 250-AAA-AAD..com
> 250-PIPELINING
telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 AAA-AAD..com ESMTP Postfix
ehlo localhost
250-AAA-AAD..com
250-PIPELINING
250-SIZE 31457280
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH LOGIN PLAIN
250-A
pritam raote:
> Hello,
>
> * DSN(sender delivery status notification) does not work on my box running
> postfix.
> * the version of postfix on the non working box is postfix-2.8.7-1
DSN works only if:
1 - The POSTFIX SMTP server sends the DSN announcement to the REMOTE
SMTP client.
2 - The
Hello,
* DSN(sender delivery status notification) does not work on my box running
postfix.
* the version of postfix on the non working box is postfix-2.8.7-1
In Mozilla Thunderebird
write message --> options --> Delivery Status Notification
* Read this didnt help much http://www.postfix.org/DSN_