Add opportunistic TLS suppor for additional smtp port for internal network.

This commit is contained in:
Zhang Huangbin 2018-04-02 11:09:26 +02:00
parent 3abb3c2a08
commit 196b853894
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ in `/etc/postfix/master.cf` (on Linux/OpenBSD) or
2525 inet n - - - - smtpd
-o smtpd_sasl_auth_enable=yes
-o smtpd_sasl_security_options=noanonymous
-o smtpd_tls_security_level=may
-o smtpd_sender_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
```

View File

@ -45,6 +45,7 @@ in <code>/etc/postfix/master.cf</code> (on Linux/OpenBSD) or
<pre><code>2525 inet n - - - - smtpd
-o smtpd_sasl_auth_enable=yes
-o smtpd_sasl_security_options=noanonymous
-o smtpd_tls_security_level=may
-o smtpd_sender_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
</code></pre>