4 messages in net.sourceforge.lists.courier-usersRE: [courier-users] Maildrop
FromSent OnAttachments
Sérgio FerreiraNov 16, 2005 10:47 am 
Sam VarshavchikNov 16, 2005 2:44 pm 
Sérgio FerreiraNov 17, 2005 3:47 am 
Sérgio FerreiraNov 17, 2005 4:13 am 
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] MaildropActions...
From:Sérgio Ferreira (serg@minc.gov.br)
Date:Nov 17, 2005 4:13:40 am
List:net.sourceforge.lists.courier-users

Hi Sam,

Where I change It???

Thanks,

Sergio

-----Original Message----- From: cour@lists.sourceforge.net [mailto:cour@lists.sourceforge.net] On Behalf Of Sam Varshavchik Sent: Wednesday, November 16, 2005 8:45 PM To: cour@lists.sourceforge.net Subject: Re: [courier-users] Maildrop

Sérgio Ferreira writes:

Hi list,

I am struggling with Maildrop to try fix some config problem. Maildrop seems to be searching in LDAP directory straight, ignoring authldaprc. Now, I have Maildrop 2.0 installed.

On syslog I got this:

slapd[2677]: conn=136 fd=15 ACCEPT from IP=127.0.0.1:32913 (IP=0.0.0.0:389) slapd[2677]: conn=136 op=0 BIND dn="cn=replica,dc=cultura,dc=gov,dc=br" method=128 slapd[2677]: conn=136 op=0 BIND dn="cn=replica,dc=cultura,dc=gov,dc=br" mech=SIMPLE ssf=0 slapd[2677]: conn=136 op=0 RESULT tag=97 err=0 text= slapd[2677]: conn=136 op=1 SRCH base="dc=cultura,dc=gov,dc=br" scope=2 deref=0 filter="(&(objectClass=posixAccount)(uid=sergio.ferreira))"

(in above line, should be showing base="ou=Users,dc=cultura,dc=gov,dc=br" instead of? and filter issue should be omitted?)

slapd[2677]: conn=136 op=1 SRCH attr=uid userPassword uidNumber gidNumber cn homeDirectory loginShell gecos description objectClass slapd[2677]: conn=136 op=1 SEARCH RESULT tag=101 err=0 nentries=1 text= maildrop[4058]: Unable to change to home directory. slapd[2677]: conn=136 fd=15 closed

My authldaprc:

LDAP_URI ldap://gaia.cultura.gov.br LDAP_PROTOCOL_VERSION 3 LDAP_BASEDN ou=Users,dc=cultura,dc=gov,dc=br LDAP_BINDDN cn=replica,dc=cultura,dc=gov,dc=br LDAP_BINDPW clearpass LDAP_TIMEOUT 5 LDAP_AUTHBIND 1 LDAP_MAIL uid LDAP_GLOB_UID 10010 LDAP_GLOB_GID 15000 LDAP_HOMEDIR mailMessageStore LDAP_MAILDIR mailMessageStore LDAP_FULLNAME cn LDAP_CRYPTPW userPassword LDAP_UID 10010 LDAP_GID 15000 LDAP_DEREF never LDAP_TLS 0

Someone have some idea what´s going wrong?

You probably aren't even using maildrop's native LDAP support via courier-authlib, but have maildrop configured to use PAM/pwlib, and you're running pam_ldap.