Hi.
I'm trying to install with this:
# export LDFLAGS="-L/usr/local/openldap/lib
-L/usr/local/courier-authlib/lib/courier-authlib
-L/usr/local/pcre/lib"
# export CPPFLAGS="-I/usr/local/openldap/include
-I/usr/local/courier-authlib/include -I/usr/local/pcre/include"
# ./configure --prefix=/usr/local/maildrop --enable-maildirquota
--enable-maildrop-uid=vmail --enable-maildrop-gid=vmail
--enable-restrict-trusted=0 --with-trashquota
--enable-sendmail=/usr/sbin/sendmail --enable-syslog=1
# make && make install-strip && make install-man
Is the maildrop compiled with courier-authlib support?
# /usr/local/maildrop/bin/maildrop -v
maildrop 2.0.4 Copyright 1998-2005 Double Precision, Inc.
GDBM extensions enabled.
Maildir quota extension enabled.
This program is distributed under the terms of the GNU General Public
License. See COPYING for additional information.
When I try to send an test message, it shows me "Invalid user
specified". So I guess It's not using courier-authlib because my imap
authentication is fine.
# echo teste | /usr/local/maildrop/bin/maildrop -d rodr...@xxxx.yyyy
Invalid user specified.
BTW, It's in Debian Etch, using courier-imap and OpenLDAP, all the
latest versions.
Thanks,
Rodrigo.