From 35df764107701ac4dfc5fdb3ae054b804f1e36d4 Mon Sep 17 00:00:00 2001 From: Lukas Elsner Date: Mon, 13 Jan 2020 17:58:34 -0500 Subject: [PATCH] fix clamav issue in logwatch --- target/start-mailserver.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/target/start-mailserver.sh b/target/start-mailserver.sh index 810ca7c4..64b14fd8 100644 --- a/target/start-mailserver.sh +++ b/target/start-mailserver.sh @@ -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"