mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-17 16:45:06 +00:00
[Postfix] IMPORTANT: Disabling TLS 1.0 and 1.1 for submission and smtps
This commit is contained in:
parent
77d922c05a
commit
b5c844d704
1 changed files with 3 additions and 2 deletions
|
|
@ -192,8 +192,9 @@ postscreen_discard_ehlo_keywords = silent-discard, dsn
|
|||
compatibility_level = 2
|
||||
smtputf8_enable = yes
|
||||
# Define protocols for SMTPS and submission service
|
||||
submission_smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
|
||||
smtps_smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
|
||||
submission_smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1
|
||||
smtps_smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1
|
||||
|
||||
smtpd_client_recipient_rate_limit = 50
|
||||
|
||||
# DO NOT EDIT ANYTHING BELOW #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue