From e5e26c2b81a324cdc2bbb65c5c95124a4d7b33b7 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 25 Aug 2020 16:46:02 +0200 Subject: [PATCH] Typo in postfix's conf template --- data/templates/postfix/main.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/templates/postfix/main.cf b/data/templates/postfix/main.cf index 02b119cdc..b4b645138 100644 --- a/data/templates/postfix/main.cf +++ b/data/templates/postfix/main.cf @@ -45,7 +45,7 @@ tls_medium_cipherlist = ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA25 smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1, !TLSv1.2 smtpd_tls_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1, !TLSv1.2 -{% else %} +{% endif %} tls_preempt_cipherlist = no ###############################################################################