This is more of a SquirrelMail-users mailing list question ^^
Webmaster wrote:
However, someone who's account name starts with a capital letter (eg. Teresa) cannot log in using any method.
Question: Is there a setting that I have missed in imapd.conf, or in another settings file that will allow people to correctly log in? Any help or suggestions would be most appreciated.
The lowercasing options in imapd.conf aren't an issue here I think, it's the fact that SquirrelMail sends authentication info using mixed case. Maybe there's an option for SASL to convert to lowercase, I don't know.
From the SquirreMail ./configure Perl script: 4 (General Options) 6 (Usernames in Lowercase) set to true.
Or from ./config/config.php:
$force_username_lowercase = true;
This is for SquirrelMail 1.4.x series.
Andre --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html