Am Freitag, 27. Januar 2006 17:53 schrieb Gary V: > > The script actually checks for the existence of amavisd.conf.disabled > > so if you rename that, it should let you start it up.
I wonder why it was renamed on other machines automatically. To be sure, to start from a default-configuration I purged amavis with aptitude. > With this new Debian setup, spam and virus checking is disabled by > default so you may also need to enable spam and virus > checking if you have not already done so, the settings are in: > /usr/share/amavis/conf.d/20-package I don't have /usr/share/amavis/conf.d/20-package /etc/amavis# ls -lLRh * -rw-r--r-- 1 root root 983 2005-12-27 16:56 README.l10n conf.d: insgesamt 48K -rw-r--r-- 1 root root 1,5K 2005-12-27 16:56 01-debian -rw-r--r-- 1 root root 473 2005-12-27 16:56 05-node_id -rw-r--r-- 1 root root 13K 2005-12-27 16:56 15-av_scanners -rw-r--r-- 1 root root 554 2005-12-27 16:56 15-content_filter_mode -rw-r--r-- 1 root root 8,7K 2005-12-27 16:56 20-debian_defaults -rw-r--r-- 1 root root 2,1K 2005-12-27 16:56 30-template_localization -rw-r--r-- 1 root root 318 2005-12-27 16:56 50-user en_US: insgesamt 28K -rw-r--r-- 1 root root 170 2005-12-27 16:56 charset -rw-r--r-- 1 root root 2,1K 2005-12-27 16:56 template-dsn.txt -rw-r--r-- 1 root root 1,1K 2005-12-27 16:56 template-spam-admin.txt -rw-r--r-- 1 root root 796 2005-12-27 16:56 template-spam-sender.txt -rw-r--r-- 1 root root 1,5K 2005-12-27 16:56 template-virus-admin.txt -rw-r--r-- 1 root root 1,1K 2005-12-27 16:56 template-virus-recipient.txt -rw-r--r-- 1 root root 2,8K 2005-12-27 16:56 template-virus-sender.txt Do you mean that the entries below have to be enabled? /etc/amavis/conf.d/15-content_filter_mode use strict; @bypass_virus_checks_maps = ( \%bypass_virus_checks, [EMAIL PROTECTED], \$bypass_virus_checks_re); @bypass_spam_checks_maps = ( \%bypass_spam_checks, [EMAIL PROTECTED], \$bypass_spam_checks_re); 1; # insure a defined return > I hate this thing! > I can understand the package maintainers philosophy, but I still hate > it. IMHO it will cause no end of confusion to users (new and old alike). > > http://www200.pair.com/mecham/spam/debian-amavisd-new_2.3.3.html > > They didn't even include @local_domains_maps or $max_servers in any of > the config files, leaving it up to users to figure out they need > those settings. They leave us no indication of $*_quarantine_to > settings either. I can confirm this after a new installation: grep -r -i domains_maps /etc/amavis/ (no result) grep -r -i quarantine /etc/amavis/ /etc/amavis/conf.d/20-debian_defaults:$QUARANTINEDIR = "$MYHOME/quarantine"; /etc/amavis/conf.d/20-debian_defaults:$final_virus_destiny = D_DISCARD; # (data not lost, see virus quarantine) /etc/amavis/en_US/template-spam-admin.txt:[? %q |Not quarantined.|The message has been quarantined as:\n %q /etc/amavis/en_US/template-virus-admin.txt:[? %q |Not quarantined.|The message has been quarantined as:\n %q /etc/amavis/en_US/template-virus-recipient.txt:[? %q |Not quarantined.|The message has been quarantined as: Al ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
