This commit is contained in:
Zhang Huangbin 2015-02-03 21:33:07 +08:00
parent baaab6c57c
commit e2430e5f69
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ If you want to completely disable spam and virus scanning services, steps:
```perl
content_filter = smtp-amavis:[127.0.0.1]:10024
receive_override_options = no_address_mappings
receive_override_options = no_address_mappings # <- it's ok if you don't have this line
```
* Disable network services: Amavisd, ClamAV.

View File

@ -41,7 +41,7 @@
<li>Comment out below two lines in Postfix config file <code>/etc/postfix/main.cf</code>, then restart Postfix service.</li>
</ul>
<pre><code class="perl">content_filter = smtp-amavis:[127.0.0.1]:10024
receive_override_options = no_address_mappings
receive_override_options = no_address_mappings # &lt;- it's ok if you don't have this line
</code></pre>
<ul>