diff --git a/install_postfix_advanced.sh b/install_postfix_advanced.sh index a0ccbe1..f576533 100755 --- a/install_postfix_advanced.sh +++ b/install_postfix_advanced.sh @@ -1828,22 +1828,22 @@ smtp_tls_CAfile = $_TLS_CA_FILE # # List of TLS protocols that the Postfix SMTP server will exclude or # include with opportunistic TLS encryption. -smtpd_tls_protocols = !SSLv2, !SSLv3 +smtpd_tls_protocols = !SSLv2, !SSLv3, !TLSv1 # # The SSL/TLS protocols accepted by the Postfix SMTP server # with mandatory TLS encryption. -smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3 +smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1 # Disable SSLv2 SSLv3 - Postfix SMTP client # # List of TLS protocols that the Postfix SMTP client will exclude or # include with opportunistic TLS encryption. -smtp_tls_protocols = !SSLv2, !SSLv3 +smtp_tls_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1 # # List of SSL/TLS protocols that the Postfix SMTP client will use # with mandatory TLS encryption -smtp_tls_mandatory_protocols = !SSLv2, !SSLv3 +smtp_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1 ## - Activate des "Ephemeral Elliptic Curve Diffie-Hellman" (EECDH) key exchange