Autor: Steve Datum: To: exim-users Betreff: Re: [Exim] Basic Exim+SQL
> What you want is something like this > domainlist local_domains @:localhost:mysql;select 1 from local_domains \
> where domain='${quote_mysql:$domain}'
>
> This just queries the database for "Do we know about this domain?"
I take it from this, that the config file is read for *every* message, not
at exim startup?
and $domain is an internal variable set to the domain of the recipient of
the email address?