On 9/11/06, Kevin Lombardo <kevin.lombardo at gmail.com> wrote: > Hello- > > I have a postfix server up and running, and currently it accepts mail > for domainA and domainB and delivers locally. I am not using virtual > domains, I have mydestination = domainA, domainB. > > I would like to change the setup so that mail for domainA gets > delivered locally, but mail for domainB is forwarded to another mail > server, or even forwarded to the relayhost. > > Is this possible? > Yes, and even somewhat easy. Just put a line like this in your transport file: domainB :[other.mail.server] Then run postmap on the file (make sure you have transport_maps defined as a hash table with that file). -- Jay Kline http://www.slushpupie.com/