Auteur: Johansson Jan Datum: Aan: 'Tamas TEVESZ' CC: 'exim-users@exim.org' Onderwerp: 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