2021-09-15 16:51:01 +02:00
|
|
|
--- master.cf.orig 2021-09-15 16:42:06.307124019 +0200
|
|
|
|
+++ master.cf 2021-09-15 16:47:11.560462685 +0200
|
|
|
|
@@ -10,6 +10,20 @@
|
2021-02-11 00:43:00 +01:00
|
|
|
# (yes) (yes) (no) (never) (100)
|
|
|
|
# ==========================================================================
|
|
|
|
smtp inet n - n - - smtpd
|
2021-02-12 23:49:29 +01:00
|
|
|
+#TLS Does: STARTTLS on :25, enforced STARTTLS on :587, always TLS on :465
|
|
|
|
+#TLS -o smtpd_tls_security_level=may
|
2021-02-11 00:43:00 +01:00
|
|
|
+#TLS -o smtpd_sasl_auth_enable=no
|
|
|
|
+#TLS submission inet n - n - - smtpd
|
2021-09-15 16:51:01 +02:00
|
|
|
+#TLS -o syslog_name=postfix/submission
|
2021-02-11 00:43:00 +01:00
|
|
|
+#TLS -o smtpd_tls_security_level=encrypt
|
2021-04-12 20:36:05 +02:00
|
|
|
+#TLS -o smtpd_sasl_auth_enable=yes
|
|
|
|
+#TLS # This was SMTPS aka :465. I use it as that.
|
2021-02-11 00:43:00 +01:00
|
|
|
+#TLS submissions inet n - n - - smtpd
|
2021-09-15 16:51:01 +02:00
|
|
|
+#TLS -o syslog_name=postfix/submissions
|
2021-02-11 00:43:00 +01:00
|
|
|
+#TLS -o smtpd_tls_wrappermode=yes
|
2021-02-12 23:49:29 +01:00
|
|
|
+#TLS -o smtpd_sasl_auth_enable=no
|
2021-02-11 00:43:00 +01:00
|
|
|
+tlsproxy unix - - n - 0 tlsproxy
|
2021-09-15 16:51:01 +02:00
|
|
|
+ -o tlsproxy_tls_security_level=encrypt
|
2021-02-11 00:43:00 +01:00
|
|
|
#smtp inet n - n - 1 postscreen
|
|
|
|
#smtpd pass - - n - - smtpd
|
|
|
|
#dnsblog unix - - n - 0 dnsblog
|