use lowercase username in dovecot auth

This commit is contained in:
Anthony Bourguignon
2018-10-17 11:57:31 +02:00
parent d28346efec
commit 5dacd2695c

View File

@@ -47,7 +47,7 @@
# the standard variables here, eg. %Lu would lowercase the username, %n would # 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 # 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. # "-AT-". This translation is done after auth_username_translation changes.
#auth_username_format = %Lu auth_username_format = %Lu
# If you want to allow master users to log in by specifying the master # If you want to allow master users to log in by specifying the master
# username within the normal username string (ie. not using SASL mechanism's # username within the normal username string (ie. not using SASL mechanism's