3 messages in net.sourceforge.lists.courier-maildrop[maildropl] Compile with courier-auth...
FromSent OnAttachments
M. Rodrigo MonteiroJul 29, 2008 7:45 am 
Devin RubiaJul 29, 2008 8:01 am 
M. Rodrigo MonteiroJul 29, 2008 9:14 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:[maildropl] Compile with courier-authlib enabledActions...
From:M. Rodrigo Monteiro (fale@rodrigomonteiro.net)
Date:Jul 29, 2008 7:45:31 am
List:net.sourceforge.lists.courier-maildrop

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.