Re: [Exim] Jumping from one router to another

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Blane Bramble
日付:  
To: Nico Erfurth
CC: Exim-Users (E-mail)
題目: Re: [Exim] Jumping from one router to another
On Wed, 2004-02-18 at 13:10, Nico Erfurth wrote:
> Blane Bramble wrote:
> > Is there an easy way to have a router setup so that if it succeeds
> > rather than passing to a transport, it passes to another router
> > (skipping those inbetween). I have some complicated rules that could be
> > greatly simplified if I can do this...
>
> jump_router:
>    driver = redirect
>    data = $local_part@$domain
>    redirect_router = the_target_router

>


Doh! Thanks that does the trick.

Blane.