On Wednesday 04 of February 2004 19:37, Chris Barnes wrote: > Interesting problem going on here. Using clamav-milter w/ sendmail on > RH9. Sending email seems to take a VERY LONG TIME. > > The /var/log/maillog shows: > Feb 4 10:37:57 titan clamav-milter[27829]: hit max-children limit (7 >= > 2): waiting for some to exit > > Even though the /etc/clamav.conf file has: > MaxThreads 50 > > Why is the maxthreads seem to be ignored? > Or am I just doing something really dumb?
max-children is an option for clamav-milter, but MaxThreads for clamd. You should run clamav-milter with max-children count, let say, 15 (--max-children=15). You can change it in your starting script for sendmail, or for clamav. I'm not sure, I don't know RH :> Best regards, Przemek Holowczyc ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
