summaryrefslogtreecommitdiff
path: root/postfix-lmdb/master.patch
blob: 19ca910a11842e35bdc8ffd3d6e1cb8e7641383f (plain)
    1 --- master.cf	2021-02-10 01:28:29.091526626 +0100
    2 +++ master.cf.new	2021-02-10 01:30:19.998198603 +0100
    3 @@ -10,6 +10,17 @@
    4  #               (yes)   (yes)   (no)    (never) (100)
    5  # ==========================================================================
    6  smtp      inet  n       -       n       -       -       smtpd
    7 +#TLS Does: STARTTLS on :25, enforced STARTTLS on :587, always TLS on :465
    8 +#TLS   -o smtpd_tls_security_level=may
    9 +#TLS   -o smtpd_sasl_auth_enable=no
   10 +#TLS submission inet n       -       n       -       -       smtpd
   11 +#TLS  -o smtpd_tls_security_level=encrypt
   12 +#TLS  -o smtpd_sasl_auth_enable=no
   13 +#TLS submissions     inet  n       -       n       -       -       smtpd
   14 +#TLS  -o smtpd_tls_wrappermode=yes
   15 +#TLS  -o smtpd_sasl_auth_enable=no
   16 +tlsproxy  unix  -       -       n       -       0       tlsproxy
   17 +   -o tlsproxy_tls_security_level=encrypt
   18  #smtp      inet  n       -       n       -       1       postscreen
   19  #smtpd     pass  -       -       n       -       -       smtpd
   20  #dnsblog   unix  -       -       n       -       0       dnsblog

Generated by cgit