Autor: John Burnham Data: A: markus.voegtli, exim-users Assumpte: Re: [Exim] Deliver mail to a specify host
> > I have a domain nussbaum.ch. The delivery is local to a pop3 server. Now
> I need to configure some people to deliver the mail over an second smtp
> server.
>
> Our MX-Host is mail.nussbaum.ch. The most People get the mail via this
> host. But a small group of people want use an exchange server :-(. Now I
> don't know how I can put the mail of this group to the exchange server.
>
> A sample address should be exchangeuser@???.
> Have a look at using alias files along with smartuser directors or
domainlist routers.
Alias those people who want their mail to go elsewhere to
foo@???
or somesuch and then have a domainlist router that sends mail going to the
exchange.bar.baz machine to the exchange server.
John