Roger Merchberger <[EMAIL PROTECTED]> wrote: >I have now created a run file using qmail's tcpserver & friends, here: > >/service/smtpd/run > >and this file contains: > >#!/bin/sh >exec /usr/local/bin/softlimit -m 32000000 \ > /usr/bin/spamd -s stderr -L -c 2>&1 5>&1
You mean /service/spamd/run, I think. Hmm... Wonder why I didn't have to use "-s stderr". >... 1) Is anyone else running spamd from tcpserver? > >... and 2) If so, how much memory should I allocate to the process? My /service/spamd/run looks like: ---- #!/bin/sh exec /usr/local/bin/softlimit -a 60000000 /usr/bin/spamd -D -L -x -u spamd 2>&1 ---- I'm running under Red Hat 9. If you set the limit too low, some messages won't be scored properly--they'll say "required=0". If you're logging, you'll also see "Out of memory" errors. -Dave ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk