postfix: adjust tls_CA* options to Debian
This commit is contained in:
parent
9385b71fbb
commit
9fa03363d2
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ disable_vrfy_command = yes
|
|||
smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, defer_unauth_destination
|
||||
|
||||
smtp_use_tls = yes
|
||||
smtp_tls_CApath = /etc/pki/tls/certs
|
||||
smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
|
||||
smtp_tls_CApath = /etc/ssl/certs
|
||||
smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
|
||||
smtp_tls_mandatory_protocols = !SSLv2,!SSLv3,!TLSv1,!TLSv1.1
|
||||
smtp_tls_protocols = !SSLv2,!SSLv3,!TLSv1,!TLSv1.1
|
||||
smtp_tls_security_level = may
|
||||
|
|
Loading…
Reference in a new issue