Re: [Exim] hash methods2

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: Ufuk KOCOLU
CC: exim-users@exim.org
Subject: 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