diff --git a/en_US/upgrade/0-upgrade.iredmail.0.9.3-0.9.4.md b/en_US/upgrade/0-upgrade.iredmail.0.9.3-0.9.4.md index 27a85093..b9e02602 100644 --- a/en_US/upgrade/0-upgrade.iredmail.0.9.3-0.9.4.md +++ b/en_US/upgrade/0-upgrade.iredmail.0.9.3-0.9.4.md @@ -41,3 +41,16 @@ Please follow Roundcube official tutorial to upgrade Roundcube webmail to the latest stable release immediately: [How to upgrade Roundcube](http://trac.roundcube.net/wiki/Howto_Upgrade) Note: package `rsync` must be installed on your server before upgrading. + + +### FreeBSD: Fix incorrect file permission of /etc/mail/mailer.conf + +> This is applicable to only FreeBSD. + +iRedMail generates /etc/mail/mailer.conf with permission 0600 during +installation, but it should be world-readable. Please fix this issue with +command below: + +``` +chmod +r /etc/mail/mailer.conf +``` diff --git a/html/upgrade.iredmail.0.9.3-0.9.4.html b/html/upgrade.iredmail.0.9.3-0.9.4.html index debfc1b0..0a7be517 100644 --- a/html/upgrade.iredmail.0.9.3-0.9.4.html +++ b/html/upgrade.iredmail.0.9.3-0.9.4.html @@ -20,6 +20,7 @@
  • Upgrade iRedAPD (Postfix policy server) to the latest 1.7.1
  • Upgrade iRedAdmin (open source edition) to the latest stable release
  • Upgrade Roundcube webmail to the latest stable release
  • +
  • FreeBSD: Fix incorrect file permission of /etc/mail/mailer.conf
  • @@ -52,7 +53,16 @@ latest stable release:

    Upgrade Roundcube webmail to the latest stable release

    Please follow Roundcube official tutorial to upgrade Roundcube webmail to the latest stable release immediately: How to upgrade Roundcube

    -

    Note: package rsync must be installed on your server before upgrading.

    All documents are available in BitBucket repository, and published under Creative Commons license. If you found something wrong, please do contact us to fix it.