From 771ff78a7e026bd7dde225423ae52d667d3d91e4 Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Sat, 30 Dec 2023 11:09:58 +0100 Subject: [PATCH] update, add silent-discard as recommended by postfix --- setup/mail-postfix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/mail-postfix.sh b/setup/mail-postfix.sh index 8353a902..6ceb2edf 100755 --- a/setup/mail-postfix.sh +++ b/setup/mail-postfix.sh @@ -73,7 +73,7 @@ tools/editconf.py /etc/postfix/main.cf \ # This short-term workaround is recommended at https://www.postfix.org/smtp-smuggling.html tools/editconf.py /etc/postfix/main.cf \ smtpd_data_restrictions=reject_unauth_pipelining \ - smtpd_discard_ehlo_keywords=chunking + smtpd_discard_ehlo_keywords="chunking, silent-discard" # ### Outgoing Mail