Mention one fix is rhel/centos only.

This commit is contained in:
Zhang Huangbin 2017-10-10 09:28:27 +08:00
parent 1a85f085f9
commit cca66fdb10
2 changed files with 16 additions and 0 deletions

View File

@ -102,6 +102,10 @@ smtpd_helo_restrictions =
### Fixed: incorrect owner and permission for rotated Dovecot log files
!!! attention
This is applicable to Linux, not FreeBSD and OpenBSD.
iRedMail-0.9.6 and earlier releases have an incorrect logrotate setting for
Dovecot log file, it causes all Dovecot log files are empty due to no required
permission to open log files. Please follow steps below to fix it.
@ -144,6 +148,10 @@ service php-fpm restart
### Fixed: incorrect freshclam setting `UpdateLogFile`
!!! attention
This is applicable to RHEL/CentOS system.
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`
or `/etc/clamav/freshclam.conf`, comment out setting `UpdateLogFile` to use

View File

@ -154,6 +154,10 @@ below to fix it.</p>
<li>Reloading or restarting Postfix service is required.</li>
</ul>
<h3 id="fixed-incorrect-owner-and-permission-for-rotated-dovecot-log-files">Fixed: incorrect owner and permission for rotated Dovecot log files</h3>
<div class="admonition attention">
<p class="admonition-title">Attention</p>
<p>This is applicable to Linux, not FreeBSD and OpenBSD.</p>
</div>
<p>iRedMail-0.9.6 and earlier releases have an incorrect logrotate setting for
Dovecot log file, it causes all Dovecot log files are empty due to no required
permission to open log files. Please follow steps below to fix it.</p>
@ -189,6 +193,10 @@ pool config file <code>/etc/php-fpm.d/www.conf</code>, please fix it with steps
</code></pre>
<h3 id="fixed-incorrect-freshclam-setting-updatelogfile">Fixed: incorrect freshclam setting <code>UpdateLogFile</code></h3>
<div class="admonition attention">
<p class="admonition-title">Attention</p>
<p>This is applicable to RHEL/CentOS system.</p>
</div>
<p>With iRedMail-0.9.6, freshclam program cannot update ClamAV signatures due to
improper log file permission, please open its config file <code>/etc/freshclam.conf</code>
or <code>/etc/clamav/freshclam.conf</code>, comment out setting <code>UpdateLogFile</code> to use