On Wed, Jun 04, 2003 at 03:32:31PM +1000, Nathan Ridge wrote:
> I am in the process of upgading from exim 3.x to 4. In previous
> version we used a director like this :
>
> redirect_blah:
> driver = smartuser
> local_parts = ${local_part}
This line looks totally useless.
> domains = one.domain.com
> new_address = ${local_part}@???
> no_verify
>
> can anyone please point me in the right direction of give me an
> example router to be used in then new exim 4.20 configuartion.
> Any help appreciated.
Put this router at the end of the routers handling one.domain.org :
redirect_blah:
driver = redirect
domains = one.domain.org
data = $local_part@???
no_verify
--
Bernard Massot