RE: [Exim] mysql Lookup problem?

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Johansson Jan
日付:  
To: 'Tamas TEVESZ'
CC: 'exim-users@exim.org'
題目: 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