Peter Bowyer wrote:
[...]
> The canonical way round this is to use a macro in the 'qualify_domain'
> line, and 'include' a local file at the top of the config which
> defines local macros.
Why do I always forget about inclusion? :-(
>
> eg
>
> .include /etc/DOMAIN.exim
>
>
> qualify_domain= INCLUDED_DOMAIN
>
>
> /etc/DOMAIN.exim contains
>
> INCLUDED_DOMAIN=<something>
Even better:
qualify_domain = \
.include /etc/DOMAIN
No scripting at all. :-)
The linebreak and continuation are required to have the
include-statement line by itself.
--
CU,
Patrick.