summaryrefslogtreecommitdiff
path: root/files/amavisd
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-06 18:21:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-06 18:21:23 -0300
commit713c0e5b7eb306e7f0112b93dec90c13c3df9df5 (patch)
tree5d5555019a4bda83b75ffbb41a2821ac6b58a151 /files/amavisd
parentc783c4c439aa029f669eeff80788149a9dbe67fa (diff)
downloadpuppet-mail-713c0e5b7eb306e7f0112b93dec90c13c3df9df5.tar.gz
puppet-mail-713c0e5b7eb306e7f0112b93dec90c13c3df9df5.tar.bz2
Dovecot configuration and amavisd-new setup
Diffstat (limited to 'files/amavisd')
-rw-r--r--files/amavisd/15-content_filter_mode23
1 files changed, 23 insertions, 0 deletions
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