10 Feb
2022
10 Feb
'22
1:52 p.m.
On 10/02/2022 13:46 Patrik Peng patrik.peng@hostpoint.ch wrote:
On 10.02.22 11:25, Aki Tuomi wrote:
You can configure dovecot with
auth_username_format=%Lu
which downcases the username provided by the customer, as well.
According to the docs [1], is '%Lu' already the default and this value is not changed in our config. I guess 'auth_username_format=%Lu' is not applied when a user is performing a search via FTS.
It is applied, but, your sql database overrides it by having non-lowercased usernames.
Aki