Re: [Exim] 2 mysql lookups in local_domains?

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Tamas TEVESZ
Fecha:  
A: William X Walsh
Cc: exim-users
Asunto: 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'

?


--
[-]