6 messages in net.sourceforge.lists.courier-maildrop[maildropl] maildrop + LDAP problem
FromSent OnAttachments
Manoj SonawaneJul 7, 2005 6:13 am 
Tony EarnshawJul 7, 2005 10:24 am 
Manoj SonawaneJul 7, 2005 10:50 am 
Manoj SonawaneJul 7, 2005 11:03 am 
Manoj SonawaneJul 7, 2005 11:17 am 
Sam VarshavchikJul 9, 2005 7:05 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:[maildropl] maildrop + LDAP problemActions...
From:Manoj Sonawane (mson@officetiger.com)
Date:Jul 7, 2005 6:13:21 am
List:net.sourceforge.lists.courier-maildrop

Hello All,

I am trying to use maildrop MDA to deliver emails to virtual users stored in LDAP.

I downloaded maildrop.1.81 and compiled it with

./configure --without-db --disable-userdb --enable-maildirquota --enable-maildropldap --with-ldapconfig=

/etc/maildrop/maildropldap.config --with-etcdir=/etc/maildrop --prefix=/usr/local/maildrop --exec-prefix=/usr/local/maildrop

I am using Ubuntu 5.04 postfix, postfix-ldap, courier-imap are ubuntu packages

Postfix and courier-imap play nicely to LDAP. All fails when I try to use maildrop. Its not connecting to LDAP at all. I can see slap connections log slapd –d -1

$/usr/local/maildrop/bin/maildrop -V 5 -d mson@xyz.net < /tmp/man

Invalid user specified.

Strace tells me that maildrop only looks at /etc/passwd

Did I missed something while I compiled maildrop ? courier IMAP uses authlib and works fine. (Thanks to good people in courier imap list)

Looks like maildrop not playing nicely with authlib ? I also have /etc/maildrop/maildropldap.config populated correctly. (I think) but strace shows maildrop dose not use anything else than /etc/passwd.

Thanks in advance,

Manoj