From 6b693cb5e9ba9ccf04ac857e7ff1157895514d00 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Wed, 2 Jan 2019 21:10:23 +0800 Subject: [PATCH] Sync links of iRedAdmin-Pro release notes. --- en_US/upgrade/0-upgrade.dovecot.2.2-2.3.md | 28 ++++++++++++++++++++++ en_US/upgrade/2-iredadmin-pro.releases.md | 2 ++ html/iredadmin-pro.releases.html | 12 ++++++++++ html/upgrade.dovecot.2.2-2.3.html | 28 ++++++++++++++++++++++ 4 files changed, 70 insertions(+) diff --git a/en_US/upgrade/0-upgrade.dovecot.2.2-2.3.md b/en_US/upgrade/0-upgrade.dovecot.2.2-2.3.md index 26d3dce6..7d127943 100644 --- a/en_US/upgrade/0-upgrade.dovecot.2.2-2.3.md +++ b/en_US/upgrade/0-upgrade.dovecot.2.2-2.3.md @@ -66,12 +66,40 @@ perl -pi -e 's#stats_track_cmds#old_stats_track_cmds#g' dovecot.conf ``` ssl_dh = +3.3 +Jan 2, 2019 + +RESTful API document + + 3.2 Dec 17, 2018 @@ -247,6 +253,12 @@ this tutorial with just one shell command:

+3.1 +Jan 2, 2019 + +RESTful API document + + 3.0 Dec 17, 2018 diff --git a/html/upgrade.dovecot.2.2-2.3.html b/html/upgrade.dovecot.2.2-2.3.html index bf1b6077..fd94213e 100644 --- a/html/upgrade.dovecot.2.2-2.3.html +++ b/html/upgrade.dovecot.2.2-2.3.html @@ -89,12 +89,40 @@ perl -pi -e 's#stats_track_cmds#old_stats_track_cmds#g' dovecot.conf
  • On RHEL/CentOS, please add new setting in dovecot.conf:
  • ssl_dh = </etc/pki/tls/dh2048_param.pem
    +
    +service stats {
    +    unix_listener stats-reader {
    +        user = vmail
    +        group = vmail
    +        mode = 0660
    +    }
    +
    +    unix_listener stats-writer {
    +        user = vmail
    +        group = vmail
    +        mode = 0660
    +    }
    +}
     
    ssl_dh = </etc/ssl/dh2048_param.pem
    +
    +service stats {
    +    unix_listener stats-reader {
    +        user = vmail
    +        group = vmail
    +        mode = 0660
    +    }
    +
    +    unix_listener stats-writer {
    +        user = vmail
    +        group = vmail
    +        mode = 0660
    +    }
    +}
     

    SQL structure changes for MySQL/MariaDB/PostgreSQL backends