sendmail: Disable authentication from SMTP (TCP/25) port. Authenticated connections should go to Submission (TCP/587) port.
This commit is contained in:
parent
e1f8215b50
commit
ee052ded68
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
|
FEATURE(`blacklist_recipients')dnl
|
||||||
EXPOSED_USER(`root')dnl
|
EXPOSED_USER(`root')dnl
|
||||||
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
|
DAEMON_OPTIONS(`Port=submission, Name=MSA, M=Ea')dnl
|
||||||
dnl #
|
dnl #
|
||||||
LOCAL_DOMAIN(`localhost.localdomain')dnl
|
LOCAL_DOMAIN(`localhost.localdomain')dnl
|
||||||
|
|
Loading…
Add table
Reference in a new issue