[Postfix] TLS protocols for submission and smtps can be overriden using extra.cf (submission_smtpd_tls_mandatory_protocols and smtps_smtpd_tls_mandatory_protocols), thanks to @christianbur

[Postfix] Show overriding warnings when starting Postfix, but hide them in syslog output
This commit is contained in:
andryyy
2019-11-24 14:18:27 +01:00
parent dff81eda19
commit 4a36eb014c
4 changed files with 16 additions and 4 deletions

View File

@@ -187,8 +187,12 @@ transport_maps = pcre:/opt/postfix/conf/custom_transport.pcre,
smtp_sasl_auth_soft_bounce = no
postscreen_discard_ehlo_keywords = silent-discard, dsn
compatibility_level = 2
smtputf8_enable = no
smtputf8_enable = yes
# Define protocols for SMTPS and submission service
submission_smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
smtps_smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
# DO NOT EDIT ANYTHING BELOW #
# User overrides #
smtputf8_enable = no