Re: [Exim] Can't get AUTH LOGIN to work with MySQL!

Top Page
Delete this message
Reply to this message
Author: Fred Viles
Date:  
To: exim-users
Subject: Re: [Exim] Can't get AUTH LOGIN to work with MySQL!
On 11 May 2004 at 20:42, Yves Goergen wrote about
    "[Exim] Can't get AUTH LOGIN to work":


|...
| >     server_condition = ${if \
| >         eq {$2}{lookup mysql{MYSQL_Q_AUTH_CR1}{$value}fail} \
| >         {yes}{no}}


I think that should be:

    server_condition = ${if \
        eq {$2}{${lookup mysql{MYSQL_Q_AUTH_CR1}{$value}fail}} \
        {yes}{no}}