Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $QUARANTINEDIR = "$MYHOME/virusmails";
- $quarantine_subdir_levels = 1; # enable quarantine dir hashing
- $log_recip_templ = undef; # disable by-recipient level-0 log entries
- $DO_SYSLOG = 1; # log via syslogd (preferred)
- $syslog_ident = 'amavis'; # syslog ident tag, prepended to all messages
- $syslog_facility = 'mail';
- $syslog_priority = 'debug'; # switch to info to drop debug output, etc
- $enable_db = 1; # enable use of BerkeleyDB/libdb (SNMP and nanny)
- $enable_global_cache = 1; # enable use of libdb-based cache if $enable_db=1
- $inet_socket_port = 10024; # default listening socket
- $sa_spam_subject_tag = '***SPAM*** ';
- $sa_tag_level_deflt = 2; # add spam info headers if at, or above that level
- $sa_tag2_level_deflt = 6.31; # add 'spam detected' headers at that level
- $sa_kill_level_deflt = 6.31; # triggers spam evasive actions
- $sa_dsn_cutoff_level = 10; # spam level beyond which a DSN is not sent
- $sa_mail_body_size_limit = 200*1024*1024; # don't waste time on SA if mail is larger
- $sa_local_tests_only = 0; # only tests which do not require internet access?
- $MAXLEVELS = 14;
- $MAXFILES = 1500;
- $MIN_EXPANSION_QUOTA = 100*1024; # bytes
- $MAX_EXPANSION_QUOTA = 300*1024*1024; # bytes
- $final_virus_destiny = D_DISCARD; # (data not lost, see virus quarantine)
- $final_banned_destiny = D_BOUNCE; # D_REJECT when front-end MTA
- $final_spam_destiny = D_BOUNCE;
- $final_bad_header_destiny = D_PASS; # False-positive prone (for spam)
- $bad_header_quarantine_to = undef;
- $enable_dkim_verification = 0; #disabled to prevent warning
- $virus_admin = "postmaster\@$mydomain"; # due to D_DISCARD default
Add Comment
Please, Sign In to add comment