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.