On Thu, Apr 28, 2011 at 10:32 PM, Julio Cesar Covolato <[email protected]> wrote: > > Em 28/04/2011 13:51, Wietse Venema escreveu: >> >> Manish Kathuria: >>> >>> I have configured some domains as a virtual domains on a Linux system >>> running Postfix. For each of these virtual domains, only a few users >>> happen to be on this system and the rest of the user mailboxes for >>> these domains are on respective external hosts. In order to deliver >>> the mails being sent by the users on this system to the users of >>> virtual domains on external hosts, I tried using >>> fallback_transport_maps for the virtual domains but it does not seem >>> to work and all such mails are bounced back. >>> >>> Where can I specify fallback transport for each of these virtual domains? >> >> It is not documented, therefore, it does not exist. >> >> Wietse > > You can use transport_maps instead: > > postconf -e "transport_maps = hash:/etc/postfix/transport" > > /etc/postfix/transport: > > [email protected] smtp:[10.0.0.1] > [email protected] smtp:[10.0.0.2] > [email protected] smtp:[192.168.0.123] > ... > ... > > #$ postmap /etc/postfix/transport > #$ postfix reload > > Julio. > >
That's a good option but the number of remaining users in each domain is too high which makes it difficult to manage and maintain them in the transport table. Thanks, -- Manish Kathuria
