This is a discussion on Re: [AMaViS-user] Using f-prot as second AV scanner within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Johan wrote: > Op zaterdag 16 december 2006 16:43, schreef Gary V: >> Since it appears you are ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Johan wrote:
> Op zaterdag 16 december 2006 16:43, schreef Gary V: >> Since it appears you are using the command line version and it is >> currently a secondary scanner, as long as ClamAV-clamd is working, it >> will never be used. Simply move it from @av_scanners_backup to >> @av_scanners. > Hi Gary, > Thanks for your clear reply. > I did like you said and now my mail log is telling me this: > -------------------------------- > Dec 16 16:52:28 alhambra amavis[2762]: Using internal av scanner code for > (primary) ClamAV-clamd > Dec 16 16:52:28 alhambra amavis[2762]: Found primary av scanner FRISK F-Prot > Antivirus at /usr/local/bin/f-prot > Dec 16 16:52:28 alhambra amavis[2762]: Found secondary av scanner > ClamAV-clamscan at /usr/bin/clamscan > -------------------------------- > What puzzles me is that the line about ClamAv it is saying "Using > internal....." and with F-Prot "Found primary......". > One could conclude that's it's still only using ClamAv as primary.... > Can you confirm that this isn't the case? > Thanks! Experience says all scanners in the @av_scanners will be used to scan a message (you can verify by temporarily raising $log_level). However, when a detectable virus is sent through, whether they are all called or not is determined by the $first_infected_stops_scan setting: # stop anti-virus scanning when the first scanner detects a virus? #$first_infected_stops_scan = 1; # default is false, all scanners in a section # are called Gary V ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?p...rge&CID=DEVDEV _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |