diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/sympa/templates/sympa.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/sympa/templates/sympa.conf b/modules/sympa/templates/sympa.conf index 83654914..43a1a6d2 100644 --- a/modules/sympa/templates/sympa.conf +++ b/modules/sympa/templates/sympa.conf @@ -295,3 +295,7 @@ sendmail_aliases none # keep this enabled for bugzilla automatic mail sending # feature ( which are marked as such in the header ) reject_mail_from_automates_feature off + +# Rewrite header for DKIM signed messages and DMARC rejecting domains +# Will only work when we will have Sympa 6.1.22 or above +# dmarc_protection_mode=dkim_signature,dmarc_reject |