summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-10-18 13:59:41 +0200
committerGuilhem Moulin <guilhem@fripost.org>2024-10-18 13:59:47 +0200
commit65c50d958dd281d72423e1a4cf1ad195047109f7 (patch)
tree261ca943087d2157fcf2ee0625e45ea6cbe012c6
parent6b7ad809bbefc32216bac22547241ed402a570c8 (diff)
Set dmarc_protection_mode=all from dmarc_any.
Cf. https://www.sympa.community/gpldoc/man/sympa_config.5.html#dmarc_protection and https://sympa-community.github.io/manual/customize/dmarc-protection.html .
-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 683074e..a864a14 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_any
+dmarc_protection_mode all
###\\\\ Antivirus plug-in ////###