Hi
I have qmail-LDAP up & running using Courier IMAP for the majority of my
authentication. I have some situations that require POP3. The server is
running RH8 & the latest versions of OPENLDAP, Courier, etc.
When I try to POP my mailbox I get a message -
There was a problem logging onto your mail server. Your Password was
rejected. Account: 'Test', Server: 'mail.lalaland.com', Protocol: POP3,
Server Response: '-ERR authorization failed', Port: 110, Secure(SSL): No,
Server Error: 0x800CCC90, Error Number: 0x800CCC92
The contents of my pop3/run file looks like this-
#!/bin/sh
exec /usr/local/bin/softlimit -m 5000000 \
/usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup
\
mail.lalaland.com /var/qmail/bin/auth_pop \
/var/qmail/bin/qmail-pop3d Maildir 2>&1
The same password works on the IMAP login.
Anyone have any suggestions? Is there a way to get meaningful error
messages?
TIA
Bill Hults