Thanks MrC, but they would be a bit to go through.
For a plain amavisd-new install on etch:

add this to /etc/apt/sources.list:

deb http://volatile.debian.org/debian-volatile etch/volatile main

Then run:
gpg --keyserver subkeys.pgp.net --recv-key BBE55AB3
gpg --armor --export BBE55AB3 | apt-key add -

run:
apt-get update
then:
apt-get install clamav clamav-daemon clamav-freshclam

edit /etc/amavis/conf.d/15-content_filter_mode
and remove comments from the two appropriate lines:
[EMAIL PROTECTED] = (
#   \%bypass_virus_checks, [EMAIL PROTECTED], \$bypass_virus_checks_re);

Run (to add clamav user to amavis group):
gpasswd -a clamav amavis

Then:
/etc/init.d/amavis stop
/etc/init.d/clamav-daemon stop
/etc/init.d/clamav-daemon start
/etc/init.d/amavis start

I suggest you watch your mail log for signs of trouble. Ideally you would test.

Note that if you install spamassassin, it will get upgraded to
whatever version is in volatile

apt-cache policy spamassassin
will show what version you would get.

-- 
Gary V

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 
 AMaViS-HowTos:http://www.amavis.org/howto/ 

Reply via email to