mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #1444] Adding new domains with type relay domain does not work #1145
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#1145
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 @y0va on GitHub (Mar 29, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1444
Impacted versions
Steps to reproduce
Domains -> Edit Domain -> Alias
When trying to add it as an alias domain to an existing relay domain by typing it in the Alias(es) box and pressing enter, it is shown in the interface. Unfortunately pressing Update does not work and the browser console yields an error:
which is due to the thrown 500 HTML error page, instead of the expected JSON.
The UWSGI log in
/var/log/uwsgi/app/modoboa_instance.logonly readsAdding new domains with type "relay domain" doesn't work neither.
@tonioo commented on GitHub (Mar 30, 2018):
@y0va Can you set DEBUG to True inside settings.py, reload your wsgi server and check response body using a javascript debugger?
@y0va commented on GitHub (Apr 3, 2018):
https://gist.github.com/y0va/83094ed884f75b50890c3c3f3f5f0d4d
@y0va commented on GitHub (Apr 4, 2018):
Strangely I had two entries for policies of this domain. After deleting them and reconfiguring the domain it worked again.