On Fri, 2004-04-02 at 09:40, Orion Poplawski wrote: > Mar 28 07:55:53 earth clamav-milter[953]: write failure to clamd > Mar 28 07:55:53 earth sendmail[18248]: i2SEqA0C018248: Milter: data, > reject=451 4.7.1 Please try again later > I had the same problem, regardless of message size, and downgraded to 0.67.
That's a generic error message. Did you do the obvious and try restarting clamd? I found that the only reliable way to do anything was to bring the whole system down and then bring it all back up. [EMAIL PROTECTED] root]# cat bin/restartmail #!/bin/bash service sendmail stop killall sendmail service spamass-milter stop service spamassassin stop service clamav-milter stop service clamd stop sleep 1 service clamd start service clamav-milter start service spamassassin start service spamass-milter start service sendmail start echo echo "Now you should tail -f /var/log/maillog to make sure all is ok." echo Blue skies... Todd ------------------------------------------------------- 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