Allow TLSv1 for compatibility with older devices

This commit is contained in:
Jakub Skokan
2020-10-28 21:41:00 +01:00
parent 23f0a53ca6
commit f6aa7e2b18
2 changed files with 3 additions and 3 deletions

View File

@@ -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";