lua8ds--- via dovecot skrev den 2024-10-19 15:31:
auth_username_format = %Ln
keep this one
thank you all for your help.
without %Lu there can be diffrent passwords for l...@example.org and
l...@example.org
dont make that mistake, its same user, since localpart is caSE
sensitive, but wh
I fixed the problem I had.
My mail server no longer rejects emails I receive to my username written in
large cap e.g. usern...@domain.com.
In the file /etc/dovecot/conf.d/10-auth.conf I had:
auth_username_format = %n
I updated that line to:
auth_username_format = %Ln
which, I