This commit is contained in:
Zhang Huangbin 2016-04-02 22:21:14 +08:00
parent 276ce2b330
commit 660be8ba6d
3 changed files with 14 additions and 10 deletions

1
TODO.md Normal file
View File

@ -0,0 +1 @@
* How to block attachment with Amavisd

View File

@ -41,14 +41,16 @@ Check [manual page of Postfix configuration file](http://www.postfix.org/postcon
Removing `reject_sender_login_mismatch` and restarting Postfix service fixes Removing `reject_sender_login_mismatch` and restarting Postfix service fixes
this issue. this issue.
> If you want to allow some users to send as other users, or allow all users !!! note
> to send as their alias addresses, or allow member of mail list/alias to send
> as mail list/alias, you should try iRedAPD plugin `reject_sender_login_mismatch` If you want to allow some users to send as other users, or allow all users
> instead (requires iRedAPD-1.4.4 or later releases). to send as their alias addresses, or allow member of mail list/alias to send
> as mail list/alias, you should try iRedAPD plugin `reject_sender_login_mismatch`
> Read comments in file `/opt/iredapd/plugins/reject_sender_login_mismatch.py`, instead (requires iRedAPD-1.4.4 or later releases).
> then enable it in iRedAPD config file `/opt/iredapd/settings.py` (`plugins = `),
> restart iRedAPD service. That's all. Read comments in file `/opt/iredapd/plugins/reject_sender_login_mismatch.py`,
then enable it in iRedAPD config file `/opt/iredapd/settings.py` (`plugins = `),
restart iRedAPD service. That's all.
### unreasonable virtual_alias_maps map expansion size for user@domain.com ### unreasonable virtual_alias_maps map expansion size for user@domain.com

View File

@ -56,7 +56,8 @@ login name doesn't own the MAIL FROM address according to $smtpd_sender_login_ma
Check <a href="http://www.postfix.org/postconf.5.html#reject_sender_login_mismatch">manual page of Postfix configuration file</a> for more details.</p> Check <a href="http://www.postfix.org/postconf.5.html#reject_sender_login_mismatch">manual page of Postfix configuration file</a> for more details.</p>
<p>Removing <code>reject_sender_login_mismatch</code> and restarting Postfix service fixes <p>Removing <code>reject_sender_login_mismatch</code> and restarting Postfix service fixes
this issue.</p> this issue.</p>
<blockquote> <div class="admonition note">
<p class="admonition-title">Note</p>
<p>If you want to allow some users to send as other users, or allow all users <p>If you want to allow some users to send as other users, or allow all users
to send as their alias addresses, or allow member of mail list/alias to send to send as their alias addresses, or allow member of mail list/alias to send
as mail list/alias, you should try iRedAPD plugin <code>reject_sender_login_mismatch</code> as mail list/alias, you should try iRedAPD plugin <code>reject_sender_login_mismatch</code>
@ -64,7 +65,7 @@ instead (requires iRedAPD-1.4.4 or later releases).</p>
<p>Read comments in file <code>/opt/iredapd/plugins/reject_sender_login_mismatch.py</code>, <p>Read comments in file <code>/opt/iredapd/plugins/reject_sender_login_mismatch.py</code>,
then enable it in iRedAPD config file <code>/opt/iredapd/settings.py</code> (<code>plugins =</code>), then enable it in iRedAPD config file <code>/opt/iredapd/settings.py</code> (<code>plugins =</code>),
restart iRedAPD service. That's all.</p> restart iRedAPD service. That's all.</p>
</blockquote> </div>
<h3 id="unreasonable-virtual_alias_maps-map-expansion-size-for-userdomaincom">unreasonable virtual_alias_maps map expansion size for user@domain.com</h3> <h3 id="unreasonable-virtual_alias_maps-map-expansion-size-for-userdomaincom">unreasonable virtual_alias_maps map expansion size for user@domain.com</h3>
<p>Sample error message in Postfix log file:</p> <p>Sample error message in Postfix log file:</p>
<blockquote> <blockquote>