On Tue, Oct 14, 2003 at 10:42:34AM +0400, [EMAIL PROTECTED] wrote:
> I use Exim 4.20+ Dbmail1.1 + Mysql
> i add
> login:
> driver = plaintext
> public_name = LOGIN
> server_prompts = "Username:: : Password::"
> server_condition = ${lookup mysql{SELECT user_idnr FROM users WHERE \
> userid = '${quote_mysql:$1}' AND passwd = \
> '${quote_mysql:$2}'}{1}fail}
> server_set_id = $1
> server_advertise_condition = ${if eq{$tls_cipher}{}{no}{yes}}
>
> I dont see auth login!!!!!!
That last line, server_advertise_condition, only allows the
authenticator over a TLS connection. You can remove that line if you'd
like to allow passwords to be transmitted in clear text.
xn