Merged in oherrala/puppet (pull request #30)

sendmail: Disable authentication from SMTP (TCP/25) port. Authenticated connections should go to Submission (TCP/587) port.
This commit is contained in:
Timo Mäkinen 2013-06-13 13:46:39 +03:00
commit 8a401ca1b3

View file

@ -51,7 +51,7 @@ FEATURE(`access_db', `hash -T<TMPF> -o /etc/mail/access.db')dnl
FEATURE(`blacklist_recipients')dnl
EXPOSED_USER(`root')dnl
dnl #
DAEMON_OPTIONS(`Port=smtp, Name=MTA')dnl
DAEMON_OPTIONS(`Port=smtp, Name=MTA, M=A')dnl
DAEMON_OPTIONS(`Port=submission, Name=MSA, M=Ea')dnl
dnl #
LOCAL_DOMAIN(`localhost.localdomain')dnl