aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-07-30 00:57:03 +0100
committerGravatar Joe Banks <[email protected]>2024-07-31 13:25:56 +0100
commit1fe22d2aa448604fdd3961c4c698a6f9c0a9ae23 (patch)
tree598e2e282c3ed2aeeb5fbdcfc22cdb552c342745 /ansible
parentdmarc: update DMARC policy to be stricter (diff)
dmarc: reject failures
Diffstat (limited to 'ansible')
-rw-r--r--ansible/roles/opendmarc/templates/opendmarc.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/opendmarc/templates/opendmarc.conf.j2 b/ansible/roles/opendmarc/templates/opendmarc.conf.j2
index de26eea..5bb596a 100644
--- a/ansible/roles/opendmarc/templates/opendmarc.conf.j2
+++ b/ansible/roles/opendmarc/templates/opendmarc.conf.j2
@@ -16,7 +16,7 @@ IgnoreAuthenticatedClients true
# If needed in future
# IgnoreHosts /etc/opendmarc/ignore.hosts
-RejectFailures false
+RejectFailures true
ReportCommand /usr/sbin/sendmail -t
RequiredHeaders true
Socket inet:8893@localhost