How-doo!

... Awrighty ... let's keep it a bit simpler... ;-)

I've changed how spamassassin is started - instead of using:

/etc/rc.d/init.d/spamassassin start

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

=-=-=-=-=-=-=-=

The softlimit line gives a maximum of 32000000 bytes of memory to the spamd process...

... 1) Is anyone else running spamd from tcpserver?

... and 2) If so, how much memory should I allocate to the process?

Thanks,
Roger "Merch" Merchberger

--
Roger "Merch" Merchberger   ---   sysadmin, Iceberg Computers
[EMAIL PROTECTED]

Hi! I am a .signature virus. Copy me into your .signature to join in!



-------------------------------------------------------
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

Reply via email to