Fix errors handling DKIM signatures and DMARC proofs.

This commit is contained in:
2025-11-25 22:34:40 +01:00
parent 3b3652ec55
commit eb18cf2a84
4 changed files with 153 additions and 28 deletions

View File

@@ -5116,6 +5116,8 @@ while IFS='' read -r _line || [[ -n $_line ]] ; do
smtp inet n - y - - smtpd
-o smtpd_proxy_filter=127.0.0.1:10024
-o content_filter=
-o smtpd_milters=
-o non_smtpd_milters=
EOF
if [[ "$SASL_AUTH_ENABLED" = "no" ]] ; then
cat >> $postfix_master_cf << EOF