10 Feb
2022
10 Feb
'22
11:43 a.m.
On 10/02/2022 11:36 Patrik Peng patrik.peng@hostpoint.ch wrote:
On 09.02.22 17:47, Christian Kivalo wrote:
How are your users added to your auth backend?
We use a SQL DB as auth backend. Users are added by an external application. New accounts are all added as lowercase, but it could be possible that there was a time in the past where accounts were added without conversion. At least the DB contains a few accounts with uppercase letters in the localpart.
Please post your doveconf -n output
Here you go (I stripped a few irrelevant sections):
Probably easiest fix is to fix the users in database to all lowercase, as you are likely returning user
attribute in your SQL queries.
Aki