4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Courier/LDAP auth...
FromSent OnAttachments
Alejandro Cabrera ObedJul 26, 2006 10:53 am 
Alejandro KurchisJul 26, 2006 11:55 am 
Sam VarshavchikJul 27, 2006 3:57 am 
Jay LeeJul 29, 2006 10:52 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Courier/LDAP authentication failureActions...
From:Jay Lee (jl@pbu.edu)
Date:Jul 29, 2006 10:52:16 am
List:net.sourceforge.lists.courier-users

On Wed, July 26, 2006 1:54 pm, Alejandro Cabrera Obed wrote:

ear all, I have a Postfix/LDAP system on Debian Sarge 3.1 working OK...Postfix can contact LDAP server and can authenticate domain and local users.

But I've just installed a Courier for POP3 mail system and when I try to read a virtual mailbox via "telnet localhost 110" with user and pass I can't do it and I get a log error. Here are the related files:

/etc/courier/authdaemonrc authmodulelist="authldap authpam"

/etc/courier/authldaprc ... LDAP_BINDPW {CRYPT}.QG4jl7Qdqk16 #This is the postfix password

Sam already pointed out (although somewhat tersely) that this is your problem. You need to provide the actual plaintext password, not the encrypted password that is stored in the DB. Verify you can do auth. binds with a tool like ldapsearch first also, then use authtest to verify all the data pulled from ldap is correct.

Jay