From 7ec75ec0eb38354a8f26987a5b886b35a15e4e63 Mon Sep 17 00:00:00 2001 From: Vasiliy Gokoyev Date: Sun, 18 Dec 2022 14:54:38 -0500 Subject: [PATCH] fix: Change the default OpenDMARC policy to reject (#2933) --- target/opendmarc/opendmarc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/opendmarc/opendmarc.conf b/target/opendmarc/opendmarc.conf index efdbc4bb..dec9e96f 100644 --- a/target/opendmarc/opendmarc.conf +++ b/target/opendmarc/opendmarc.conf @@ -3,7 +3,7 @@ UMask 0002 PidFile /var/run/opendmarc.pid Syslog true -RejectFailures false +RejectFailures true IgnoreHosts /etc/opendmarc/ignore.hosts HistoryFile /var/run/opendmarc/opendmarc.dat