diff --git a/html/upgrade.iredmail.0.9.1-0.9.2.html b/html/upgrade.iredmail.0.9.1-0.9.2.html index 722c3cae..c0873b20 100644 --- a/html/upgrade.iredmail.0.9.1-0.9.2.html +++ b/html/upgrade.iredmail.0.9.1-0.9.2.html @@ -17,7 +17,8 @@
  • ChangeLog
  • General (All backends should apply these steps)
  • @@ -45,8 +46,23 @@ so that you can know which version of iRedMail you're running. For example:

    0.9.2 -

    Don't ban 'application/octet-stream, dat' files in Amavisd

    -

    Note: This is only applicable to RHEL/CentOS.

    +

    [RHEL/CentOS 7] Update Cluebringer package to avoid database connection failure

    +

    Note: This is applicable to only RHEL/CentOS 7.

    +

    With old Cluebringer RPM package, Cluebringer starts before SQL database starts, +this causes Cluebringer cannot connect to SQL database, and all your Cluebringer +settings is not applied at all. Updating Cluebringer package to version +2.0.14-5 fixes this issue.

    +

    How to update package:

    +
    # yum clean metadata
    +# yum update cluebringer
    +# systemctl enable cbpolicyd
    +
    + +

    New package will remove old SysV script /etc/init.d/cbpolicyd, and install +/usr/lib/systemd/system/cbpolicyd.service for service control. You have to +manage it (start, stop, restart) with systemctl command.

    +

    [RHEL/CentOS] Don't ban application/octet-stream, dat file types in Amavisd

    +

    Note: This is applicable to only RHEL/CentOS.

    diff --git a/upgrade/0-upgrade.iredmail.0.9.1-0.9.2.md b/upgrade/0-upgrade.iredmail.0.9.1-0.9.2.md index 4702f69e..2e0368d2 100644 --- a/upgrade/0-upgrade.iredmail.0.9.1-0.9.2.md +++ b/upgrade/0-upgrade.iredmail.0.9.1-0.9.2.md @@ -26,9 +26,31 @@ so that you can know which version of iRedMail you're running. For example: 0.9.2 ``` -### Don't ban 'application/octet-stream, dat' files in Amavisd +### [RHEL/CentOS 7] Update Cluebringer package to avoid database connection failure -Note: This is only applicable to RHEL/CentOS. +Note: This is applicable to only RHEL/CentOS 7. + +With old Cluebringer RPM package, Cluebringer starts before SQL database starts, +this causes Cluebringer cannot connect to SQL database, and all your Cluebringer +settings is not applied at all. Updating Cluebringer package to version +`2.0.14-5` fixes this issue. + +How to update package: + +``` +# yum clean metadata +# yum update cluebringer +# systemctl enable cbpolicyd +``` + +New package will remove old SysV script `/etc/init.d/cbpolicyd`, and install +`/usr/lib/systemd/system/cbpolicyd.service` for service control. You have to +manage it (start, stop, restart) with `systemctl` command. + + +### [RHEL/CentOS] Don't ban `application/octet-stream, dat` file types in Amavisd + +Note: This is applicable to only RHEL/CentOS. * Find below lines in Amavisd config file `/etc/amavisd/amavisd.conf`: