RE: [SAtalk] spamd & qmail, round 2...

2003-09-30 Thread Dallas L. Engelken
> My /service/spamd/run looks like: > > > #!/bin/sh > > exec /usr/local/bin/softlimit -a 6000 /usr/bin/spamd -D > -L -x -u spamd 2>&1 > > monitoring some of the memory used by some of my spamd children, i've seen a handful hit 87MB of RSS, usually they hang out about 19-21MB. thi

Re: [SAtalk] spamd & qmail, round 2...

2003-09-30 Thread Dave Sill
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 3200 \ > /usr/bin/spamd -s stderr -L -c 2>&1 5>&1 You mean /service/spamd/run,