Telnet Postfix on 25 connect but doesn't return any banner
Posted
by
Moh
on Server Fault
See other posts from Server Fault
or by Moh
Published on 2014-06-06T11:12:26Z
Indexed on
2014/06/10
21:29 UTC
Read the original article
Hit count: 158
I have configured postfix on RHEL 6.4 and I can connect to postfix on 25 port but no banners return and ehlo doesn't work either.
I have uncommented the smtpd_banner line and here it how looks.
smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
My hostname returns my server's FQDN postfix.labp.com
Postfix is listening on all IPs on port 25.
I didn't touch the master.cf file and it looks configured properly or so I have noticed from other posts. I'm unable to find the culprit.
I would appreciate any help.
Thanks Mo
© Server Fault or respective owner