4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] `maildrop -d` fails w...
FromSent OnAttachments
Kurt YoderOct 6, 2004 2:24 pm 
Sam VarshavchikOct 6, 2004 3:24 pm 
Kurt YoderOct 7, 2004 1:21 pm 
Sam VarshavchikOct 7, 2004 3:23 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 -d` fails with users in userdbActions...
From:Kurt Yoder (ktyc@richard-group.com)
Date:Oct 7, 2004 1:21:44 pm
List:net.sourceforge.lists.courier-maildrop

<snipped>

The version in maildrop that's built as part of Courier uses Courier for all authentication services and address lookups. When Courier invokes maildrop it will take care of looking up the recipient's particulars in userdb, and communicate the relevant information to maildrop via environment

variables.

I am using Postfix to deliver mail via maildrop. The postfix configuration passes messages to maildrop via `| maildrop -d ${user}`. So I can't rely on Courier setting the environment variables. However, if you can tell me which environment variables to set to force maildrop to deliver a message to a given directory with a given uid/gid, my problem would be solved.

Thanks for any assistance...