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"