> -----Original Message----- > From: Jon [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 09, 2004 3:31 PM > To: Dan Didier > Cc: [EMAIL PROTECTED] > Subject: Re: Spamd -m - anyone have it working on redhat 7.3? > > Dan Didier said: > > My spamd won't listen. I want to limit child processes, by > using the > > -m option. > > > > My startup script: > > > > # Source spamd configuration. > > if [ -f /etc/sysconfig/spamassassin ] ; then > > . /etc/sysconfig/spamassassin > > else > > SPAMDOPTIONS="-m 12 -d -c -u spamd" > > fi > > > > [ -f /usr/bin/spamd -o -f /usr/local/bin/spamd ] || exit 0 > > PATH=$PATH:/usr/bin:/usr/local/bin > > > > As you can see I am trying to limit to 12 processes... I > currently see > > 20 spamd processes running. Yes, I restarted after modifying. > > > > Thanks, > > Dan > > > > Does /etc/sysconfig/spamassassin exist? It should take > precidence over SPAMDOPTIONS in the init script. > > -- > Jon
Just tried adding this, /etc/sysconfig/spamassassin (it did not exist), and it didn't fix it... I just saw 15 spamd processes.... (sorry for the individual email jon) > > > >
