From 1fe22d2aa448604fdd3961c4c698a6f9c0a9ae23 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Tue, 30 Jul 2024 00:57:03 +0100 Subject: dmarc: reject failures --- ansible/roles/opendmarc/templates/opendmarc.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible') 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 -- cgit v1.2.3