4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Courier only acce...
FromSent OnAttachments
DavidMay 29, 2005 10:46 am 
Sam VarshavchikMay 29, 2005 12:13 pm 
Stefan HornburgMay 30, 2005 1:52 am 
Gordon MessmerMay 30, 2005 12:11 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Courier only accepts cleartextpasswordsActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:May 29, 2005 12:13:18 pm
List:net.sourceforge.lists.courier-users

David writes:

« HTML content follows »

Hallo.

I am using Courier Imap with MySQL and it works well. My Problem is that I can’t use encrypted passwords. I tried to comment out  MYSQL_CLEAR_PWFIELD and activate MYSQL_CRYPT_PWFIELD. I encrypted my passwords with the MySQL function encrypt. But after this no login was possible. I have made the same question but nobody does response me. Please help me I’m desperate and I can’t find a solution.

This is probably because MySQL's encrypt() function does not encrypt passwords the same way that Courier does. Courier uses the standard triple-DES encryption, the same one used by your passwd command. MySQL's encrypt() probably does something completely different.