On 12/06/07, Andreas Kahl <[EMAIL PROTECTED]> 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. Peter -- Peter Bowyer Email: [EMAIL PROTECTED] -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
