From 13e1d575f9bf5ef719736625122b3be83d043a3f Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 26 Nov 2025 11:33:58 +0100 Subject: [PATCH] install_opendmarc.sh: remove duplicate setting 'AuthservID'. --- install_opendmarc.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install_opendmarc.sh b/install_opendmarc.sh index 163d5ea..4672056 100755 --- a/install_opendmarc.sh +++ b/install_opendmarc.sh @@ -30,7 +30,6 @@ config_file_name_value_parameters=" RejectFailures|true Syslog|true SyslogFacility|mail - TrustedAuthservIDs|$(hostname -f) IgnoreHosts|${opendmarc_base_dir}/ignore.hosts IgnoreMailFrom|${opendmarc_base_dir}/ignore.mailfrom IgnoreAuthenticatedClients|true