Hey Jeremy, First of all, I would try using the clearpassword field first within authldaprc. This will ensure that all the troubles are on the server side.
In my syslog.conf, I have: # Log all OpenLDAP info in its own file local4.* /var/log/ldap In slapd.conf, I have NO "loglevel" entry so it will send the log to syslog. Watch the log file for LDAP and see where it is looking. You should see queries like: SRCH base="ou=People,o=kcm,c=us" scope=2 filter="(&(objectClass=CourierMailAccount)([EMAIL PROTECTED]))" This tells you the where courier is looking- now find out the answers to couriers questions and put them in authldaprc. There is a lot that has to be right in order for the client to access the mail- most are in authldaprc. 1. the LDAP server 2. the LDAP port 3. Bind Info-set this to your manager for troubleshooting then change it later as you get it working. 4. FILTER- the default is (&(objectClass=CourierMailAccount) which is prepended to the query info so that the end result is like my sample above.(watch the parens!) 5. LDAP_CLEARPW set to look in the attribute->clearpasswd field 6. ObjectClass=CourierMailAccount is an attribute of the mail account LDAP entry 7. LDAP_CLEARPW clearPassword in your authldaprc and LDAP_CRYPTPW should be commented with #. My guess is that you should concentrate on the FILTER, MAIL, LDAP_CLEARPW entries in authldaprc. The LDAP->mail entry is the email login of the mail client. Also, that LDAP record should have an objectClass=CourierMailAccount attribute as well. I hope this enough to get you going. Happy LDAPing! -- Dave Augustus Network Operations Center Kenneth Copeland Ministries ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
