On Thu, Mar 16, 2006 at 11:52:41AM -0300, Rodrigo Brayner wrote: > I am having some problems. When i log into my imap server, it is > ignoring characters after the 7th char. For example, when i log with > the correct password (brayner1000) like below it log in ok:
Are you sure it's not characters after the 8th char? This means you're using an old Unix platform with an old crypt(). It ignores everything after the 8th character. Change to an MD5 crypt and the problem will go away. You said nothing about your O/S or what authentication module(s) you're using, so I can't give you more specific advice. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
