I had all sorts of fun with this one myself and it came down to getting the permissions right on the mailboxes
your default user vmail or the uid/gid set in the users ldap entry should have permission to read and write to their mailbox also check that the Maildir folders exist. On our system when we set up a new user we then send a welcome email which causes postfix to make the Maildir folders if they dont exist Greg Crosby ----- Original Message ----- From: "Tracy Snell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 10, 2002 9:19 PM Subject: Re: [courier-users] LDAP Protocol error > On 10/10/02 12:45 PM, "Tracy Snell" <[EMAIL PROTECTED]> wrote: > > > On 10/10/02 12:01 PM, "Tracy Snell" <[EMAIL PROTECTED]> wrote: > > > >> When I try to user authldap I get the following error: > >> > >> ldap_simple_bind_s failed: Protocol error > >> > >> > >> Here's my authldaprc: > >> > >> LDAP_SERVER localhost > >> LDAP_PORT 389 > >> LDAP_BASEDN o=hosting,dc=snagmail,dc=com > >> LDAP_TIMEOUT 8 > >> LDAP_AUTHBIND 0 > >> LDAP_MAIL mail > >> LDAP_FILTER (objectClass=JammMailAccount) > >> LDAP_GLOB_UID vmail > >> LDAP_GLOB_GID vmail > >> LDAP_HOMEDIR homeDirectory > >> LDAP_MAILDIR mailBox > >> > > > > LDAP_AUTHBIND 1 > > > > Has the same error. > > I'm using OpenLdap 2.1. That was the problem. "allow bindv2" in slapd.conf > solved the problem. Now I'm on to the next. > > ./authtest [EMAIL PROTECTED] testing > chdir: No such file or directory > > The user has mail in > /home/vmail/test.org/testuser/new > > > Any ideas? Thanks! > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > courier-users mailing list > [EMAIL PROTECTED] > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
