remove redundant config
This commit is contained in:
parent
1203f21d06
commit
b620948bef
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user