Re: [Exim] hash methods2

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Nico Erfurth
Fecha:  
A: Ufuk KOCOLU
Cc: exim-users@exim.org
Asunto: Re: [Exim] hash methods2
> If exim supports plaintext and md5 methods, could you tell me how a
> valid mysql password_hash fileld should be? For plaintext and md5?

In SQL it is enough to use the MD5()-function, and compare the password
with the one in your database, or use the ${if crypteq ...}
operator of exims expansion-language, but read the docs about this ;)

ciao