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,