From 499d682d11af912c04292ac5751502a89b69388f Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Mon, 3 Jul 2017 10:05:13 +0800 Subject: [PATCH] Mention differet location of freshclam.conf. --- en_US/upgrade/0-upgrade.iredmail.0.9.6-0.9.7.md | 5 +++-- html/upgrade.iredmail.0.9.6-0.9.7.html | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/en_US/upgrade/0-upgrade.iredmail.0.9.6-0.9.7.md b/en_US/upgrade/0-upgrade.iredmail.0.9.6-0.9.7.md index 9af87964..19268110 100644 --- a/en_US/upgrade/0-upgrade.iredmail.0.9.6-0.9.7.md +++ b/en_US/upgrade/0-upgrade.iredmail.0.9.6-0.9.7.md @@ -133,8 +133,9 @@ service php-fpm restart ### Fixed: incorrect freshclam setting `UpdateLogFile` With iRedMail-0.9.6, freshclam program cannot update ClamAV signatures due to -improper log file permission, please open its config file `/etc/freshclam.conf`, -comment out setting `UpdateLogFile` to use syslog for logging. +improper log file permission, please open its config file `/etc/freshclam.conf` +or `/etc/clamav/freshclam.conf`, comment out setting `UpdateLogFile` to use +syslog for logging. ``` #UpdateLogFile ... # <- Comment out this parameter diff --git a/html/upgrade.iredmail.0.9.6-0.9.7.html b/html/upgrade.iredmail.0.9.6-0.9.7.html index c9796225..272bbe69 100644 --- a/html/upgrade.iredmail.0.9.6-0.9.7.html +++ b/html/upgrade.iredmail.0.9.6-0.9.7.html @@ -179,8 +179,9 @@ pool config file /etc/php-fpm.d/www.conf, please fix it with steps

Fixed: incorrect freshclam setting UpdateLogFile

With iRedMail-0.9.6, freshclam program cannot update ClamAV signatures due to -improper log file permission, please open its config file /etc/freshclam.conf, -comment out setting UpdateLogFile to use syslog for logging.

+improper log file permission, please open its config file /etc/freshclam.conf +or /etc/clamav/freshclam.conf, comment out setting UpdateLogFile to use +syslog for logging.

#UpdateLogFile ...          # <- Comment out this parameter
 LogSyslog true              # <- Make sure you have this line. If not present, please add it manually.