On Fri, Aug 8, 2008 at 9:45 PM, Sahil Tandon <[EMAIL PROTECTED]> wrote:
> Linux Addict <[EMAIL PROTECTED]> wrote: > > > Hi, I have virtual zone on a postfix mail relay. > > > > Virtual Zone Virtual Alias > > zone1.example.com [EMAIL PROTECTED] goes to > > [EMAIL PROTECTED] > > > > zone1.example.com is managed by us which is postfix > > example.net is Exchange server managed by another Team. > > > > The problem I am facing is, the postfix server is resolving > example.net to > > external address, but I really want to send those mails to internal SMTP > > address of example.net(Exchange Server). > > > > Is there a tweak in postfix to do this.? > > If you want to direct all mail destined for zone1.example.com to > example.net, then instead of virtual aliases, you might consider > transport maps: > > http://www.postfix.org/transport.5.html > > -- > Sahil Tandon <[EMAIL PROTECTED]> > I can fix DNS, but it may break other prod. services. I will give it a shot with Transport Maps. Cheers.. Grt Weekend!!