mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #779] Ignore lower/upper characters in email addresses #701
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#701
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jonathan00 on GitHub (Nov 10, 2015).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/779
Originally assigned to: @tonioo on GitHub.
hi,
just saw on http://modoboa.readthedocs.org/en/latest/integration/imap_and_smtp.html your sql querys
user_query and password_query for dovecot.
probably you have the same issue i had with vboxadm
see https://crazylinux.de/Vboxadm#Ignore_lower.2Fupper_characters_in_email_addresses
for a solution
@tonioo commented on GitHub (Dec 2, 2015):
Hi,
Modoboa already lowers email addresses at creation/update time. (https://github.com/tonioo/modoboa/blob/master/modoboa/admin/forms/account.py#L228)
@jonathan00 commented on GitHub (Dec 6, 2015):
Hi,
this does not fix the problem.
Your query "SELECT '/%d/%n' AS home" will use the mail address, e.g. "FOOBAR@some.com" or "foobar@some.com".
so home will be like /var/mail/some.com/FOOBAR or /var/mail/some.com/foobar.
This is a little difference ;-)
again, see my link for a solution ;-)
@tonioo commented on GitHub (Jan 27, 2016):
@jonathan00 Actually, the best place to report this issue is the installer repository since it manages dovecot's configuration. I'll fix the documentation too.