16 Oct
2008
16 Oct
'08
12:13 p.m.
On Oct 16, 2008, at 12:09 PM, Proskurin Kirill wrote:
pass_attrs = mail=user,userPassword=password
You could remove the mail=user here and instead set
auth_username_format=%Lu to make sure the username is lowercased.
Info: auth(default): auth(proskurin-kv@domain.off,172.16.1.19):
username changed proskurin-kv@domain.off -> sysadmin@domain.off
Dovecot sees the first mail field and changes the username.
Info: auth(default): auth(sysadmin@domain.off,172.16.1.19): username
changed sysadmin@domain.off -> proskurin-kv@domain.off
Dovecot sees the second mail field and changes the username again.