RE: [Exim] mysql Lookup problem?

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Johansson Jan
Fecha:  
A: 'Tamas TEVESZ'
Cc: 'exim-users@exim.org'
Asunto: RE: [Exim] mysql Lookup problem?
>select if(count(*), "1", "0) from passwd where id='$local_part@$domain'

select if(count(*), "1", "0") from passwd where id='$local_part@$domain'

still delivers to anyone/anywhere, but if the sql query is executed, the
response is 1 if the entry exists, and 0 if it doesnt. Exim posts the right
query to the sqldb