Mention improvement of iRedAPD plugin 'reject_sender_login_mismatch.

This commit is contained in:
Zhang Huangbin 2015-01-01 10:33:55 +08:00
parent 86fcef7b5b
commit 8bb0b7e588
2 changed files with 15 additions and 4 deletions

View File

@ -88,6 +88,10 @@ prevent spam.</p>
<p>iRedAPD-1.4.4 fixes several issues and brings some new features:</p>
<ul>
<li>
<p>iRedAPD now works with Postfix parameter <code>smtpd_end_of_data_restrictions</code>
(smtp protocol state <code>END-OF-MESSAGE</code>).</p>
</li>
<li>
<p>New plugins:</p>
<ul>
<li><code>reject_null_sender</code>: prevent authenticated user to send spam as null
@ -107,8 +111,10 @@ or per-user setting. Priority: per-user &gt; per-domain &gt; global.</p>
</ul>
</li>
<li>
<p>iRedAPD now works with Postfix parameter <code>smtpd_end_of_data_restrictions</code>
(smtp protocol state <code>END-OF-MESSAGE</code>).</p>
<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>
</li>
</ul>
<p>Important note: If you want to manage white/blacklists with iRedAdmin-Pro,

View File

@ -42,6 +42,9 @@ latest stable release immediately: [How to upgrade Roundcube](http://trac.roundc
iRedAPD-1.4.4 fixes several issues and brings some new features:
* iRedAPD now works with Postfix parameter `smtpd_end_of_data_restrictions`
(smtp protocol state `END-OF-MESSAGE`).
* New plugins:
* `reject_null_sender`: prevent authenticated user to send spam as null
sender (`from=<>` in Postfix log file).
@ -57,8 +60,10 @@ iRedAPD-1.4.4 fixes several issues and brings some new features:
Message size limit could be global (server-wide) setting, per-domain setting,
or per-user setting. Priority: per-user > per-domain > global.
* iRedAPD now works with Postfix parameter `smtpd_end_of_data_restrictions`
(smtp protocol state `END-OF-MESSAGE`).
* 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.
Important note: If you want to manage white/blacklists with iRedAdmin-Pro,
you have to enable plugin `amavisd_wblist`.