atom feed5 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Only 8 characters...
FromSent OnAttachments
Andreas GrabnerSep 26, 2007 9:03 am 
Lisa MuirSep 26, 2007 9:30 am 
Andreas GrabnerSep 26, 2007 9:59 am 
Johnny C. LamSep 26, 2007 11:09 am 
Andreas GrabnerSep 27, 2007 1:18 am 
Subject:Re: [courier-users] Only 8 characters of the password required -RESOLVED
From:Andreas Grabner (andr@vianova.cc)
Date:Sep 27, 2007 1:18:09 am
List:net.sourceforge.lists.courier-users

Hello, Am Mittwoch, den 26.09.2007, 14:09 -0400 schrieb Johnny C. Lam:

The passwords may be cleartext over the connection, but they're probably stored in encrypted form in your MySQL database. Just make sure the passwords are encrypted using something other than the {CRYPT} hash, e.g. {SHA} or {MD5}.

You are right! I changed the following in authmysqlrc and now it works.

# MYSQL_CRYPT_PWFIELD crypt MYSQL_CLEAR_PWFIELD clear

Thanks a lot