This commit is contained in:
Zhang Huangbin 2016-01-07 22:51:49 +08:00
parent 8b0abeb20b
commit 4fb1a3acff
2 changed files with 12 additions and 5 deletions

View File

@ -133,7 +133,11 @@ quarantined mails.
* Comment out below line in Amavisd config file:
__WARNING: Do NOT remove `originating => 1,` in ALL `$policy_bank` blocks.__
> WARNING:
>
> There're several `$originating =1;` in amavisd config file, but there's only
> one of them is __NOT__ defined inside any `$policy_bank = {}` block, and this
> is the one we need to comment out.
```
$originating = 1;

View File

@ -178,11 +178,14 @@ quarantined mails.</p>
</code></pre>
<ul>
<li>
<p>Comment out below line in Amavisd config file:</p>
<p><strong>WARNING: Do NOT remove <code>originating =&gt; 1,</code> in ALL <code>$policy_bank</code> blocks.</strong></p>
</li>
<li>Comment out below line in Amavisd config file:</li>
</ul>
<blockquote>
<p>WARNING:</p>
<p>There're several <code>$originating =1;</code> in amavisd config file, but there's only
one of them is <strong>NOT</strong> defined inside any <code>$policy_bank = {}</code> block, and this
is the one we need to comment out.</p>
</blockquote>
<pre><code>$originating = 1;
</code></pre>