1 message in net.sourceforge.lists.courier-maildrop[maildropl] ldap fixes for maildrop
FromSent OnAttachments
Christopher SeawoodJan 4, 2004 6:02 pm 
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] ldap fixes for maildropActions...
From:Christopher Seawood (cl@seawood.org)
Date:Jan 4, 2004 6:02:39 pm
List:net.sourceforge.lists.courier-maildrop

I had to make some changes to maildrop to get it to work with my postfix+ldap setup. The patches can be found at: http://www.seawood.org/Projects/maildrop/maildrop-1.6.3-courier.patch http://www.seawood.org/Projects/maildrop/maildrop-1.6.3-nobasedn.patch .

The first change was to introduce the concept of the mailroot to maildrop+ldap in the same fashion that mailroot is used by courier_imap+ldap. If the users' home directory or mail storage location is not a fully qualified path, maildrop will prepend mailroot to the given relative paths.

The second change was to remove the null check for ldap's basedn. It may not be common place but since we run multiple sites out of our repository, we have an empty basedn.

- cls