RE: [Exim] mysql Lookup problem?

Inizio della pagina
Delete this message
Reply to this message
Autore: Johansson Jan
Data:  
To: 'Tamas TEVESZ'
CC: 'exim-users@exim.org'
Oggetto: 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