This is a discussion on Re: [courier-users] Courier/LDAP authentication failure within the Courier-Imap forums, part of the Mail Servers and Related category; On Wed, July 26, 2006 1:54 pm, Alejandro Cabrera Obed wrote: > ear all, I have a Postfix/LDAP ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 -- Jay Lee Network / Systems Administrator Information Technology Dept. Philadelphia Biblical University -- ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?p...rge&CID=DEVDEV _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |