Re: [Exim] hash methods2

Pàgina inicial
Delete this message
Reply to this message
Autor: Nico Erfurth
Data:  
A: Ufuk KOCOLU
CC: exim-users@exim.org
Assumpte: 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