From b620948befa57679f5a7e6358488a854714c5344 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 24 Aug 2021 10:28:17 +0200 Subject: [PATCH] remove redundant config --- rootfs/etc/confd/templates/main.cf.tmpl | 3 --- rootfs/etc/confd/templates/master.cf.tmpl | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/rootfs/etc/confd/templates/main.cf.tmpl b/rootfs/etc/confd/templates/main.cf.tmpl index d7eb019..a375894 100644 --- a/rootfs/etc/confd/templates/main.cf.tmpl +++ b/rootfs/etc/confd/templates/main.cf.tmpl @@ -44,9 +44,6 @@ smtpd_tls_mandatory_exclude_ciphers = {{getenv "TLS_EXCLUDE_CIPHERS" "aNULL, MD5 smtpd_tls_exclude_ciphers = {{getenv "TLS_EXCLUDE_CIPHERS" "aNULL, MD5, 3DES"}} smtpd_tls_wrappermode = no -smtp_tls_mandatory_ciphers = $smtpd_tls_mandatory_ciphers -smtp_tls_ciphers = $smtpd_tls_ciphers - lmtp_tls_mandatory_ciphers = $smtpd_tls_mandatory_ciphers lmtp_tls_ciphers = $smtpd_tls_ciphers diff --git a/rootfs/etc/confd/templates/master.cf.tmpl b/rootfs/etc/confd/templates/master.cf.tmpl index b62d9ac..6e7b117 100644 --- a/rootfs/etc/confd/templates/master.cf.tmpl +++ b/rootfs/etc/confd/templates/master.cf.tmpl @@ -1,5 +1,5 @@ submission inet n - - - - smtpd - -o syslog_name=postfix/submission + -o tls_preempt_cipherlist=yes -o smtpd_tls_security_level=encrypt smtp inet n - n - - smtpd