Re: [exim] Select transport in router, depending of domain

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] Select transport in router, depending of domain
On 11/11/15 13:53, Prosto Admin wrote:
>   transport = ${
>     if {$domain} match {\N\.domain1\.local$\N}
>       then
>         domain1_local_smtp
>     elif


Incorrect syntax.

Documentation:
http://exim.org/exim-html-current/doc/html/spec_html/index.html

Read the chapter on String expansions.

--
Jeremy