From 32fba30bbc138d95958774a89f28656e770fc155 Mon Sep 17 00:00:00 2001 From: Casper Date: Fri, 29 Apr 2022 19:03:16 +0200 Subject: [PATCH] Don't issue warning when DKIM is not used (#2563) --- target/scripts/startup/setup-stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/scripts/startup/setup-stack.sh b/target/scripts/startup/setup-stack.sh index a3ec3cf4..21607296 100644 --- a/target/scripts/startup/setup-stack.sh +++ b/target/scripts/startup/setup-stack.sh @@ -657,7 +657,7 @@ function _setup_dkim chown -R opendkim:opendkim /etc/opendkim/ chmod -R 0700 /etc/opendkim/keys/ else - _log 'warn' 'No DKIM key(s) provided - check the documentation on how to get your keys' + _log 'debug' 'No DKIM key(s) provided - check the documentation on how to get your keys' [[ ! -f /etc/opendkim/KeyTable ]] && touch /etc/opendkim/KeyTable fi