Re: [EXIM] Exim NT-exchange routing without really rewriting

Top Page
Delete this message
Reply to this message
Author: Philip Hazel
Date:  
To: Bruno.Vuillemin
CC: exim-users, postmaster, robert.matathia
Subject: Re: [EXIM] Exim NT-exchange routing without really rewriting
On Wed, 10 Dec 1997 Bruno.Vuillemin@??? wrote:

> b/ What the NT-sysadm wants
>
>       Bruno.Vuillemin@??? (FirstName.LastName@???,
>                 |               official address)
>                 v
>               [Exim]
>                 ^
>                 |
> new-> Bruno.Vuillemin@??? (FirstName.LastName@???,
>                 |               official address)
>                 v
>              [NT-exchange]

>
>    Exim knows every defined address and rewrites them into the same...


No need to rewrite if you can find a suitable way of determining which
addresses you want to do this with. If you can, just send them to a
suitable transport such as

NT_transport:
driver = smtp
hosts = nt.exchange.machine.unifr.ch

Suppose you have a file containing all the local parts you want to send
to NT-exchange, e.g.

Bruno.Vuillemin
...

The if you set up a director like this

NT_director:
driver = aliasfile
file = /list/of/NT/people
transport = NT_transport

it should work.


-- 
Philip Hazel                   University Computing Service,
ph10@???             New Museums Site, Cambridge CB2 3QG,
P.Hazel@???          England.  Phone: +44 1223 334714



--
*** Exim information can be found at http://www.exim.org/ ***