----- Original Message ----- From: "Bill Landry" <[EMAIL PROTECTED]>

Has anyone created an amavisd.conf entry for Avast AV scanning support? If so, would you be willing to share the entry?

Responding to my own post, for anyone interested, the command line entry for the Avast virus scanner that will work in the amavisd.conf file is:

### http://www.avast.com/
['Avast Anti-Virus', ['/usr/bin/avastcmd','avastcmd'],
 '-a -c -t=A {}', [0], [1], qr/infected by: (.+) / ],

However, Avast also runs as a daemon, but I am not sure how to test and create the daemon support for the amavisd.conf file. Here are the parameters I currently have set for the Avast daemon in the avastd.conf file:
===============
[local]
 daemoncount = 4
 maxdaemoncount = 10
 listen = /var/run/avast4/local.sock
 remoteclients = false
 timeout = 60
 user = root
 ;rootdir = /var
 subdirs = true

 # scanner flags :
 testall = true
 testfull = false
 ignoretype = false

 # scanner packers :
 archivetype = A

 # determine packer bomb :
 maxfilesizetoextract = 100000
 maxcompressionratio = 98
 compressioncheckthreshold = 10000

 # log scan results :
 loginfected = true
 logerrors = true
 logcorrect = false
===============

Any suggestions/recommendations on how to setup and test the Avast daemon entries for amavisd.conf would be greatly appreciated.

Bill


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
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