USING VIRGE WITH CLAMAV

First: 
The virge4clam patch  must have been applied to VIRGE 3.04-rc3 for 
ClamAV support: This will install the file scan_clam.c and make small 
modifications in various files to support the new interface.

Second: 
You need to get CLAMAV (http://clamav.elektrapro.com/clamav).

Next, you need to install it's source code and build the software.

The clamd daemon will create by default a socket /tmp/clamd

The configuration file is by default /usr/local/etc/clamav.conf
Adapt this file for your local environment. Remove or disable 
the keyword "Example" and specify a log file, for example:
 /var/log/clamd.log

Don't forget to turn on 'scan_clamav' in Virge's configuration file 
and specify the socket file to use:

    scan_clamav: 1
    scan_clamav_socket: /tmp/clamd
    
Install freshclam to automatically update the database files.
See: clamd() freshclam() and  clamav.conf()