12 Dec
2005
12 Dec
'05
7:48 p.m.
On Sun, 2005-12-11 at 16:34 -0800, Erik Petersen wrote:
password_query = SELECT password FROM mailbox WHERE username='%u'
One way to solve this would be to use:
password_query = select password, username as user from mailbox where username = '%u'
Then Dovecot internally changes the username to same casing as it's in the SQL database.