> -----Original Message-----
> From: Ralf Guenthner [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, July 01, 2003 11:12 AM
> To: [EMAIL PROTECTED]
> Subject: [SAtalk] Running spamd supervised?
> 
> 
> Hi list
> 
> This may be a little off-topic, I apologize, but I tried to 
> run spamd under DJB's supervise program instead of starting 
> it from an rc-script and although supervise seems to start 
> it, spamd won't listen on port 783.
> 
> Here's what I did:
> - Created a directory /var/qmail/supervise/spamd and put a 
> run script in
> there:
> #!/bin/sh
> exec spamd -u qmaild -r /var/run/spamd.pid -D -d -m 10
> - Did an "ln -s /var/qmail/supervise/spamd /service/spamd"
> 

drop the -d, you dont want it to fork off or supervise cant control it.

#!/bin/sh
export PATH="/usr/bin"
exec spamd -u qmaild -r /var/run/spamd/pid -D -m 10


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to