Re: [exim] spam sent by non-existent users

Pàgina inicial
Delete this message
Reply to this message
Autor: Jasen Betts
Data:  
A: exim-users
Assumpte: Re: [exim] spam sent by non-existent users
On 2014-12-15, Jasen Betts <jasen@???> wrote:

>
>  server_condition = ${lookup mysql{SELECT \
>     concat(local_part,'@',domain) FROM MYSQL_AUTHTABLE\
>     WHERE (concat(local_part,'@',domain) = '${quote_mysql:$1}'\
>        OR email = '${quote_mysql:$1}') 
>       AND password='${quote_mysql:$2}' \
>    }{1}fail}


oops! the line that starts with OR should also end with \

sorry.


--
umop apisdn