Hi, In message <[email protected]> on Mon, 04 Mar 2013 09:58:28 +0100, Christian Mack <[email protected]> wrote: >> This causes a problem when, the uid is or is not capitalized, but dovecot >> won't accept the case. >> > > I don't use dovecot, but that seems strange to me. > I never saw a system which had case sensitive user names. Dovecot has auth_username_format parameter whose default value is %Lu.
# Username formatting before it's looked up from databases. You can use # the standard variables here, eg. %Lu would lowercase the username, %n would # drop away the domain if it was given, or "%n-AT-%d" would change the '@' into # "-AT-". This translation is done after auth_username_translation changes. -- Takahiro Kambe <[email protected]> -- [email protected] https://inverse.ca/sogo/lists
