Re: [Exim] 2 mysql lookups in local_domains?

Top Page
Delete this message
Reply to this message
Author: Tamas TEVESZ
Date:  
To: William X Walsh
CC: exim-users
Subject: Re: [Exim] 2 mysql lookups in local_domains?
On Sun, 26 Aug 2001, William X Walsh wrote:

> local_domains = elrond.dso.net:localhost:mysql;select domain_name from
> domain where domain_name='$key':mysql;select domain_name from
> other_domains where domain_name='$key'


mysql; select domain.domain_name, other_domains.domain_name from
domain,other_domains where domain.domain_name-'key' or
other_domains.domain_name='$key'

?


--
[-]