Allow TLSv1 for compatibility with older devices

This commit is contained in:
Jakub Skokan
2020-10-28 21:41:00 +01:00
parent 6c11ff592e
commit af9fc4c519
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -392,8 +392,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";