|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Amos Gouaux (+archive.postfix-users
utdallas.edu)Date: Thu Feb 22 2001 - 18:02:59 CST
>>>>> On Thu, 22 Feb 2001 14:53:47 -0500 (EST),
>>>>> Wietse Venema <wietse
porcupine.org> (wv) writes:
wv> The local delivery agent delivers recipients one at a time,
wv> so it calls mailbox_transport once for each recipient.
wv> If you use a different delivery transport than the local delivery agent,
wv> and the transport must deliver recipients one at a time, be sure
wv> to specify:
wv> /etc/postfix/main.cf:
wv> xxx_destination_recipient_limit = 1
wv> where xxx is the name of the delivery transport (first word of a
wv> master.cf entry).
With the qmgr patch you just posted, it seems that this isn't
working with mailbox_transport, unless I'm getting it wrong. With
these settings:
mailbox_transport = lmtp:unix:/var/cyrus/socket/lmtp
lmtp_destination_recipient_limit = 1000
lmtp_destination_concurrency_limit = 5
A message addressed to local recipients is broken into separate
messages. However, if I change that mailbox_transport to
local_transport, then the same message is not broken apart.
Perhaps this is due to mailbox_transport doing alias expansion,
while local_transport doesn't?
-- Amos
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]