14 messages in net.sourceforge.lists.courier-maildropRe: AW: [maildropl] Help! got stuck.....
FromSent OnAttachments
Andreas VogtNov 10, 2004 11:51 pm 
Andreas VogtNov 11, 2004 1:13 am 
p dont thinkNov 11, 2004 1:18 am 
p dont thinkNov 11, 2004 1:35 am 
p dont thinkNov 11, 2004 1:35 am 
Tony EarnshawNov 12, 2004 1:45 am 
Petri RiihikallioNov 12, 2004 9:08 am 
Tony EarnshawNov 13, 2004 2:36 am 
p dont thinkNov 13, 2004 2:27 pm 
Tony EarnshawNov 13, 2004 5:19 pm 
p dont thinkNov 13, 2004 9:19 pm 
Tony EarnshawNov 14, 2004 9:49 am 
p dont thinkNov 19, 2004 4:40 pm 
Jeremy KitchenNov 19, 2004 6: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: AW: [maildropl] Help! got stuck...(user unknown. Command output: Invalid user specified. )Actions...
From:Petri Riihikallio (petr@metis.fi)
Date:Nov 12, 2004 9:08:44 am
List:net.sourceforge.lists.courier-maildrop

'postconf -d maildrop_destination_recipient_limit' postconf: warning: maildrop_destination_recipient_limit: unknown parameter

Hmmm ... 'postconf -d | grep recipient_limit'

Blah, blah,

local_destination_recipient_limit = 1

xxx_destination_recipient_limit is transport specific "dynamic" parameter that won't show up in postconf if it is not set.

man 8 pipe:

To prevent Postfix from sending multiple recipients per delivery request, specify

transport_destination_recipient_limit = 1

in the Postfix main.cf file, where transport is the name in the first column of the Postfix master.cf entry for the pipe-based delivery transport.

You need to set it to "1" for Maildrop. Maildrop can only deliver to one recipient at a time (just like Postfix's "local"). By setting limit to 1 Postfix will spoon feed Maildrop one recipient at a time. If you don't set it, Maildrop will only deliver to the first recipient.

I don't think Maildrop requires the maildrop_destination_concurrency_limit. That means that Postfix may deliver multiple messages to the same recipient at the same time. You might need to limit this for some transports to avoid some locking problems, but not for Maildrop.