1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-10-18 10:18:07 +02:00

fix clamav issue in logwatch

This commit is contained in:
Lukas Elsner 2020-01-13 17:58:34 -05:00
parent a559631641
commit 35df764107

@ -1477,6 +1477,7 @@ function _setup_mail_summary() {
function _setup_logwatch() {
notify 'inf' "Enable logwatch reports with recipient $LOGWATCH_RECIPIENT"
echo "LogFile = /var/log/mail/freshclam.log" >> /etc/logwatch/conf/logfiles/clam-update.conf
case "$LOGWATCH_INTERVAL" in
"daily" )
notify 'inf' "Creating daily cron job for logwatch reports"