remove redundant config

This commit is contained in:
Sebastian Hugentobler 2021-08-24 10:28:17 +02:00
parent 1203f21d06
commit b620948bef
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
2 changed files with 1 additions and 4 deletions

View File

@ -44,9 +44,6 @@ smtpd_tls_mandatory_exclude_ciphers = {{getenv "TLS_EXCLUDE_CIPHERS" "aNULL, MD5
smtpd_tls_exclude_ciphers = {{getenv "TLS_EXCLUDE_CIPHERS" "aNULL, MD5, 3DES"}} smtpd_tls_exclude_ciphers = {{getenv "TLS_EXCLUDE_CIPHERS" "aNULL, MD5, 3DES"}}
smtpd_tls_wrappermode = no smtpd_tls_wrappermode = no
smtp_tls_mandatory_ciphers = $smtpd_tls_mandatory_ciphers
smtp_tls_ciphers = $smtpd_tls_ciphers
lmtp_tls_mandatory_ciphers = $smtpd_tls_mandatory_ciphers lmtp_tls_mandatory_ciphers = $smtpd_tls_mandatory_ciphers
lmtp_tls_ciphers = $smtpd_tls_ciphers lmtp_tls_ciphers = $smtpd_tls_ciphers

View File

@ -1,5 +1,5 @@
submission inet n - - - - smtpd submission inet n - - - - smtpd
-o syslog_name=postfix/submission -o tls_preempt_cipherlist=yes
-o smtpd_tls_security_level=encrypt -o smtpd_tls_security_level=encrypt
smtp inet n - n - - smtpd smtp inet n - n - - smtpd