Allow TLSv1 for compatibility with older devices
This commit is contained in:
@@ -375,8 +375,8 @@ in
|
||||
smtpd_tls_auth_only = true;
|
||||
|
||||
# TLS versions supported for the SMTP server
|
||||
smtpd_tls_protocols = ">=TLSv1.2";
|
||||
smtpd_tls_mandatory_protocols = ">=TLSv1.2";
|
||||
smtpd_tls_protocols = ">=TLSv1";
|
||||
smtpd_tls_mandatory_protocols = ">=TLSv1";
|
||||
|
||||
# Require ciphersuites that OpenSSL classifies as "High"
|
||||
smtpd_tls_ciphers = "high";
|
||||
|
||||
Reference in New Issue
Block a user