On Thu, 2004-04-01 at 08:27, Kai Lien wrote: > /etc/mail/sendmail.cf: line 1639: fileclass: cannot open ',': No such file > or directory
This looks like something tried to see the F class to a ','. > I added these to sendmail.mc: > > INPUT_MAIL_FILTER(`clmilter',`S=local:/var/clamav/clmilter.socket, > F=, T=S:4m;R:4m')dnl Note that the above two lines should be one long line. Chances are that it's split into two lines in your file. > CLAMAV_FLAGS=" > --config-file=/etc/clamav.conf > --max-children=10 > -ol local:/var/clamav/clmilter.socket > " Looks remarkably familiar :-) Fix the sendmail.mc, regenerate the sendmail.cf, restart sendmail, and then it should all work. 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
