From e2430e5f69a81081d046598c1173c9880db85a77 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Tue, 3 Feb 2015 21:33:07 +0800 Subject: [PATCH] Typo --- howto/1-completely.disable.amavisd.clamav.spamassassin.md | 2 +- html/completely.disable.amavisd.clamav.spamassassin.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/howto/1-completely.disable.amavisd.clamav.spamassassin.md b/howto/1-completely.disable.amavisd.clamav.spamassassin.md index 1dce761d..3ad90226 100644 --- a/howto/1-completely.disable.amavisd.clamav.spamassassin.md +++ b/howto/1-completely.disable.amavisd.clamav.spamassassin.md @@ -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. diff --git a/html/completely.disable.amavisd.clamav.spamassassin.html b/html/completely.disable.amavisd.clamav.spamassassin.html index 5278ed0a..07f491e2 100644 --- a/html/completely.disable.amavisd.clamav.spamassassin.html +++ b/html/completely.disable.amavisd.clamav.spamassassin.html @@ -41,7 +41,7 @@
  • Comment out below two lines in Postfix config file /etc/postfix/main.cf, then restart Postfix service.
  • 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