Re: [Exim] Jumping from one router to another

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Blane Bramble
Ημερομηνία:  
Προς: Nico Erfurth
Υ/ο: 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.