On 2010-09-01 7:35 AM, Pablo <[email protected]> wrote: > password_query = SELECT password FROM mailbox WHERE username = '%n' > user_query = SELECT maildir, 1001 AS uid, 1001 AS gid FROM mailbox > WHERE username = '%n' > > Now I think it's all right.
Depending on your requirements, you might consider changing it to '%Ln' instead... I know on our systems we never allow mixed case usernames, but force all to lowercase. -- Best regards, Charles
