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:
commit
8a401ca1b3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue