2008/8/9 Linux Addict <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] goes to [EMAIL PROTECTED] > > 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).
It sounds like you want a transport map, probably something like "zone1.example com smtp:[internal.IP.address]" http://www.postfix.org/transport.5.html An alternative is to fix the DNS, which is arguably the more correct solution, either by editing /etc/hosts or using a split-horizon DNS setup. -Barney Desmond