Re: [exim] Using crypted Password for authentication

Etusivu
Poista viesti
Vastaa
Lähettäjä: Jakob Hirsch
Päiväys:  
Vastaanottaja: Luca Bertoncello
Kopio: Exim-Users ML
Aihe: Re: [exim] Using crypted Password for authentication
Luca Bertoncello wrote:

> I'd like to encrypt these passwords, but I don't know how can I write my
> authenticators...


change eq{$value}{$x} to crypteq{$x}{$value}

> public_name = CRAM-MD5
> public_name = NTLM


These two need the plaintext password, they'll not work with any
crypted/hashed password.