From 713c0e5b7eb306e7f0112b93dec90c13c3df9df5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 6 Aug 2010 18:21:23 -0300 Subject: Dovecot configuration and amavisd-new setup --- files/amavisd/15-content_filter_mode | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 files/amavisd/15-content_filter_mode (limited to 'files/amavisd') diff --git a/files/amavisd/15-content_filter_mode b/files/amavisd/15-content_filter_mode new file mode 100644 index 0000000..8d5f3d1 --- /dev/null +++ b/files/amavisd/15-content_filter_mode @@ -0,0 +1,23 @@ +use strict; + +# You can modify this file to re-enable SPAM checking through spamassassin +# and to re-enable antivirus checking. + +# +# Default antivirus checking mode +# Uncomment the two lines below to enable it back +# + +@bypass_virus_checks_maps = ( + \%bypass_virus_checks, \@bypass_virus_checks_acl, \$bypass_virus_checks_re); + + +# +# Default SPAM checking mode +# Uncomment the two lines below to enable it back +# + +@bypass_spam_checks_maps = ( + \%bypass_spam_checks, \@bypass_spam_checks_acl, \$bypass_spam_checks_re); + +1; # ensure a defined return -- cgit v1.2.3