Mineur, Niels wrote:
And postfix on the localhost address to use an alternative transport map
127.0.0.1:smtp inet n - n - - smtpd
-o transport_maps=hash:/etc/postfix/transport.alt
... it seems however that postfix is only looking at the primary transport_map
Routing decisions are made by qmgr, not smtpd. This means that transport_maps is essentially a global property.
You can run multiple instances of postfix, each with its own queue directory and config file and transport map.
-- Noel Jones
