Re: Uppercase username emails are rejected

2024-10-19 Thread Benny Pedersen via dovecot
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

Re: Uppercase username emails are rejected

2024-10-19 Thread lua8ds--- via dovecot
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