Re: [exim] Router for specific outgoing messages?

Top Pagina
Delete this message
Reply to this message
Auteur: Phil Pennock
Datum:  
Aan: Jaap Winius
CC: exim-users
Onderwerp: Re: [exim] Router for specific outgoing messages?
On 2010-09-03 at 02:36 +0200, Jaap Winius wrote:
> It may look promising, but unfortunately this didn't work for me: any
> messages for jwinius@??? are sent straight on to that address
> without first being redirected to my "test" transport. Is there
> perhaps something wrong with this configuration?


Routers are tried in order.

$ exim -bt jwinius@???
$ exim -d -bt jwinius@???

Only the first-match Router's handling will be used (unless it sets
"unseen").

-Phil