Lähettäjä: Peter Bowyer Päiväys: Vastaanottaja: exim users Aihe: Re: [exim] How to store passwords _only_ as crypt in MySQL?
(authmysql)
On 12/06/07, Andreas Kahl <Andreas_Kahl@???> wrote:
> could anyone tell me how I can advise Exim to store only encrypted
> passwords in the users table?
Exim doesn't store passwords anywhere - you would need to modify the
application you're using to manage logins/passwords to do the
encrypted storing.
Once you've done this, you can use Exim's 'crypteq' comparison
operator instead of 'eq' to check the password.