mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 18:05:58 +03:00
[GH-ISSUE #1570] got "Domain does not exist" when I try to create a new user #1239
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#1239
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 @IPv777 on GitHub (Sep 24, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1570
Impacted versions
Steps to reproduce
use the installer on a fresh setup of Debian 9
Current behavior
I can't create a new account, despite the domain name exists and the e-mail admin@mydomain.fr is working

@tonioo commented on GitHub (Sep 24, 2018):
@IPv777 What kind of user do you use?
@IPv777 commented on GitHub (Sep 24, 2018):
All types of users.
I got an error 400 from the server :/
-------- Message d'origine --------
On 24 sept. 2018 à 18:48, Antoine Nguyen a écrit :
@IPv777 commented on GitHub (Sep 24, 2018):
I'm trying to create an user with the super-admin account
-------- Message d'origine --------
On 24 sept. 2018 à 18:48, Antoine Nguyen a écrit :
@tonioo commented on GitHub (Sep 25, 2018):
@IPv777 It is actually an issue related to case sensitivity. You defined a domain name containing upper case letters but Modoboa forces lower case email addresses when it validates the creation so the domain is not found (because IPv7.fr is different from ipv7.fr). The fix will require a bit of thinking because RFCs say domain names are case insensitive but local part (left side of the @) are. Modoboa is currently not consistent is the way it deal with case in domain names and addresses and I'm not sure what's the best rule to apply:
What you can do if you're in a hurry is rename your domain to ipv7.fr and it will work.
@kryskool @fyfe Do you have any point of view about this?
@IPv777 commented on GitHub (Sep 26, 2018):
@tonioo yes, you was right :)
I just reinstalled modoboa with lower letters everywhere and now it's fully working ;)
Thanks for your time :-) I just sponsored a little part of the new feature 👍