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

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Fred Viles
Data:  
Para: exim-users
Asunto: 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}}