On Thu, 2006-01-26 at 18:33 -0600, Jim Flanagan wrote:
Ken Schneider wrote:
On Thu, 2006-01-26 at 17:43 -0600, Jim Flanagan wrote:
Mark Crean wrote:
Clam-av is on the install media but it is not the latest. Best off getting it from http://ftp.suse.com/pub/projects/clamav/clamav-0.88/ and you will need the db package as well. After it is installed run freshclam to update the definition files.
Thanks Ken, will do. I take it that all I need to do after downloading and installing and updating, is to uncomment the clamav-clamd secton of the amavisd.conf? Restarting amavisd afterwards.
That and create a cron script to run freshclam on a hourly basis. I use the following: In /etc/cron.hourly/clamd-update #!/bin/sh cd /usr/bin ./freshclam | /bin/mail -s 'freshclam hourly report' root I have the results emailed to root so that I can keep a eye on the updates. That is also how I found out that I needed to update the programs a couple of weeks ago. Make sure the script is executable or it will not run. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998