Re: [Exim] Better way to call virtual domains list

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: Axel Hollanda, Exim-Users (E-mail)
Subject: Re: [Exim] Better way to call virtual domains list
Axel Hollanda schrieb:

>    Is there a better way to call virtual domains list in Exim's
> configure file? I have a mysql table containing domains. Something like:

>
>    foo = mysql; select * from domains_list;


domainlist mysql_domains = mysql;select 1 from domain_list where \
                            domain='$domain'

>
>    Why am I doing this:
>       Becausa I want to put it on a routers checklist, like:
>           domains: ! foo



some_router:
driver = accept
domains = !+mysql_domain

If that does not solve your problem, you should describe it a BIT better.

Nico