|
@@ -38,6 +38,8 @@ unverified_sender_reject_code = 554
|
38
|
38
|
# TLS parameters
|
39
|
39
|
smtpd_tls_mandatory_protocols=!SSLv2,!SSLv3
|
40
|
40
|
smtp_tls_mandatory_protocols=!SSLv2,!SSLv3
|
|
41
|
+smtp_tls_protocols = !SSLv2,!SSLv3
|
|
42
|
+smtpd_tls_protocols = !SSLv2,!SSLv3
|
41
|
43
|
smtpd_tls_cert_file=/etc/ssl/certs/wildcard_combined.pem
|
42
|
44
|
smtpd_tls_key_file=/etc/ssl/private/wildcard_private.key
|
43
|
45
|
smtpd_use_tls=yes
|