Hi list, I'm a little bit confused about the meaning of the ldap attributs for authldap.
I'm using authlib/authldap.schema from my sources. My authldaprc is: LDAP_SERVER localhost LDAP_PORT 389 LDAP_BASEDN o=example.com LDAP_BINDDN cn=Admin,ou=users,o=example.com LDAP_BINDPW secretpassword LDAP_TIMEOUT 5 LDAP_MAIL uid LDAP_DOMAIN example.com LDAP_HOMEDIR homeDirectory LDAP_MAILDIR mailbox LDAP_MAILDIRQUOTA quota LDAP_FULLNAME displayname LDAP_CLEARPW clearPassword LDAP_CRYPTPW userPassword LDAP_UID uidNumber LDAP_GID gidNumber LDAP_DEREF never LDAP_TLS 0 A sample entry (ldif): dn: cn=joeuser, ou=users, o=example.com objectClass: top objectClass: inetorgperson objectClass: posixAccount objectClass: CourierMailAccount objectClass: CourierMailAlias cn: joeuser givenName: joe sn: user displayName: Joe User userPassword:: cryptedpassword uidNumber: 500 gidNumber: 500 homeDirectory: joeuser uid: joeuser mail: [EMAIL PROTECTED] maildrop: [EMAIL PROTECTED] maildrop: [EMAIL PROTECTED] My Questions: - Where do the mails go? Should be /home/$homedirectory/Maildir (here: /home/joeuser/Maildir) if mailbox is not specified in ldap, shouldn't it? - Which is the login at the imap-server? Is it $uid (joeuser) with? And Password $userPassword? - What are the mail and maildrop entries for? As I get it, both are not used by courier, just by the mta (I use postfix)? - Is the above configuration ok, or is there any obvius sh*t in it? Please help. Timo _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users