Autor: Nico Erfurth
Datum:
To: Sheldon Hearn
CC: Steve Sherwood, exim-users@exim.org
Betreff: Re: [Exim] Basic Exim+SQL
On Fri, 25 Oct 2002, Sheldon Hearn wrote:
> On (2002/10/24 22:29), Steve Sherwood wrote:
>
> > domainlist local_domains = @:localhost:${lookup mysql{SELECT domain FROM
> > local_domains}}
>
> Try this:
>
> domainlist local_domains = @ : localhost : \
> mysql;SELECT domain FROM local_domains
NO, IIRC this would say OK to anything, you need at least a condition for
the domain.
ciao