Re: [exim] Router for specific outgoing messages?

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Jaap Winius
Data:  
Para: Phil Pennock
CC: exim-users
Asunto: Re: [exim] Router for specific outgoing messages?
Quoting Phil Pennock <exim-users@???>:

> domains = example.com
> local_parts = fred


In other words:

test:
debug_print = "R: test-filter for $local_part@$domain"
driver = accept
local_parts = jwinius
domains = example.com
transport = test
condition = "${if eq{$received_protocol}{local-bsmtp}{no}{yes}}"


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?

Cheers,

Jaap