Martin Nicholas wrote:
> Would it be a possible/easy/useful thing to add the names of routers & 
> transports to these conditionals?
> 
> I.E:
> 
> .ifndef some_router
> some_router:
>       driver = dnslookup
>       etc.
> .endif
> 
> I've got a use for it. Does anyone else?
> 

Can already be done with 1 extra line.

.ifndef SOME_ROUTER_X
SOME_ROUTER_X=blah

some_router:
        driver = whatever
.endif

Of course, since the configuration file is read with every single fork
this causes a performance penalty.

-- 
The Exim Manual
http://www.exim.org/docs.html
http://docs.exim.org/current/

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to