Don't issue warning when DKIM is not used (#2563)

This commit is contained in:
Casper 2022-04-29 19:03:16 +02:00 committed by GitHub
parent 49a337ccfa
commit 32fba30bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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