Hi everybody, We have a Postfix server that route mail for a specific domain to a remote host.
The confugration is set in the transport file : domain1.com relay:[@IP] I need to configure Postfix to route messages for a lot of users from domain1.com to a different remote host. In order to do that, I add the following line to the transport file : us...@domain1.com relay:[@IP2] us...@domain1.com relay:[@IP2] us...@domain1.com relay:[@IP2] us...@domain1.com relay:[@IP2] ... user...@domain.com relay:[@IP2] Question : I'd like to setup the user specific configuration and domain in different transport files (to have a cleaner configuration). Is it possible to setup 2 transport files (one for domains and one for user specific) ? e.g. main.cf : transport_maps = hash:/opt/pmx/postfix/etc/transport, hash:/opt/pmx/postfix/etc/transport_users Thanks, Luis -- View this message in context: http://old.nabble.com/Multiple-Transport-files-tp31447850p31447850.html Sent from the Postfix mailing list archive at Nabble.com.