diff options
author | Thomas Backlund <tmb@mageia.org> | 2017-04-28 21:17:52 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2017-04-28 21:17:52 +0300 |
commit | 5cff4aa9f31fcac393f424e19804e34f8609e41a (patch) | |
tree | 26f3e6717ad29f471677575975effbf5404a2ce4 | |
parent | 472645ad62184c8d4ccef849bcf4d3100d310eb7 (diff) | |
download | puppet-5cff4aa9f31fcac393f424e19804e34f8609e41a.tar puppet-5cff4aa9f31fcac393f424e19804e34f8609e41a.tar.gz puppet-5cff4aa9f31fcac393f424e19804e34f8609e41a.tar.bz2 puppet-5cff4aa9f31fcac393f424e19804e34f8609e41a.tar.xz puppet-5cff4aa9f31fcac393f424e19804e34f8609e41a.zip |
sympa: enable 'rewrite header for DKIM signed messages and DMARC rejecting domains'
-rw-r--r-- | modules/sympa/templates/sympa.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sympa/templates/sympa.conf b/modules/sympa/templates/sympa.conf index 2c8ad269..24825262 100644 --- a/modules/sympa/templates/sympa.conf +++ b/modules/sympa/templates/sympa.conf @@ -298,4 +298,4 @@ 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 +dmarc_protection_mode=dkim_signature,dmarc_reject |