| |||||||||||||||||||||||||||||||
|
> Using local_destination_recipient_limit > 1 will actually make > delivery slower, because recipients are delivered one after the > other. With local_destination_recipient_limit=1, recipients are > delivered in parallel. > > > the argument for not setting it to higher values than the default, why > > are the other {recipient,concurrency}_limits that high? SMTP, LMTP > > etc. also only can use the available CPUs and number of disks, which > > means, that I should set default_destination_*_limits also to 2 ? > > There is a reason why local recipient and concurrency limits are > different than smtp limits. > > Mailboxes are not multi-recipient. Delivering multiple recipients > in one local(8) request is bad. Delivering each recipient separately > in a parallel local(8) request is good. > > SMTP is a multi-recipient protocol. Delivering multiple recipients > in one smtp(8) request is good. Delivering each recipient separately > in a parallel smtp(8) request is bad. Thanks for explanation, will keep settings at their default values for the moment. Regards -stefan-
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com