The Network People Support Forums

Mail::Toaster => General Questions => Topic started by: tgm_of_xxl on March 17, 2004, 05:13:49 AM

Title: How can i use McAfee command line AV scanner with toaster?
Post by: tgm_of_xxl on March 17, 2004, 05:13:49 AM
Hi,

I'm implementing some toasters for a company, and they buyed the McAfee Command Line Interface AV for FreeBSD and they want to run it along with the toaster.
Could someone help me with this issue?
How can i make qmailscanner use mcafee instead of clamav?

Thanks and regards
Title: Re: How can i use McAfee command line AV scanner with toaste
Post by: Rafi on March 17, 2004, 04:24:22 PM
tgm_of_xxl


How can i make qmailscanner use mcafee instead of clamav?



I can point to where to start, but as for doing it...

I would start out by looking at '/var/qmail/bin/qmail-scanner-queue.pl'

and then implementing a section similar to the "clamdscan_scanner" section, and putting that in the "@scanner_array" at the top of the file.

-Rafi
Title: How can i use McAfee command line AV scanner with toaster?
Post by: davidcl on March 18, 2004, 11:29:08 AM
http://qmail-scanner.sourceforge.net/

If you read the material there, it claims it will detect and use any supported scanners you have on the system.  You may want to try that and see if it's true.