mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2026-03-29 10:11:08 +02:00
chore: update Postfix configuration
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
4b235bfc46
commit
092a1d6c2d
@ -45,7 +45,6 @@ smtp_tls_protocols = !SSLv2,!SSLv3,!TLSv1,!TLSv1.1
|
||||
smtpd_tls_mandatory_ciphers = high
|
||||
smtpd_tls_mandatory_protocols = !SSLv2,!SSLv3,!TLSv1,!TLSv1.1
|
||||
smtpd_tls_exclude_ciphers = aNULL, SEED, CAMELLIA, RSA+AES, SHA1
|
||||
smtpd_tls_dh1024_param_file = /etc/postfix/dhparams.pem
|
||||
smtpd_tls_CApath = /etc/ssl/certs
|
||||
smtp_tls_CApath = /etc/ssl/certs
|
||||
|
||||
@ -118,8 +117,6 @@ header_checks = pcre:/etc/postfix/maps/header_checks.pcre
|
||||
# Remove unwanted headers that reveal our privacy
|
||||
smtp_header_checks = pcre:/etc/postfix/maps/sender_header_filter.pcre
|
||||
|
||||
# The default compatibility_level is 0 - which retains legacy settings defaults:
|
||||
# http://www.postfix.org/COMPATIBILITY_README.html
|
||||
# If backwards-compatibility log messages appear, fix them by explicitly adding
|
||||
# the legacy or new default value (alternatively raise the compatibility_level)
|
||||
compatibility_level = 3.6
|
||||
# REF: https://www.postfix.org/COMPATIBILITY_README.html
|
||||
# https://www.postfix.org/postconf.5.html#compatibility_level
|
||||
compatibility_level = 3.10
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user