Re: [Exim] CRAM-MD5 fudging

Etusivu
Poista viesti
Vastaa
Lähettäjä: John Jetmore
Päiväys:  
Vastaanottaja: Tamas TEVESZ
Kopio: exim-users
Aihe: Re: [Exim] CRAM-MD5 fudging
On Wed, 12 Mar 2003, Tamas TEVESZ wrote:

> > it looks like exim changes the challenge every time you re-attempt
>
> it does, if you
>
> server_prompts = $pid.$tod_epoch@$whatnot


in this case I don't think you have any guarantee of consistancy between
setting the server_prompt and using it in the server_condition. This and
the need for it to change between auth attempts on a single session is why
I suggested a special variable.

--John