mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Don't issue warning when DKIM is not used (#2563)
This commit is contained in:
parent
49a337ccfa
commit
32fba30bbc
|
@ -657,7 +657,7 @@ function _setup_dkim
|
||||||
chown -R opendkim:opendkim /etc/opendkim/
|
chown -R opendkim:opendkim /etc/opendkim/
|
||||||
chmod -R 0700 /etc/opendkim/keys/
|
chmod -R 0700 /etc/opendkim/keys/
|
||||||
else
|
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
|
[[ ! -f /etc/opendkim/KeyTable ]] && touch /etc/opendkim/KeyTable
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue