Hello,
I'm using release qmail-ldap-1.03-20010301 and I can't authenticate
with POP, btw, my SMTP delivery is ok.
My supervised run file is:
#!/bin/sh
QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
exec env - DEBUGLEVEL=16 PATH="/var/qmail/bin:$PATH" \
tcpserver -v -R -u "$QMAILDUID" -g "$NOFILESGID" 0 pop3 \
/var/qmail/bin/qmail-popup popservername \
/var/qmail/bin/auth_pop /var/qmail/bin/qmail-pop3d Maildir \
2>&1
Telnet session to 110:
Escape character is '^]'.
+OK <30982.9882563@...>
user bench
+OK
pass testme
-ERR error in server configuration
What could be wrong? Btw,where is DEBUGLEVEL set? I compiled qmail-ldap
with -DDEBUG and it's not working.
Thanks,
Bench