Upgrade/iRedMail/0.8.1-0.8.2

From iRedMail

(Difference between revisions)
Jump to: navigation, search
(Created page with '= General (All backends should apply these upgrade steps) = == [FreeBSD only] Fix incorrect rotate setting for iRedAPD log file == NOTE: This fix is only applicable to FreeBSD.…')
([FreeBSD only] Fix incorrect rotate setting for iRedAPD log file)
Line 16: Line 16:
# /etc/rc.d/syslogd restart
# /etc/rc.d/syslogd restart
</pre>}}
</pre>}}
 +
 +
= OpenLDAP backend special =
 +
= MySQL backend special =
 +
= PostgreSQL backend special =
= ChangeLog =
= ChangeLog =
* 2012-06-14: Fix incorrect log rotate setting for iRedAPD on FreeBSD.
* 2012-06-14: Fix incorrect log rotate setting for iRedAPD on FreeBSD.

Revision as of 11:41, 14 June 2012

Contents

General (All backends should apply these upgrade steps)

[FreeBSD only] Fix incorrect rotate setting for iRedAPD log file

NOTE: This fix is only applicable to FreeBSD.

iRedMail-0.8.1 defines incorrectly path of PID file in /etc/newsyslog.conf, so please fix it manually by editing /etc/newsyslog.conf.

  • Make sure you have below line in /etc/newsyslog.conf:
File: /etc/newsyslog.conf
/var/log/iredapd.log    root:wheel      640  7     *    24    Z /var/run/iredapd.pid
  • Then restart syslogd service:
Terminal:
# /etc/rc.d/syslogd restart

OpenLDAP backend special

MySQL backend special

PostgreSQL backend special

ChangeLog

  • 2012-06-14: Fix incorrect log rotate setting for iRedAPD on FreeBSD.
Personal tools