Index of /~dev/surgemail/scavs

[ICO]NameLast modifiedSizeDescription

[DIR]Parent Directory   -  
[   ]scavs-0.69-1.tar.gz 16-Feb-2008 01:32 11K 
[   ]scavs-0.66.tar.gz 09-Jun-2007 19:58 7.3K 
[   ]scavs-0.65.tar.gz 18-Mar-2005 14:05 7.2K 
[   ]scavs-0.64.tar.gz 10-Nov-2004 14:09 7.3K 
[   ]scavs-0.61.tar.gz 29-Jun-2004 00:36 6.8K 
[   ]scavs-0.60.tar.gz 28-Jun-2004 01:55 6.7K 

SCAVS - Surgemail ClamAV Scanner

Requirements:

- Surgemail 1.8g or later, 2.1+ highly recommended
- ClamAV 0.75.1 or later, 0.80+ recommended
- PERL 5.8.x, 5.8.5 recommended

PERL Modules:  You may have to install Time::HiRes, some PERL
distributions come with it.


Setting up Surgemail for anti-virus:

Required:

        g_virus_filter cmd="/usr/local/bin/bin/scavs.pl" type=""
        g_virus_filter_require "FALSE"

Recommended:

        g_vpipe_concurrent "12"
        g_vpipe_notag "TRUE"

Completely Optional:

        g_block_files "*.pif,*.vbs,*.com,*.cmd,*.scr,*.bat" 
        g_rename_files "*.exe"
        g_virus_rename "TRUE"


NOTE:  scavs.pl will first look for /usr/local/etc/scavs.conf, if
the file is in a different location you must specify the location
of the config file using the "-c" switch. ie:

scavs.pl -c /etc/scavs.conf


ClamAV:

You can use clamscan or clamdscan (recommended).  If using clamscan
you'll have to specify the "--mbox" directive on the command line.
If running clamd/clamdscan you'll have to enable "ScanMail" in the
clamav.conf file.  ScanArchive and ScanOLE2 are highly recommended
also.

NOTE:  On SCAVS 0.50 or later clamd streams are used.  You must
enable the "StreamSaveToDisk" directive in the clamav.conf file if
you wish to support archive scanning.

NOTE:  Using ClamAV 0.80, SteamSaveToDisk is no longer needed.

For more info on setting up clamd, see the ClamAV docs.