$quoted_author = "DaZZa" ;
> 
> I need to be able to configure it to deliver mail for a specific
> domain to one mail server without doing a MX record lookup - send all
> mail @foo.bar.au to 10.1.1.1 and everything else to 12.2.2.2, for
> example.

put this in /etc/postfix/transport

        foo.bar.au  :[10.1.1.1]

and these in /etc/postfix/main.cf

        transport_maps = hash:/etc/postfix/transport
        relayhost = 12.2.2.2

cheers
marty

-- 
"No GUI for you! Use lynx!!!, Come back, One year!"

/avant
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to