Ticket #2443 (closed defect: fixed)
Autocreated user email should be in lowercase.
| Reported by: | transcend194@… | Owned by: | cperez@… |
|---|---|---|---|
| Milestone: | 2.0.X | Component: | users |
| Severity: | normal | Keywords: | |
| Cc: |
Description
If I create new user using module "User template", and username contain capital letters, then local-part of created email address contain capital letters too. Mail dir as well.
So, when Dovecot deliver new mail, it creates different mail dir - in lowercase (as we know, U*NIX is case-sensitive). In that way, user can`t get his long-awaited spam. ;)
Attachments
Change History
comment:1 Changed 3 years ago by jacalvo@…
- Status changed from new to closed
- Resolution set to fixed
comment:2 Changed 3 years ago by transcend194@…
- Status changed from closed to reopened
- Resolution fixed deleted
It doesn`t...Just tried, after updating Zentyal.
comment:3 Changed 3 years ago by jacalvo@…
- Status changed from reopened to closed
- Resolution set to fixed
We always close the tickets at the moment we commit the code fixing it into trunk, it's just that the new ebox-mail 2.0.3 containing the fix has not been released yet.
You can always try to manually patch revision [19502] if you can't wait to the new package...
(In [19502]) NN: Autocreate user email always in lowercase (closes #2443)