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

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Fred Viles
Date:  
À: exim-users
Sujet: 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}}