Yes only handles incoming email outbound goes straight from exchange server out to external.
relay_domains=<<domain name>> what domain name
I have a windows server 2003 domain zentura.local
My external MX record is mail.zentuar.com
My exchange has two recipient policy default on zentuar.local and one I had zentuar.com
And will postfix accept inbound mail or what must I add on postfix to accept mail from external.
Please explain.
Main Topics
Browse All Topics





by: Cyclops3590Posted on 2009-02-22 at 09:52:59ID: 23705688
so it ONLY handles incoming email? outbound goes straight from the exchange server or relays back to the postfix server?
if it only handles incoming, its easy, just add this to the main.cf
relayhost=<<fqdn or IP of exchange>>
relay_domains=<<domain name>>
if exchange relays back, then you'll add this instead
relay_domains=<<domain name>>
my_networks=<<what is there now>>,<<ip of exchange>>
then in the transport file you add this
<<domain name>>: <<fqdn or IP of exchange>>
then delete the old transport.db and restart postfix. It should auto-recreate the transport hash file for you then. To do it manually, you use postmap.