Hi all,

We are using Postfix 2.3.3 as external mx.
It manages several our domains and just relays to spam check servers
using transport and relay_domains.
Currently if a message includes multiple our domains it relays as a
one message. We would like to split by domain and relay to spam check
servers.
Would someone let me know if it is possible?

For example
<our internal domains>
example-a.com
example-b.com

<received message>
MAILFROM some...@example.com
RCPTTO f...@example-a.com, b...@example-b.com

<current behavior>
(just relay as a one message)

<expected behavior>
split to two messages as follows
1) MAILFROM some...@example.com
RCPTTO f...@example-a.com

2) MAILFROM some...@example.com
RCPTTO b...@example-b.com

Best regards,
Kaz

Reply via email to