5 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Maildrop with LDAP, d...
FromSent OnAttachments
Andre FortinFeb 9, 2004 5:58 am 
Andreas StollarFeb 9, 2004 8:03 am 
Tony EarnshawFeb 9, 2004 10:02 am 
Andre FortinFeb 9, 2004 10:39 am 
Andre FortinFeb 9, 2004 6:33 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] Maildrop with LDAP, delivers to qmail user instead of ldap userActions...
From:Andreas Stollar (andr@speakeasy.net)
Date:Feb 9, 2004 8:03:41 am
List:net.sourceforge.lists.courier-maildrop

I have in LDAP

deliveryProgramPath: /usr/local/bin/maildrop -d andr@speakeasy.net

and in global /etc/maildroprc

DEFAULT="$HOME/Maildir/"

and all is deliering fine. I had some problems with permissions on the /etc/maildropldap.config file, it had to be 600 and owned by the vmail user in order for things to work properly. Hope that helps.

Andreas

On Mon, 9 Feb 2004, Andre Fortin wrote:

Date: Mon, 9 Feb 2004 08:58:21 -0500 From: Andre Fortin <afor@personainc.ca> To: "cour@lists.sourceforge.net" <cour@lists.sourceforge.net> Subject: [maildropl] Maildrop with LDAP, delivers to qmail user instead of ldap user

Hello,

I have maildrop configured with LDAP, and it works fine when testing with 'maildrop -d user@host < testfile' (where user@host is an LDAP user). When my deliveryProgramPath is /usr/local/bin/maildrop for that user, mail sent via SMTP gets sent to the 'vmail' user instead of to the users mailbox. If I manually enter the user's address with the -d switch in deliveryProgramPath, it delivers fine. I am using a global /etc/maildroprc for filtering, which processes fine from the command line.

Why is mail being delivered to ~vmail/Maildir/ instead of the users mailMessageStore? Should I be invoking maildrop from my qmail rc instead of deliveryProgramPath? Perhaps that would solve my first problem.. If any more details are required, let me know.. Thanks,