Re: [Exim] Basic Exim+SQL

Top Page
Delete this message
Reply to this message
Author: Sheldon Hearn
Date:  
To: Steve Sherwood
CC: exim-users
Subject: Re: [Exim] Basic Exim+SQL
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

Ciao,
Sheldon.