This commit is contained in:
Zhang Huangbin 2015-11-17 10:07:05 +08:00
parent 3527dc778d
commit 818567c73f
4 changed files with 25 additions and 13 deletions

View File

@ -6,9 +6,12 @@ This tutorial describes how to configure your iRedMail server
to monitor incoming and outgoing mails with BCC, via iRedAdmin-Pro or other
tools.
__Important note__: the destination email address used to store emails
must exist. In this tutorial, they're `outbound@example.com` and
`inboud@example.com`.
__Important notes__:
* the destination email address used to store emails must exist. In this
tutorial, they're `outbound@example.com` and `inboud@example.com`.
* Multiple BCC destination addresses are __NOT__ supported by Postfix.
## Manage BCC settings with iRedAdmin-Pro

View File

@ -80,10 +80,11 @@ echo 'virusalert: root' >> /usr/local/etc/postfix/aliases
postalias /usr/local/etc/postfix/aliases
```
### Amavisd: Fix incorrect setting which signs DKIM on inbound messages
### Amavisd: Fix incorrect setting which treats external sender as internal user
In iRedMail-0.9.2 and earlier releases, Amavisd will signing DKIM on inbound
message, this is wrong. Please follow steps below to fix it.
In iRedMail-0.9.2 and earlier releases, Amavisd was incorrectly configured
which causes it treats external sender as internal user, and it (incorrectly)
signs DKIM on inbound message. This is wrong. Please follow steps below to fix it.
With below changes, Amavisd will aply policy bank 'ORIGINATING' to emails
submitted through submission (port 587) by smtp authenticated user. This way

View File

@ -25,9 +25,16 @@
<p>This tutorial describes how to configure your iRedMail server
to monitor incoming and outgoing mails with BCC, via iRedAdmin-Pro or other
tools.</p>
<p><strong>Important note</strong>: the destination email address used to store emails
must exist. In this tutorial, they're <code>outbound@example.com</code> and
<code>inboud@example.com</code>.</p>
<p><strong>Important notes</strong>:</p>
<ul>
<li>
<p>the destination email address used to store emails must exist. In this
tutorial, they're <code>outbound@example.com</code> and <code>inboud@example.com</code>.</p>
</li>
<li>
<p>Multiple BCC destination addresses are <strong>NOT</strong> supported by Postfix.</p>
</li>
</ul>
<h2 id="manage-bcc-settings-with-iredadmin-pro">Manage BCC settings with iRedAdmin-Pro</h2>
<p>With iRedAdmin-Pro, you can configure BCC easily.</p>
<ul>

View File

@ -20,7 +20,7 @@
<li><a href="#upgrade-iredapd-postfix-policy-server-to-the-latest-170">Upgrade iRedAPD (Postfix policy server) to the latest 1.7.0</a></li>
<li><a href="#upgrade-roundcube-webmail-to-the-latest-stable-release">Upgrade Roundcube webmail to the latest stable release</a></li>
<li><a href="#postfix-add-additional-aliases">Postfix: Add additional aliases</a></li>
<li><a href="#amavisd-fix-incorrect-setting-which-signs-dkim-on-inbound-messages">Amavisd: Fix incorrect setting which signs DKIM on inbound messages</a></li>
<li><a href="#amavisd-fix-incorrect-setting-which-treats-external-sender-as-internal-user">Amavisd: Fix incorrect setting which treats external sender as internal user</a></li>
<li><a href="#dovecot-fix-incorrect-quota-warning-priorities">Dovecot: Fix incorrect quota warning priorities</a></li>
<li><a href="#dovecot-22-add-more-special-folders-as-alias-folders">Dovecot-2.2: Add more special folders as alias folders</a></li>
<li><a href="#roundcube-webmail-add-daily-cron-job-to-cleanup-roundcube-sql-database">Roundcube webmail: Add daily cron job to cleanup Roundcube SQL database</a></li>
@ -125,9 +125,10 @@ echo 'virusalert: root' &gt;&gt; /usr/local/etc/postfix/aliases
postalias /usr/local/etc/postfix/aliases
</code></pre>
<h3 id="amavisd-fix-incorrect-setting-which-signs-dkim-on-inbound-messages">Amavisd: Fix incorrect setting which signs DKIM on inbound messages</h3>
<p>In iRedMail-0.9.2 and earlier releases, Amavisd will signing DKIM on inbound
message, this is wrong. Please follow steps below to fix it.</p>
<h3 id="amavisd-fix-incorrect-setting-which-treats-external-sender-as-internal-user">Amavisd: Fix incorrect setting which treats external sender as internal user</h3>
<p>In iRedMail-0.9.2 and earlier releases, Amavisd was incorrectly configured
which causes it treats external sender as internal user, and it (incorrectly)
signs DKIM on inbound message. This is wrong. Please follow steps below to fix it.</p>
<p>With below changes, Amavisd will aply policy bank 'ORIGINATING' to emails
submitted through submission (port 587) by smtp authenticated user. This way
we clearly separate emails submitted by authenticated users and inbound message