On Sun, 2004-04-11 at 15:30, Mike Nolan wrote:
> I have a 2MB tab delimited text file I'm trying to send as an attachment and
> I'm getting the following errors from the milter on our mail gateway
> running clamav version 0.65:
> 
> Apr 11 17:31:27 bishop sendmail[2663]: i3BLVEwX002663: Milter (clamd): timeout b
> efore data read
> Apr 11 17:31:27 bishop sendmail[2663]: i3BLVEwX002663: Milter (clamd): to error
> state
> Apr 11 17:31:27 bishop sendmail[2663]: i3BLVEwX002663: Milter: data, reject=554
> 5.7.1 Command rejected
> 
> Oddly enough, the internal mail relay machine, also running the same 
> release of clamav, lets it through but it blows up when passing it to
> the firewall system.  Both machines are running sendmail 8.12.10.
> 
> If I zip up the file, it goes through, but the person I'm trying to send 
> it to can't seem to figure out how to unzip it.
> 
> Any ideas?

You might try increasing the timeout values in the sendmail filter line.
I believe the default in sendmail.mc is something like
        INPUT_MAIL_FILTER(`clamav',
         `S=local:/var/run/clamav/clmilter.sock, F=, T=S:4m;R:4m')dnl

Try increasing the two 4m entries to 6m or 8m. Re-generate sendmail.cf
and restart sendmail.

        -Bill




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to