Page 1 of 1

Reverse DNS does not match SMTP banner

Posted: 11 Nov 2015 21:34
by curibe
how do i change SMTP banner on EFA??

Re: Reverse DNS does not match SMTP banner

Posted: 11 Nov 2015 23:25
by zohman
very good practice!

search for smtpd_banner in /etc/postfix/main.cf

Code: Select all

smtpd_banner = mail.example.com ESMTP Mail Service Ready
change mail.example.com to your ptr(rDNS),
restart\reload postfix for the changes to take effect,

Zohman.