X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=templates%2F40-carnet;h=f93356efc9fd1698ee0aecb1955e5617fdf35498;hb=e54638abaf26132aa5d03083db0735a674660216;hp=c9ca70e99cd865b8c23595d2a4b58a587c3b323e;hpb=368be72a1b05d03d7aa8b477290952b5b873e28b;p=amavisd-cn.git diff --git a/templates/40-carnet b/templates/40-carnet index c9ca70e..f93356e 100644 --- a/templates/40-carnet +++ b/templates/40-carnet @@ -22,7 +22,7 @@ push @local_domains_acl, ( "$mydomain", ".$mydomain" ); $mailfrom_notify_admin = "virusalert\@$mydomain"; $mailfrom_notify_recip = "virusalert\@$mydomain"; $mailfrom_notify_spamadmin = "spamalert\@$mydomain"; -unset $virus_admin; +undef $virus_admin; # Add a line like this (but uncommented) in 50-user if you want it. #$virus_admin = "postmaster\@$mydomain"; @@ -35,6 +35,16 @@ unset $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 #