Hi all! I want to use qmail-ldap with procmail. It works , but there are problems. A bash scripts generates the users, from an old, postfix based server. I want to user procmail like this:
deliveryProgramPath: /usr/bin/procmail USER=$LDAP_UID /etc/procmail/recipe1 This is from the input ldif file. I store my procmail recipes separately in a directory. Depending on user, i want to select, which procmail recipe is for him/her. I think this is a fine solution for this, but procmail not delivers to the default maildir of the user, it puts the letter in /var/spool/mail/vmail in mbox format, and qmail delivers the mail in the default mailbox. So, both qmail and procmail delivers the message. I don't want qmail to put down the message in the maildir, I want to use procmail for it. What can be the problem? petya
