Autor: Jasen Betts Data: Para: exim-users Asunto: Re: [exim] route mail based on source
On 2013-12-10, Tony Primerano <tony.primerano@???> wrote: > accidentally responded to Jason instead of the list.. trying again. :-) >
> What would that router condition look like? Sorry, I'm new to exim.
what does a "local user" look like, what do I measure to determine if
local or not?
> Can you point me to the document that talks about adding conditionals and
> what variable should I be checking?
that depends on what a local user is.
it'll go something like
conditon=${if ..... }
it's the ..... that I can't give you.
There's no need for an else clause the next router will pick it up it
this one drops out.
Read the spec, chapter 3 is a good introduction on how exim operates,
and chapter 11 has all the variables...