Upgrade/iRedMail/0.8.1-0.8.2

From iRedMail

(Difference between revisions)
Jump to: navigation, search
([FreeBSD only] Fix incorrect rotate setting for iRedAPD log file)
Line 1: Line 1:
 +
__TOC__
 +
 +
'''THIS TUTORIAL IS A DRAFT. DO NOT APPLY IT.'''
 +
 +
= ChangeLog =
 +
* 2012-06-14: Fix incorrect log rotate setting for iRedAPD on FreeBSD.
 +
= General (All backends should apply these upgrade steps) =
= General (All backends should apply these upgrade steps) =
Line 20: Line 27:
= MySQL backend special =
= MySQL backend special =
= PostgreSQL backend special =
= PostgreSQL backend special =
-
 
-
= ChangeLog =
 
-
* 2012-06-14: Fix incorrect log rotate setting for iRedAPD on FreeBSD.
 

Revision as of 11:44, 14 June 2012

Contents


THIS TUTORIAL IS A DRAFT. DO NOT APPLY IT.

ChangeLog

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

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

Personal tools