7 messages in net.sourceforge.lists.courier-maildropRE: [maildropl] Maildrop at Debian Sarge
FromSent OnAttachments
Sérgio FerreiraNov 7, 2005 10:30 am.dat
Tony EarnshawNov 7, 2005 12:54 pm 
Dave AugustusNov 7, 2005 1:21 pm 
Sérgio FerreiraNov 8, 2005 4:35 am 
Sérgio FerreiraNov 8, 2005 4:43 am 
Tony EarnshawNov 9, 2005 2:11 am 
Sérgio FerreiraNov 9, 2005 8:03 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 at Debian SargeActions...
From:Tony Earnshaw (ton@billy.demon.nl)
Date:Nov 9, 2005 2:11:09 am
List:net.sourceforge.lists.courier-maildrop

ty den 08.11.2005 Klokka 10:07 (-0200) skreiv Sérgio Ferreira:

[...]

maildrop 1.7.0 Copyright 1998-2003 Double Precision, Inc. GDBM extensions enabled. Maildir quota extension enabled. Virtual user database extension enabled. Virtual user database via LDAP extension enabled. This program is distributed under the terms of the GNU General Public License. See COPYING for additional information.

Newer maildrop versions split up authentication and maildrop itself. You get a little more functionality, plus more modularity and better integration with Courier IMAP.

[...]

grep '^[^#]' authldaprc?

Hmmm ... your maildropldap.config looks like a recent Courier Authlib authldaprc, which is like an older Courier IMAP authldaprc.

Here's a maildrop 1.7.0 LDAP config that works:

hostname mercurius.intern uidnumber 18 # vmail gidnumber 18 # vmail mail_attr mail # user's mail address uid_attr uid uidnumber_attr dummy gidnumber_attr dummy maildir_attr mailmessagestore #full path to user's Maildir homedirectory_attr mailmessagestore quota_attr quota basedn dc=voorbeeld,dc=nl filter &(&(objectclass=qmailuser)(accountstatus=active)) binddn cn=proxy,dc=voorbeeld,dc=nl bindpw proxypassword timeout 10 search_method uid

The maildroprc isn't worth commenting on, since it isn't finished.

Best,

--Tonni