Re: [Clamav-users] logging to maillog

2009-04-06 Thread Ebrahim Abrahams
I use sendmail and I have now tried changing AddHeader to be enabled and the others on default but it does the same thing. It still doesn't show in the logs that my mails are being scanned. At 05:43 AM Monday, 4/6/2009, you wrote -=> >Hi > >I am having trouble getting the clamav-milter to log what

[Clamav-users] clamav-milter 0.95 ReadTimeout

2009-04-06 Thread James Kosin
Everyone, Ok, new thread. The ReadTimeout description in the configuration file for clamav-milter.conf says that setting this value to 0 disables the timeout. This appears not to be the case and actually honors a timeout value of 0-seconds, meaning clamav-milter is reporting that clamd is not re

Re: [Clamav-users] clamav-milter 0.95

2009-04-06 Thread James Kosin
James Kosin wrote: > Everyone, > > I also ran across the ReadTimeout setting in clamav-milter.conf, this > setting says setting to 0 disables the timeout. > This does not appear to be the case. What happens is it honors a > timeout of 0-seconds. Meaning clamav-milter reports that clamd is not >

[Clamav-users] clamav-milter 0.95

2009-04-06 Thread James Kosin
Everyone, I also ran across the ReadTimeout setting in clamav-milter.conf, this setting says setting to 0 disables the timeout. This does not appear to be the case. What happens is it honors a timeout of 0-seconds. Meaning clamav-milter reports that clamd is not running or responding. James

Re: [Clamav-users] logging to maillog

2009-04-06 Thread Ed Kasky
At 05:43 AM Monday, 4/6/2009, you wrote -=> >Hi > >I am having trouble getting the clamav-milter to log what has been scanned >or infected to the maillog. > >I have enable the following settings in clamav-milter.conf > >AddHeader yes >LogSyslog yes >LogFacility LOG_MAIL >LogVerbose yes > >Can someo

Re: [Clamav-users] database download troubles

2009-04-06 Thread Mark Grieveson
On Mon, 6 Apr 2009 03:28:36 -0400 Mark Grieveson wrote: > Perhaps freshclam is checking, and finding updates, > even before the download is finished; hence, the mismatching MD5-sum > error. So, I've disabled the automatic 24 update checks per day, in > freshclam.conf, ... > > It's at 33% now.

Re: [Clamav-users] logging to maillog

2009-04-06 Thread aCaB
Ebrahim Abrahams wrote: > Hi > > I am having trouble getting the clamav-milter to log what has been scanned > or infected to the maillog. > > I have enable the following settings in clamav-milter.conf > > AddHeader yes > LogSyslog yes > LogFacility LOG_MAIL > LogVerbose yes > > Can someone plea

Re: [Clamav-users] clamav-milter 0.95

2009-04-06 Thread aCaB
Ed Kasky wrote: > Any idea when a new release can be expected? My 0.95 milter install > has found nothing since upgrading and was quarantining between 8 and > 20 weekly (small company) since my first installation. Hi Ed, 0.95.1 is currently being tested and is planned to be released later toda

Re: [Clamav-users] How do I handle quarantined messages on clamav-milter-0.95?

2009-04-06 Thread aCaB
Robert S wrote: > I've just installed 0.95. The quarantine system seems to have changed - > messages are in /var/spool/mqueue and the sendmail queue now. It used to be > possible to use the --quarantine-dir command-line option to set a quarantine > directory but this is no longer available. What i

Re: [Clamav-users] vmlinux broken executable

2009-04-06 Thread aCaB
Mark Grieveson wrote: > Thanks for the response. So, out with these broken files. When in > doubt, throw it out, as they say. Hi, The broken exe detection was introduced as a form of cheap heuristics against buggy mail worms which fails to properly attach to the message. These may go unnoticed b

[Clamav-users] logging to maillog

2009-04-06 Thread Ebrahim Abrahams
Hi I am having trouble getting the clamav-milter to log what has been scanned or infected to the maillog. I have enable the following settings in clamav-milter.conf AddHeader yes LogSyslog yes LogFacility LOG_MAIL LogVerbose yes Can someone please assist. Regards Ebrahim Abrahams Technical

Re: [Clamav-users] database download troubles

2009-04-06 Thread Mark Grieveson
On Sun, 05 Apr 2009 23:13:55 -0700 Dennis Peterson wrote: > There's no conversion needed - just put it in the same place the > existing file is. If you have a main.cld instead of a main.cvd then > remove it. Clamd will find the new file and update itself > automatically. Or restart clamd. Thanks