Re: [Exim] Passing all mail to another server

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Anand Buddhdev
Data:  
Para: Nathan Ridge
CC: exim-users
Assunto: Re: [Exim] Passing all mail to another server
On Fri, Oct 29, 1999 at 10:34:01PM +0930, Nathan Ridge wrote:

> Heres a simple one for all you exim wiz's. I have a virtual domain hosted,
> they client is dialed up with is with a static ip address on our server, how
> can I pass all mail requests onto the static of theirs which they run a
> Microsoft mail server on nt? and not handle the mail on the main server?
> thanks


With a router like this perhaps:

artificial_route:
driver = domainlist
transport = remote_smtp
route_list = "customer.domain addr.of.exchange.server byname"

See the exim manual for a description of how to use the domainlist
driver.

--
See complete headers for more info