7 messages in net.sourceforge.lists.courier-usersRe: [courier-users] maildrop problems
FromSent OnAttachments
Bryan IrvineAug 19, 2005 1:25 pm 
Sam VarshavchikAug 19, 2005 3:59 pm 
Bryan IrvineAug 22, 2005 10:54 am 
Sam VarshavchikAug 22, 2005 4:04 pm 
Bryan IrvineAug 22, 2005 5:02 pm 
Sam VarshavchikAug 22, 2005 5:17 pm 
Bryan IrvineAug 23, 2005 8:27 pm 
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] maildrop problemsActions...
From:Bryan Irvine (spar@gmail.com)
Date:Aug 22, 2005 5:02:45 pm
List:net.sourceforge.lists.courier-users

1. Install courier-authlib first.

Installed and running (woohoo!)

2. Configure and set up courier-authlib to read your LDAP records. Using the authtest tool in the courier-authlib package you should be able to verify that the library can see your accounts, and validate the account passwords.

Using the authtest tool I get results. Unfortunately the results are error messages.

Aug 22 16:56:30 mailtest last message repeated 3 times Aug 22 16:57:03 mailtest authdaemond.ldap: ldap_simple_bind_s failed: Protocol error Aug 22 16:56:30 mailtest last message repeated 3 times Aug 22 16:57:03 mailtest authdaemond.ldap: ldap_simple_bind_s failed: Protocol error Temporary authentication failure from module authdaemon Authentication FAILED!

I found similar problems to this in the archive but it was related to ldap v2 vs v3 issue. I've tried hand setting both OpenLDAP and authdaemon to use v2 as a test, but it didn't change anything. I'm making progress. Slow progress, but progress nonetheless.

here is my authldaprc file: LDAP_SERVER mailtest.horvitznewspapers.net LDAP_BASEDN ou=dc=horvitznewspapers,dc=net LDAP_BINDDN dc=horvitznewspapers,dc=net LDAP_BINDPW secret LDAP_MAIL mail LDAP_FILTER (objectclass=inetorgperson) LDAP_HOMEDIR homeDirectory LDAP_MAILDIR mailbox LDAP_MAILDIRQUOTA quota LDAP_CLEARPW userPassword LDAP_UID uidNumber LDAP_GID gidNumber