I included my -m flad in the string following the call to spamd.

Jon wrote:

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



Reply via email to