Re: [exim] Exim and exchange

Top Page
Delete this message
Reply to this message
Author: Christopher Chaduka
Date:  
To: exim-users
CC: Willem Cloete
Subject: Re: [exim] Exim and exchange
On Thursday 03 February 2005 13:32, Willem Cloete wrote:
> I'm new to both but I want to use Exim on RH8 as my main mailserver
> (this is currently running) passing all mails to an exchange server (new
> secondary mail server). The users will pop from the exchange server.
> Advise and help needed


What you need is a manualroute router like below:

send_to_exchange:
driver = manualroute
domains = +local_domains
route_list = ip.address.of.exchange.server
transpot = remote_smtp
no_more

You put this as the first router in your ROUTERS section.

HTH

--
Kiri