From 8781356a8835f0ebec8be3a70a5913468c89ab1b Mon Sep 17 00:00:00 2001 From: Christoph Date: Thu, 29 Apr 2021 18:32:34 +0200 Subject: [PATCH] install_opendmarc.sh: one more minor fix. --- install_opendmarc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_opendmarc.sh b/install_opendmarc.sh index 4280957..5de957e 100755 --- a/install_opendmarc.sh +++ b/install_opendmarc.sh @@ -28,7 +28,7 @@ config_file_name_value_parameters=" RejectFailures|true Syslog|true SyslogFacility|mail - TrustedAuthservIDs|localhost,$(hostname -f) + TrustedAuthservIDs|$(hostname -f) IgnoreHosts|/etc/opendmarc/ignore.hosts IgnoreAuthenticatedClients|true RequiredHeaders|true