On 10/13/2004 12:41 AM +0200, Rick Macdougall wrote:
Hi,

I'm running spamd on it's own server with the following command line (under daemontools)

exec /usr/local/bin/spamd -q -x -m 10 --max-conn-per-child=20 -i 206.123.6.18 -A 206.123.6.19,206.123.6.18,216.162.64.120 -u Spamd 2>&1

Try this as your daemontools run file for spamd: #!/bin/sh exec 2>&1 exec envuidgid spamd /usr/local/bin/spamd -q -x -u spamd -m10 \ -H /home/spamd --max-conn-per-child=20 -i 206.123.6.18 \ -A 206.123.6.19,206.123.6.18,216.162.64.120

That is: if /home/spamd is spamd's home directory.

Regards,
Niek
--
_______________________________________________________________________
Read about mime:                    http://www.geoapps.com/nomime.shtml
Read about quoting:     http://www.netmeister.org/news/learn2quote.html
Read about disclaimers: http://www.goldmark.org/jeff/stupid-disclaimers

Reply via email to