> > Have you applied this patch? (for logging to stderr)
> > http://www.qscanq.org/clamav-0.70-stderr.patch.gz
>
> No. Is it necessary for my suitation?
Not unless you're piping stderr to a logging facility like
multilog.
> Do you have any more ideas on what might be wrong?
> Or shall I try it
* Dale Gallagher <[EMAIL PROTECTED]> [040503 03:16]:
> My /service/clamd/run script:
[...]
It looks similar to mine.
> Have you applied this patch? (for logging to stderr)
> http://www.qscanq.org/clamav-0.70-stderr.patch.gz
No. Is it necessary for my suitation?
> What are your clamav.conf param
> it works beautifully ti fails only in supervised mode.
>
> My run script is,
> # cat run
> #!/bin/sh
> exec 2>&1
> #exec /usr/local/bin/chpst -u clamav \
> #/usr/local/bin/chpst -m 4000 /usr/local/sbin/clamd
> #exec /usr/local/bin/chpst -m 8000
> /usr/local/sbin/clamd
> exec /usr/local/
Hi,
I want to use clamav in supervised mode. But I am facing a problem that
it is not scanning the mails, it is letting even virus mails pass through.
The mail system is qmail and the AV handler is qmvc. When I run clamd as,
# clamd &
it works beautifully ti fails only in supervised mode.
My run s