Re: [Exim] SMTP authentication

Inizio della pagina
Delete this message
Reply to this message
Autore: Tamas TEVESZ
Data:  
To: Andy Mell
CC: exim-users
Oggetto: Re: [Exim] SMTP authentication
On Wed, 1 Aug 2001, Andy Mell wrote:

> login:
> driver = plaintext
> public_name = LOGIN
> server_prompts = "Username:: : Password::"


> server_condition = "${if and{ {eq{$2}{user}} {eq{$3}{password}} } {1}{0}}"
> server_set_id = $1


think about the consistency of these last two lines, will you spot
that out ?


in case you didn't: ;>

server_condition = "${if and{ {eq{$1}{user}} {eq{$2}{password}} } {1}{0}}"
                                   ^              ^
                                   ^              ^


--
[-]