Allow TLSv1 for compatibility with older devices
This commit is contained in:
@@ -360,7 +360,7 @@ in
|
||||
|
||||
# https://ssl-config.mozilla.org/#server=dovecot&version=2.3.21&config=intermediate&openssl=3.4.1&guideline=5.7
|
||||
ssl = required
|
||||
ssl_min_protocol = TLSv1.2
|
||||
ssl_min_protocol = TLSv1
|
||||
ssl_prefer_server_ciphers = no
|
||||
ssl_curve_list = X25519MLKEM768:X25519:prime256v1:secp384r1
|
||||
|
||||
|
||||
@@ -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