4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] option -f of maildrop
FromSent OnAttachments
Thierry BDec 21, 2004 10:13 am 
Chris HollemanDec 22, 2004 1:34 am 
Thierry BDec 22, 2004 7:56 am 
Chris HollemanDec 22, 2004 8:03 am 
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] option -f of maildropActions...
From:Chris Holleman (chr@isd-holland.nl)
Date:Dec 22, 2004 1:34:38 am
List:net.sourceforge.lists.courier-maildrop

On Tue, Dec 21, 2004 at 07:11:41PM +0100, Thierry B wrote:

Hello, I see in the documentation of Maildrop, that I can put in master.cf of postfix, in the syntax of maildrop, -f address, with address is the address of sender.

But it doesn't works in my config.

i would be handy if you showed the config.....

And I read that the option -f could be desactivated, so I ask how can I verify that this optio is enable?

I compiled maildrop myself.

I don't know exactly what you mean but do you have something like

maildrop unix - n n - 500 pipe flags=Ru user=vmail argv=/usr/local/maildrop/bin/maildrop -d
${recipient} -f ${sender}

in your master.cf ?

if so try

`echo FROM=$FROM > /tmp/vars` `echo LOGNAME=$LOGNAME >> /tmp/vars`

in a mailfilter file and send an email, after that check /tmp/vars

Thanks. Bye