Reverse DNS does not match SMTP banner

Questions and answers about how to do stuff
Post Reply
curibe
Posts: 74
Joined: 26 Feb 2014 22:38

Reverse DNS does not match SMTP banner

Post by curibe »

how do i change SMTP banner on EFA??
zohman
Posts: 42
Joined: 12 Sep 2015 07:36

Re: Reverse DNS does not match SMTP banner

Post 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.
Post Reply