Hi

I'm new to Baruwa but also had this problem. The work around suggested by
Raymond only partially works as lint then shows a different message - 

"Virus and Content Scanning: Starting
Scanning using scanner "{f-protd-6}" not supported; not scanning"

The full (I believe ) workaround requires a mod to
/usr/lib/MailScanner/MailScanner/SweepViruses.pm.

In Total -

1. Set the GUI to "Clamav Daemon"
2. Add "{clamd}         /bin/false                              /usr/local" to 
virus.scanners.conf
3. In SweepViruses.pm add the following after the matching section for
"clamd" (In my case it was line 340)-

   "{clamd}"  => {
    Name                => 'Clamd',
    Lock                => 'clamavBusy.lock',
    CommonOptions       => '',
    DisinfectOptions    => '',
    ScanOptions         => '',
    InitParser          => \&InitClamAVModParser,
    ProcessOutput       => \&ProcessClamAVModOutput,
    SupportScanning     => $S_SUPPORTED,
    SupportDisinfect    => $S_NONE,
  },

This worked for me and should carry on working once the route bug in Baruwa
is fixed and "{}" no longer are presented from the database.

Cheers
Dave Barrett







--
View this message in context: 
http://baruwa-users-list.963389.n3.nabble.com/Baruwa-2-Mailscanner-GUI-issue-tp4025980p4026003.html
Sent from the Baruwa users list mailing list archive at Nabble.com.

_______________________________________________
Keep Baruwa FREE - http://pledgie.com/campaigns/12056

Reply via email to