3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] maildrop LDAP question
FromSent OnAttachments
Hernán CasteloOct 24, 2006 9:19 am 
Tony EarnshawOct 26, 2006 12:58 am 
Devin RubiaOct 26, 2006 6:18 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: [maildropl] maildrop LDAP questionActions...
From:Devin Rubia (dev@thezone.net)
Date:Oct 26, 2006 6:18:54 am
List:net.sourceforge.lists.courier-maildrop

On Tue, Oct 24, 2006 at 01:19:59PM -0300, Hernn Castelo wrote:

hi, people i'm testing maildrop 2.0.2 on a running LDAP

although *authtest* is working , maildrop -d user@dom reports "Invalid user specified" and no error is sent to syslog

i compiled maildrop with :

./configure --enable-syslog=1 \ --enable-DEBUG \ --enable-maildropldap \ --disable-userdb \ --without-db \ --enable-authlib \ --enable-maildirquota \ --with-default-maildrop="./Maildir"

make make install-strip make install-man

what i do wrong ? what i miss to do ?

Unless ./configure for 2.0.2 has changed since I downloaded it, the following are meaningless:

--enable-maildropldap \ --disable-userdb \ --with-default-maildrop="./Maildir"

The first two deal with virtual users which has been moved to authlib and are no longer valid for the current version of maildrop. The last is not a valid ./configure option. If you want to change the location of the default mailbox, read INSTALL, paying particular attention to the section "Configuring the location of the system mailbox" and especially the subsection dealing with DEFAULT_DEF.

Perhaps maildrop is trying to deliver to a location other than what you predicted and is, therefore, failing.

Try running:

maildrop -V9 -d user@dom

and see what it says.