summaryrefslogtreecommitdiff
path: root/postfix-lmdb/master.patch
blob: 71dd124f3c8847bc842a2774562505c11f488989 (plain)
    1 --- master.cf.orig	2021-04-12 20:30:45.650213781 +0200
    2 +++ master.cf	2021-04-12 20:32:34.676882357 +0200
    3 @@ -10,6 +10,18 @@
    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=yes
   13 +#TLS # This was SMTPS aka :465. I use it as that.
   14 +#TLS submissions     inet  n       -       n       -       -       smtpd
   15 +#TLS  -o smtpd_tls_wrappermode=yes
   16 +#TLS  -o smtpd_sasl_auth_enable=no
   17 +tlsproxy  unix  -       -       n       -       0       tlsproxy
   18 +   -o tlsproxy_tls_security_level=encrypt
   19  #smtp      inet  n       -       n       -       1       postscreen
   20  #smtpd     pass  -       -       n       -       -       smtpd
   21  #dnsblog   unix  -       -       n       -       0       dnsblog

Generated by cgit