11 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Fwd: maildrop + ldap...
FromSent OnAttachments
Brad AskewJul 20, 2006 9:52 am 
Tony EarnshawJul 20, 2006 10:10 pm 
Chida NJul 20, 2006 11:56 pm 
Tony EarnshawJul 21, 2006 12:36 am 
Brad AskewJul 21, 2006 7:13 am 
Brad AskewJul 21, 2006 8:09 am 
Tony EarnshawJul 21, 2006 11:17 pm 
Brad AskewJul 26, 2006 6:43 am 
Brad AskewJul 26, 2006 6:44 am 
Tony EarnshawJul 26, 2006 10:01 pm 
Tony EarnshawJul 27, 2006 11:40 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:Re: [maildropl] Fwd: maildrop + ldap how toActions...
From:Tony Earnshaw (teri@barlaeus.nl)
Date:Jul 21, 2006 11:17:07 pm
List:net.sourceforge.lists.courier-maildrop

Brad Askew skrev:

[...]

Thank you all for the help, and prompt replies. I installed courier-authlib, and already I had courier-imap working with ldap. So doing /usr/sbin/authtest it showed successfuly query against ldap.

Of course I spoke too early, although authtest works fine, running maildrop -d <virtual_user> still gets a "Invalid user specified." message. So now, there is no need for the /etc/maildrop/maildropldap.config file? Also I have courier-ldap, working and courier-imap working with ldap fine.

You might not like the following from a security viewpoint (suid/sgid programs can enable privilege escalation in certain circumstances), but standard maildrop binary perms are 755. Try 'chmod u+s,g+s `which maildrop`' as root. The reason is that maildrop has to be able to change euid to the uid calling it. See the maildrop INSTALL file for a more detailed discussion.

--Tonni