On Jun 14, 2012, at 11:34 AM, Noel Jones wrote: > > The proper solution is to use a global virtual_alias_maps to map > users to the correct server. Use rsync or similar to synchronize > the virtual_alias file among the servers. > > # main.cf > virtual_alias_maps = hash:/etc/postfix/virtual > > # virtual > [email protected] [email protected] > [email protected] [email protected] > ... > > > postmaster works the same way -- > [email protected] [email protected] > > > > [optional] On your outgoing gateway use canonical_maps to rewrite > hostX.example.com to example.com. > > > -- Noel Jones
Thank you Noel for your reply, is it okay to use my default transport maps and the virtual ? /etc/transport [email protected] smtp:hostA.example.com /etc/virtual [email protected] [email protected] -j
