Re: [Exim] Basic Exim+SQL

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Nico Erfurth
Ημερομηνία:  
Προς: Sheldon Hearn
Υ/ο: Steve Sherwood, exim-users@exim.org
Αντικείμενο: 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