On Sat, Oct 03, 2009 at 12:16:26PM +0200, Laszlo Kupor wrote:

> This situation in Postfix environment different. 
> Postfix after accept mail query all domains (domain1,2,3) MX and sends
> email in separate SMTP session per domain name also if same MX of all
> domain. The example above sends 3 mail with 2,1,1 recipients in 3 SMTP
> session, 3 mail on network,3 processes and resources. 
> I search documentation, and internet but not found solution to emulate
> Sendmail behavior in Postfix.
> 
> The question i can emulate this in Postfix?

No. Postfix never sends recipients for different transport:nexthop
combinations (the nexthop is typically the recipient domain) in the
same envelope.

There are good reasons for this, it is difficult to do this and still
have a reasonable queue scheduling algorithm (Sendmail has no global
scheduling at all, which is far worse than occasionally splitting
envelopes).

-- 
        Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:majord...@postfix.org?body=unsubscribe%20postfix-users>

If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.

Reply via email to