Re: [exim] non-static qualify_domain

Top Pagina
Delete this message
Reply to this message
Auteur: Patrick von der Hagen
Datum:  
Aan: exim-users
Onderwerp: Re: [exim] non-static qualify_domain
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.