Don't apply quota-status service on Dovecot-2.1.x and earlier versions.

This commit is contained in:
Zhang Huangbin 2019-12-11 19:54:58 +08:00
parent 0fc85691ef
commit 94b0c120f5
2 changed files with 62 additions and 0 deletions

View File

@ -10,6 +10,7 @@
## ChangeLog
* Dec 11 2019, mention not to enable quota-status service in Dovecot-2.1.x.
* Dec 9, 2019, initial release.
## General (All backends should apply these changes)
@ -204,6 +205,11 @@ of them have read-write privilege to update mail accounts.
#### Enable quota-status service in Dovecot
!!! warning
This feature requires Dovecot-2.2.x, do not apply it on Dovecot-2.1.x or
earlier versions.
Open Dovecot config file `/etc/dovecot/dovecot.conf` (Linux/OpenBSD) or
`/usr/local/etc/dovecot/dovecot.conf` (FreeBSD), find the `plugin {}` block
and add 3 new parameters:
@ -239,6 +245,11 @@ Restarting Dovecot service is required.
#### Enable quota status check in Postfix
!!! warning
This feature requires Dovecot-2.2.x, do not apply it on Dovecot-2.1.x or
earlier versions.
Open Postfix config file `/etc/postfix/main.cf` (Linux/OpenBSD) or
`/usr/local/etc/postfix/main.cf` (FreeBSD), find parameter
`smtpd_recipient_restrictions` and append a new `check_policy_service` setting
@ -281,6 +292,11 @@ rm -f /tmp/iredmail.mysql
#### Enable quota-status service in Dovecot
!!! warning
This feature requires Dovecot-2.2.x, do not apply it on Dovecot-2.1.x or
earlier versions.
Open Dovecot config file `/etc/dovecot/dovecot.conf` (Linux/OpenBSD) or
`/usr/local/etc/dovecot/dovecot.conf` (FreeBSD), find the `plugin {}` block
and add 3 new parameters:
@ -316,6 +332,11 @@ Restarting Dovecot service is required.
#### Enable quota status check in Postfix
!!! warning
This feature requires Dovecot-2.2.x, do not apply it on Dovecot-2.1.x or
earlier versions.
Open Postfix config file `/etc/postfix/main.cf` (Linux/OpenBSD) or
`/usr/local/etc/postfix/main.cf` (FreeBSD), find parameter
`smtpd_recipient_restrictions` and append a new `check_policy_service` setting
@ -371,6 +392,11 @@ rm -f /tmp/iredmail.pgsql
#### Enable quota-status service in Dovecot
!!! warning
This feature requires Dovecot-2.2.x, do not apply it on Dovecot-2.1.x or
earlier versions.
Open Dovecot config file `/etc/dovecot/dovecot.conf` (Linux/OpenBSD) or
`/usr/local/etc/dovecot/dovecot.conf` (FreeBSD), find the `plugin {}` block
and add 3 new parameters:
@ -406,6 +432,11 @@ Restarting Dovecot service is required.
#### Enable quota status check in Postfix
!!! warning
This feature requires Dovecot-2.2.x, do not apply it on Dovecot-2.1.x or
earlier versions.
Open Postfix config file `/etc/postfix/main.cf` (Linux/OpenBSD) or
`/usr/local/etc/postfix/main.cf` (FreeBSD), find parameter
`smtpd_recipient_restrictions` and append a new `check_policy_service` setting

View File

@ -72,6 +72,7 @@ check <a href="https://www.iredmail.org/support.html">the details</a> and
</div>
<h2 id="changelog">ChangeLog</h2>
<ul>
<li>Dec 11 2019, mention not to enable quota-status service in Dovecot-2.1.x.</li>
<li>Dec 9, 2019, initial release.</li>
</ul>
<h2 id="general-all-backends-should-apply-these-changes">General (All backends should apply these changes)</h2>
@ -234,6 +235,11 @@ of them have read-write privilege to update mail accounts.</p>
</code></pre>
<h4 id="enable-quota-status-service-in-dovecot">Enable quota-status service in Dovecot</h4>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>This feature requires Dovecot-2.2.x, do not apply it on Dovecot-2.1.x or
earlier versions.</p>
</div>
<p>Open Dovecot config file <code>/etc/dovecot/dovecot.conf</code> (Linux/OpenBSD) or
<code>/usr/local/etc/dovecot/dovecot.conf</code> (FreeBSD), find the <code>plugin {}</code> block
and add 3 new parameters:</p>
@ -264,6 +270,11 @@ and add 3 new parameters:</p>
<p>Restarting Dovecot service is required.</p>
<h4 id="enable-quota-status-check-in-postfix">Enable quota status check in Postfix</h4>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>This feature requires Dovecot-2.2.x, do not apply it on Dovecot-2.1.x or
earlier versions.</p>
</div>
<p>Open Postfix config file <code>/etc/postfix/main.cf</code> (Linux/OpenBSD) or
<code>/usr/local/etc/postfix/main.cf</code> (FreeBSD), find parameter
<code>smtpd_recipient_restrictions</code> and append a new <code>check_policy_service</code> setting
@ -294,6 +305,11 @@ rm -f /tmp/iredmail.mysql
</code></pre>
<h4 id="enable-quota-status-service-in-dovecot_1">Enable quota-status service in Dovecot</h4>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>This feature requires Dovecot-2.2.x, do not apply it on Dovecot-2.1.x or
earlier versions.</p>
</div>
<p>Open Dovecot config file <code>/etc/dovecot/dovecot.conf</code> (Linux/OpenBSD) or
<code>/usr/local/etc/dovecot/dovecot.conf</code> (FreeBSD), find the <code>plugin {}</code> block
and add 3 new parameters:</p>
@ -324,6 +340,11 @@ and add 3 new parameters:</p>
<p>Restarting Dovecot service is required.</p>
<h4 id="enable-quota-status-check-in-postfix_1">Enable quota status check in Postfix</h4>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>This feature requires Dovecot-2.2.x, do not apply it on Dovecot-2.1.x or
earlier versions.</p>
</div>
<p>Open Postfix config file <code>/etc/postfix/main.cf</code> (Linux/OpenBSD) or
<code>/usr/local/etc/postfix/main.cf</code> (FreeBSD), find parameter
<code>smtpd_recipient_restrictions</code> and append a new <code>check_policy_service</code> setting
@ -371,6 +392,11 @@ psql -d vmail &lt; /tmp/iredmail.pgsql
</code></pre>
<h4 id="enable-quota-status-service-in-dovecot_2">Enable quota-status service in Dovecot</h4>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>This feature requires Dovecot-2.2.x, do not apply it on Dovecot-2.1.x or
earlier versions.</p>
</div>
<p>Open Dovecot config file <code>/etc/dovecot/dovecot.conf</code> (Linux/OpenBSD) or
<code>/usr/local/etc/dovecot/dovecot.conf</code> (FreeBSD), find the <code>plugin {}</code> block
and add 3 new parameters:</p>
@ -401,6 +427,11 @@ and add 3 new parameters:</p>
<p>Restarting Dovecot service is required.</p>
<h4 id="enable-quota-status-check-in-postfix_2">Enable quota status check in Postfix</h4>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>This feature requires Dovecot-2.2.x, do not apply it on Dovecot-2.1.x or
earlier versions.</p>
</div>
<p>Open Postfix config file <code>/etc/postfix/main.cf</code> (Linux/OpenBSD) or
<code>/usr/local/etc/postfix/main.cf</code> (FreeBSD), find parameter
<code>smtpd_recipient_restrictions</code> and append a new <code>check_policy_service</code> setting