Hi All

I'm implementing a Spam and a Virus wall using Exim4, SA-Exim,
SpamAssassin, Exiscan-ACL clamav-daemon and clamav on Debian Sarge.
This is stand before my mail server and scan my mails for spam and
viruses.

Spam blocking is fine, but problem is in virus thing.

My /etc/clamav/clamav.conf is like this,
 
        TCPSocket 3310
        User clamav
        AllowSupplementaryGroups
        ScanMail
        ScanArchive
        ArchiveMaxRecursion 5
        ArchiveMaxFiles 1000
        ArchiveMaxFileSize 10M
        MaxDirectoryRecursion 15
        FollowFileSymlinks
        ReadTimeout 500
        MaxThreads 10
        MaxConnectionQueueLength 15
        StreamSaveToDisk
        StreamMaxLength 10
        LogFile /var/log/clamav/clamd.log
        LogTime
        LogFileUnlock
        LogFileMaxSize 0
        LogVerbose
        LogClean
        PidFile /var/run/clamav/clamd.pid
        DatabaseDirectory /var/lib/clamav/
        SelfCheck 3600
        Debug


In Exim4 config main area (I'm using monolithic config),

        av_scanner = clamd:127.0.0.1 3310

And ACL section has,

        deny message = This message contain malware ($malware_name)
          log_message = $sender_host_address tried sending $malware_name
          demime = *
          malware = *

Does order a matter in Exim ACLs?

Everything seems fine, but it's not cleaning my mails?
When I see the logs..,
/var/log/clamav/clamd.log
Tue May 18 14:26:58 2004 -> +++ Started at Tue May 18 14:26:58 2004
Tue May 18 14:26:58 2004 -> Log file size limited to 2097152 bytes.
Tue May 18 14:26:58 2004 -> Verbose logging activated.
Tue May 18 14:26:58 2004 -> Running as user clamav (UID 104, GID 104)
Tue May 18 14:26:58 2004 -> Reading databases from /var/lib/clamav/
Tue May 18 14:27:00 2004 -> Protecting against 21588 viruses.
Tue May 18 14:27:00 2004 -> Bound to port 3310
Tue May 18 14:27:00 2004 -> Setting connection queue length to 15
Tue May 18 14:27:00 2004 -> ERROR: Can't save PID in file
/var/run/clamd.pid
Tue May 18 14:27:00 2004 -> Listening daemon: PID: 261
Tue May 18 14:27:00 2004 -> Archive: Archived file size limit set to
10485760 bytes.
Tue May 18 14:27:00 2004 -> Archive: Recursion level limit set to 5.
Tue May 18 14:27:00 2004 -> Archive: Files limit set to 1000.
Tue May 18 14:27:00 2004 -> WARNING: USING HARDCODED LIMIT: Archive:
Compression ratio limit set to 200.
Tue May 18 14:27:00 2004 -> Archive support enabled.
Tue May 18 14:27:00 2004 -> RAR support disabled.
Tue May 18 14:27:00 2004 -> Mail files support enabled.
Tue May 18 14:27:00 2004 -> OLE2 support disabled.
Tue May 18 14:27:00 2004 -> Self checking every 3600 seconds.

I see only those, no hint about scanning mails :-(

Where can it be the problem? Any idea?

Thanks!

Pradeeper
-- 

Debian GNU/Linux Sarge (kernel 2.2.20-compact)

Marriage Ceremony:  An incredible metaphysical sham of watching God and the 
law being dragged into the affairs of your family.
-- O. C. Ogilvie



-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to