Re: qmail-pop3d: unable to write pipe

2000-01-27 Thread Dave Sill

John White <[EMAIL PROTECTED]> wrote:

>Symptoms: users can issue USER and PASS commands, but an immediate
>-ERR unable to write pipe
>is issued.
>
>contents of
>/service/qmail-pop3d/run:
>#!/bin/sh
>/usr/local/bin/tcpserver -v 0 pop3 /var/qmail/bin/qmail-popup \
>triceratops.com /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1
>
>Any ideas?

I think you need to "exec" tcpserver.

-Dave



qmail-pop3d: unable to write pipe

2000-01-26 Thread John White

I'm running into a qmail-pop3d problem which I haven't seen before.

I've just migrated to daemontools-0.61, and am having trouble getting
qmail-pop3d fully operational under svscan.

Symptoms: users can issue USER and PASS commands, but an immediate
-ERR unable to write pipe
is issued.

contents of
/service/qmail-pop3d/run:
#!/bin/sh
/usr/local/bin/tcpserver -v 0 pop3 /var/qmail/bin/qmail-popup \
triceratops.com /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1


/service/qmail-pop3d/log/run:
#!/bin/sh
exec /usr/local/bin/setuidgid qmaill /usr/local/bin/multilog t /var/log/qmail-pop3d


Any ideas?

John White