On Wed, 22 May 2002, Dallas Engelken wrote:
> Anyone run spamd from daemontools? When I try and
> exec /usr/bin/spamd -d -F0
>
> it forks off, and then I get readproctile erros. When I try and
> exec /usr/bin/spamd -F0
>
> everything is peachy, spamd binds to port 783 and all, but spamc can
> I use
>
> exec /usr/bin/spamd -q -x -D -L -u vpopmail 2>&1 |
> /usr/local/bin/multilog t
> s100 /var/log/spamd
>
Are you able to send
# svc -d /service/spamd
and shut down the daemon? when I try, it is still bound to port 783. I have to send
a TERM to it to after svc -d. svc -u sta
> -Original Message-
> From: Dallas Engelken
> Sent: Wednesday, May 22, 2002 11:36 AM
> To: [EMAIL PROTECTED]
> Subject: [SAtalk] Spamd from daemontools
>
>
> Anyone run spamd from daemontools? When I try and
> exec /usr/bin/spamd -d -F0
>
Hi,
I use
exec /usr/bin/spamd -q -x -D -L -u vpopmail 2>&1 | /usr/local/bin/multilog t
s100 /var/log/spamd
Regards,
Rick
- Original Message -
From: "Dallas Engelken" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 22, 2002 12:35 PM
Anyone run spamd from daemontools? When I try and
exec /usr/bin/spamd -d -F0
it forks off, and then I get readproctile erros. When I try and
exec /usr/bin/spamd -F0
everything is peachy, spamd binds to port 783 and all, but spamc cant talk to it.
Check out the following...
--