Typo in upgrading iRedAPD section.

This commit is contained in:
Zhang Huangbin 2015-01-04 14:35:42 +08:00
parent a75c1e92e5
commit cca64f637d
2 changed files with 18 additions and 11 deletions

View File

@ -81,12 +81,15 @@ so that you can know which version of iRedMail you're running. For example:</p>
<p>Please follow Roundcube official tutorial to upgrade Roundcube webmail to the
latest stable release immediately: <a href="http://trac.roundcube.net/wiki/Howto_Upgrade">How to upgrade Roundcube</a></p>
<h3 id="upgrade-iredapd-postfix-policy-server-to-the-latest-144">Upgrade iRedAPD (Postfix policy server) to the latest 1.4.4</h3>
<blockquote>
<p>Note: it's strongly recommended to enable plugin <code>reject_null_sender</code> to
prevent spam.</p>
</blockquote>
<p>Please follow below tutorial to upgrade iRedAPD to the latest stable release:
<a href="./upgrade.iredapd.html">How to upgrade iRedAPD-1.4.0 or later versions to the latest stable release</a></p>
<p>Important notes: </p>
<ul>
<li>in iRedMail-0.9.0 and future iRedMail releases, we will use white/blacklists
stored in Amavisd database in Amavisd (after-queue) and iRedAPD (before-queue),
so you must enable iRedAPD plugin <code>amavisd_wblist</code>.</li>
<li>it's strongly recommended to enable plugin <code>reject_null_sender</code> to prevent spam.</li>
</ul>
<p>iRedAPD-1.4.4 fixes several issues and brings some new features:</p>
<ul>
<li>
@ -115,8 +118,8 @@ or per-user setting. Priority: per-user &gt; per-domain &gt; global.</p>
<li>
<p>Plugin <code>reject_sender_login_mismatch</code> now will allow user to send as their
own alias addresses by default. You can still set
<code>ALLOWED_LOGIN_MISMATCH_STRICTLY = False</code> to allow user to send as any sender
if you want.</p>
<code>ALLOWED_LOGIN_MISMATCH_STRICTLY = False</code> in iRedAPD config file
(<code>/opt/iredapd/settings.py</code>) to allow user to send as any sender if you want.</p>
</li>
</ul>
<p>Important note: If you want to manage white/blacklists with iRedAdmin-Pro,

View File

@ -37,12 +37,16 @@ latest stable release immediately: [How to upgrade Roundcube](http://trac.roundc
### Upgrade iRedAPD (Postfix policy server) to the latest 1.4.4
> Note: it's strongly recommended to enable plugin `reject_null_sender` to
> prevent spam.
Please follow below tutorial to upgrade iRedAPD to the latest stable release:
[How to upgrade iRedAPD-1.4.0 or later versions to the latest stable release](./upgrade.iredapd.html)
Important notes:
* in iRedMail-0.9.0 and future iRedMail releases, we will use white/blacklists
stored in Amavisd database in Amavisd (after-queue) and iRedAPD (before-queue),
so you must enable iRedAPD plugin `amavisd_wblist`.
* it's strongly recommended to enable plugin `reject_null_sender` to prevent spam.
iRedAPD-1.4.4 fixes several issues and brings some new features:
* iRedAPD now works with Postfix parameter `smtpd_end_of_data_restrictions`
@ -65,8 +69,8 @@ iRedAPD-1.4.4 fixes several issues and brings some new features:
* Plugin `reject_sender_login_mismatch` now will allow user to send as their
own alias addresses by default. You can still set
`ALLOWED_LOGIN_MISMATCH_STRICTLY = False` to allow user to send as any sender
if you want.
`ALLOWED_LOGIN_MISMATCH_STRICTLY = False` in iRedAPD config file
(`/opt/iredapd/settings.py`) to allow user to send as any sender if you want.
Important note: If you want to manage white/blacklists with iRedAdmin-Pro,
you have to enable plugin `amavisd_wblist`.