Re: [Exim] Basic Exim+SQL

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Sheldon Hearn
Date:  
À: Steve Sherwood
CC: exim-users
Sujet: 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.