Hi,

Exim has a useful feature to evaluate expansions from the shell: exim -be '....'

Is there a simiar feature to that will return the final value of a
macro after the configuration file has been parsed?

Something like:

exim.conf:
<...snip...>
EXIMDIR  = /srv/exim
TABLES   = EXIMDIR/tables
<...snip...>

$ exim -XX TABLES
/srv/exim/tables

I've examined the manpage but cannot see anything that would help with this.

Otherwise, is there a recommended way to obtain such values from a
shell script without having to hardcode the value or grep the Exim
config?


Thanks in advance,

Tez

-- 
## 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