View Single Post
  #2 (permalink)  
Old 02-14-2007, 06:55 PM
scottnelson scottnelson is offline
Special Member
 
Posts: 123
Default New Version of CLAMAV is out - Ver 0.90

Are these upgrade docs in the WIKI?

Anyway,
New Version of CLAMAV is out today - Ver 0.90

http://www.clamav.net/

ver 0.90 has some new features and as such, a couple of new option switches.

With the above "Howto: Update ClamAV" instructions in mind,

Also changed the following:

vi ../conf/clamd.conf.in
change option: 'LogTime' to 'LogTime yes' ( was just 'LogTime' by itself before )
change option: 'LogSyslog' to 'LogSyslog yes' ( was just 'LogSyslog' by itself before )

vi ../conf/freshclam.conf.in
Add option: ScriptedUpdates yes

cd /opt/zimbra/clamav-0.90/etc/
copy: clamd.conf clamd.conf.org
copy: freshclam.conf freshclam.conf.org

copy: /opt/zimbra/clamav-0.88.7/etc/clamd.conf ../../clamav-0.90/etc/
copy: /opt/zimbra/clamav-0.88.7/etc/freshclam.conf ../../clamav-0.90/etc/
( Assumes the version you are upgrading from is ver 88.7 )
(You just don't want to use clamav defaults but use your previous config with zimbra specific config stuff )

For the curious: cd /opt/zimbra/clamav-0.90/etc/
diff clamd.conf clamd.conf.org to see changes.


Modified /opt/zimbra/clamav-0.90/etc/clamd.conf with 'LogTime yes' and 'LogSyslog yes' above.

For /opt/zimbra/clamav-0.90/etc/freshclam.conf I added the line:
ScriptedUpdates yes

ScriptedUpdates means that clamav gets the just the virus DB changes and not the whole file each time.

Verify owner is zimbra:zimbra again.

Restart amavis and check the /opt/zimbra/log/clamd.log to see if all is right with the world again.

Test test test!
Download test file http://www.eicar.org/anti_virus_test_file.htm

Scotty

Last edited by scottnelson : 02-14-2007 at 07:02 PM.
Reply With Quote