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:p dont think (pdon@angrynerds.com)
Date:Nov 13, 2004 2:27:39 pm
List:net.sourceforge.lists.courier-maildrop

I said concurrency, meaning only the last line is unnecessary. You MUST use maildrop_destination_recipient_limit, or you will have problems, mostly with messages going to multiple recipients.

Postfix 2.1.5:

'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

Tony, correct me if I'm wrong, but aren't you a regular on the Postfix mailing list? So I'm surprised that you are not aware that any transport you define in master.cf gets its own *_destination_recipient_limit as well as several other similar config parameters.

That is, your post is mistaken and will only serve to confuse maildrop new-comers: if you route mail from Postfix to Maildrop as a transport, you *MUST* define this:

maildrop_destination_recipient_limit = 1

When used as a generic delivery transport, Postfix does not treat it as "local" and will in fact deliver messages for more than one recipient incorrectly without this parameter. If you use Maildrop as a replacement mailbox_command, only then is local_destination_recipient_limit probably in order.

Do you know something that I don't?