I didn't know qmail-ldap now comes with supervise run scripts, but here are
the one's I'm currently using:
apollo# cat run
#!/bin/sh

HOSTNAME=`hostname`
VPOPMAILUID=`id -u vmail`
VCHKPWGID=`id -g vmail`

exec /usr/local/bin/tcpserver -v -HR \
-u $VPOPMAILUID -g $VCHKPWGID 0 pop3 \
/usr/local/qmail/bin/qmail-popup $HOSTNAME \
/usr/local/qmail/bin/auth_pop \
/usr/local/qmail/bin/qmail-pop3d Maildir 2>&1

-Daniel

On 10/23/07, Claudio Jeker <[EMAIL PROTECTED]> wrote:
>
> On Tue, Oct 23, 2007 at 10:20:17AM -0400, Daniel Corbe wrote:
> > I don't know what to do.  Very undescriptive error
> messages.  qmail-smtpd
> > works fine!
> >
> > bash-2.05b# telnet localhost 110
> > Trying ::1...
> > telnet: connect to address ::1: Connection refused
> > Trying 127.0.0.1...
> > Connected to localhost.wavelen.net.
> > Escape character is '^]'.
> > +OK < [EMAIL PROTECTED]<
> [EMAIL PROTECTED]>
>
> > >
> > USER dcorbe
> > +OK
> > PASS xxxx
> > -ERR error in server configuration
>
>
> You're starting the qmail-popup auth_pop qmail-pop3d chain wrongly.
> Show us your run script or better use the ones we ship with qmail-ldap
> (see /var/qmail/boot/qmail-pop3d).
>
> --
> :wq Claudio
>

Reply via email to