From b4cbe3989c72f5a3cd73501aa0532a4f190087ad Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 22 Mar 2024 22:03:09 +0100 Subject: [PATCH] install_opendmarc.sh: change default value for 'RequiredHeaders' to 'false'. --- install_opendmarc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_opendmarc.sh b/install_opendmarc.sh index 550262e..edf03f4 100755 --- a/install_opendmarc.sh +++ b/install_opendmarc.sh @@ -31,7 +31,7 @@ config_file_name_value_parameters=" TrustedAuthservIDs|$(hostname -f) IgnoreHosts|/etc/opendmarc/ignore.hosts IgnoreAuthenticatedClients|true - RequiredHeaders|true + RequiredHeaders|false UMask|002 FailureReports|false AutoRestart|true