From: Zoran Dzelajlija Date: Fri, 19 Oct 2007 12:02:22 +0000 (+0000) Subject: r23: Enable antivirus and antispam in template. O:-) X-Git-Tag: v2.6.4-1~28 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=amavisd-cn.git;a=commitdiff_plain;h=e54638abaf26132aa5d03083db0735a674660216 r23: Enable antivirus and antispam in template. O:-) --- diff --git a/templates/40-carnet b/templates/40-carnet index 705ff2f..f93356e 100644 --- a/templates/40-carnet +++ b/templates/40-carnet @@ -35,6 +35,16 @@ undef $virus_admin; $forward_method = 'smtp:127.0.0.1:10025'; # where to forward checked mail $notify_method = $forward_method; # where to submit notifications +# Default antivirus checking mode +# +@bypass_virus_checks_maps = ( + \%bypass_virus_checks, \@bypass_virus_checks_acl, \$bypass_virus_checks_re); + +# Default SPAM checking mode +# +@bypass_spam_checks_maps = ( + \%bypass_spam_checks, \@bypass_spam_checks_acl, \$bypass_spam_checks_re); + # postfix setup for notifications, for rationale read the comments about # LMTP in /usr/share/doc/amavisd-new/README.postfix.gz #