Sync links of iRedAdmin-Pro release notes.

This commit is contained in:
Zhang Huangbin 2019-01-02 21:10:23 +08:00
parent 699d62424c
commit 6b693cb5e9
4 changed files with 70 additions and 0 deletions

View File

@ -66,12 +66,40 @@ perl -pi -e 's#stats_track_cmds#old_stats_track_cmds#g' 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
}
}
```
* On Debian/Ubuntu/OpenBSD/FreeBSD, please add new setting in `dovecot.conf`:
```
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

View File

@ -15,6 +15,7 @@ this tutorial with just one shell command:
Version | Release Date | Comment | Extra
---|---|---|---
[3.3](https://forum.iredmail.org/topic15133.html) | Jan 2, 2019 | | [RESTful API document](./iredadmin-pro.restful.api.html)
[3.2](https://forum.iredmail.org/topic15065.html) | Dec 17, 2018 | | [RESTful API document](./iredadmin-pro.restful.api.html)
[3.1](https://forum.iredmail.org/topic14079.html) | Apr 3, 2018 | | [RESTful API document](./iredadmin-pro.restful.api-20181217.html)
[3.0](https://forum.iredmail.org/topic13212.html) | Aug 24, 2017 | Bug fix release. | [RESTful API document](./iredadmin-pro.restful.api-20180403.html)
@ -51,6 +52,7 @@ Version | Release Date | Comment | Extra
Version | Release Date | Comment | RESTful API Document
---|---|---|---
[3.1](https://forum.iredmail.org/topic15132.html) | Jan 2, 2019 | | [RESTful API document](./iredadmin-pro.restful.api.html)
[3.0](https://forum.iredmail.org/topic15066.html) | Dec 17, 2018 | | [RESTful API document](./iredadmin-pro.restful.api.html)
[2.9.0](https://forum.iredmail.org/topic14078.html) | Apr 3, 2018 | | [RESTful API document](./iredadmin-pro.restful.api-20181217.html)
[2.8.0](https://forum.iredmail.org/topic13213.html) | Aug 24, 2017 | Bug fix release. | [RESTful API document](./iredadmin-pro.restful.api-20180403.html)

View File

@ -48,6 +48,12 @@ this tutorial with just one shell command:</p>
</thead>
<tbody>
<tr>
<td><a href="https://forum.iredmail.org/topic15133.html">3.3</a></td>
<td>Jan 2, 2019</td>
<td></td>
<td><a href="./iredadmin-pro.restful.api.html">RESTful API document</a></td>
</tr>
<tr>
<td><a href="https://forum.iredmail.org/topic15065.html">3.2</a></td>
<td>Dec 17, 2018</td>
<td></td>
@ -247,6 +253,12 @@ this tutorial with just one shell command:</p>
</thead>
<tbody>
<tr>
<td><a href="https://forum.iredmail.org/topic15132.html">3.1</a></td>
<td>Jan 2, 2019</td>
<td></td>
<td><a href="./iredadmin-pro.restful.api.html">RESTful API document</a></td>
</tr>
<tr>
<td><a href="https://forum.iredmail.org/topic15066.html">3.0</a></td>
<td>Dec 17, 2018</td>
<td></td>

View File

@ -89,12 +89,40 @@ perl -pi -e 's#stats_track_cmds#old_stats_track_cmds#g' dovecot.conf
<li>On RHEL/CentOS, please add new setting in <code>dovecot.conf</code>:</li>
</ul>
<pre><code>ssl_dh = &lt;/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
}
}
</code></pre>
<ul>
<li>On Debian/Ubuntu/OpenBSD/FreeBSD, please add new setting in <code>dovecot.conf</code>:</li>
</ul>
<pre><code>ssl_dh = &lt;/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
}
}
</code></pre>
<h2 id="sql-structure-changes-for-mysqlmariadbpostgresql-backends">SQL structure changes for MySQL/MariaDB/PostgreSQL backends</h2>