diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-03-01 19:43:59 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-03-01 19:43:59 +0200 |
commit | f690ea4c9859977056645e9c072b7769cb4cbe92 (patch) | |
tree | c36aafdaef6b45aeae474d0576f4128b5462200f | |
parent | e504c295ff20b552113c24c3d6f569ad211d268d (diff) | |
download | puppet-f690ea4c9859977056645e9c072b7769cb4cbe92.tar puppet-f690ea4c9859977056645e9c072b7769cb4cbe92.tar.gz puppet-f690ea4c9859977056645e9c072b7769cb4cbe92.tar.bz2 puppet-f690ea4c9859977056645e9c072b7769cb4cbe92.tar.xz puppet-f690ea4c9859977056645e9c072b7769cb4cbe92.zip |
re-add DKIM rewriting that got lost in 6.2.24 upgrade (mga#24452)
-rw-r--r-- | modules/sympa/templates/sympa.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/sympa/templates/sympa.conf b/modules/sympa/templates/sympa.conf index 6f6ebbdc..5632a125 100644 --- a/modules/sympa/templates/sympa.conf +++ b/modules/sympa/templates/sympa.conf @@ -575,6 +575,9 @@ dkim_add_signature_to robot,list ## host domain name dkim_signer_domain <%= vhost %> +## Rewrite header for DKIM signed messages and DMARC rejecting domains +dmarc_protection_mode dkim_signature,dmarc_reject + ###\\\\ Antivirus plug-in ////### ## Path to the antivirus scanner engine |