diff options
-rw-r--r-- | ansible/roles/opendmarc/templates/opendmarc.conf.j2 | 2 |
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 |