Re: [Exim] SMTP auth - mysql

Top Page
Delete this message
Reply to this message
Author: Sheldon Hearn
Date:  
To: robert rotman
CC: exim-users
Subject: Re: [Exim] SMTP auth - mysql

On Fri, 29 Jun 2001 18:45:06 +0200, robert rotman wrote:

>        ${if crypteq {$3} \
>          {${lookup mysql{select from this.domain ...}{$value}fail}}}{0}{1} 


That's not a valid SQL statement. Something's missing between SELECT
and FROM. :-)

Ciao,
Sheldon.