On Fri, 2008-02-22 at 12:09 -0800, fchan wrote: > Hello, > I thought I set this in /etc/rc.d/init.d/spamd for RedHat Linux but > maybe I'm wrong. I see this about --max-children for spamd: [...] > Here is my option section of my spamd: > > # Set default spamd configuration. > SPAMDOPTIONS="-d -m 20 -H" > SPAMD_PID=/var/run/spamd.pid
Did you restart the service after you changed the option? > I'm still getting these error messages in my log: > server reached --max-children setting, consider raising it Well, how many children *are* actually running? > Am I supposed to set it here or some other place? That place should be fine. > I see that spamd.conf and it is supposed to be in /etc but I don't > have spamd.conf there so should I make one? What spamd.conf do sou see? Anyway, no -- unless this is RH specific, there is no such thing as spamd.conf and you're not supposed to create it. guenther -- char *t="[EMAIL PROTECTED]"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}