From 9533be039d117f84087212addbef13283674b274 Mon Sep 17 00:00:00 2001 From: ace Date: Sat, 15 Apr 2023 16:10:40 +0300 Subject: [PATCH] fix CHUNKING as follow https://www.mail-archive.com/postfix-users@postfix.org/msg91470.html --- roles/postfix/defaults/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/postfix/defaults/main.yaml b/roles/postfix/defaults/main.yaml index defd36e..b68cc1d 100644 --- a/roles/postfix/defaults/main.yaml +++ b/roles/postfix/defaults/main.yaml @@ -78,6 +78,7 @@ postfix_default_values: smtpd_helo_required = yes #smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, reject_unknown_sender_domain, reject_invalid_helo_hostname, reject_unauth_destination smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, reject_non_fqdn_sender, reject_unknown_sender_domain, reject_invalid_helo_hostname, reject_non_fqdn_helo_hostname, reject_unauth_destination + smtpd_discard_ehlo_keywords = '' # SASL auth with dovecot options smtpd_sasl_auth_enable = yes