summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-09-08 02:30:02 +0200
committerGuilhem Moulin <guilhem@fripost.org>2024-09-08 02:30:06 +0200
commit5778991cb8af86ace51a12a8cb366fc03006f097 (patch)
treebf19ea0d4069c82a9360aee5b0a0700cadc01452
parent2c9d2a5a210a4c2ed18de9dcedbe67228ce16c01 (diff)
Sympa: Default to dmarc_protection_mode=dmarc_reject.
-rw-r--r--roles/lists/files/etc/sympa/sympa/sympa.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/lists/files/etc/sympa/sympa/sympa.conf b/roles/lists/files/etc/sympa/sympa/sympa.conf
index 76573ac..683074e 100644
--- a/roles/lists/files/etc/sympa/sympa/sympa.conf
+++ b/roles/lists/files/etc/sympa/sympa/sympa.conf
@@ -285,7 +285,7 @@ dkim_signature_apply_on md5_authenticated_messages,smime_authenticated_messages,
## DMARC protection
## https://sympa-community.github.io/manual/customize/dmarc-protection.html
-dmarc_protection_mode dmarc_reject
+dmarc_protection_mode dmarc_any
###\\\\ Antivirus plug-in ////###