mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #2228] Recent created domain fails DNS checks #1546
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#1546
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 @lpossamai on GitHub (Apr 22, 2021).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2228
Impacted versions
Steps to reproduce
Add a new domain via the Web UI, with no DNS records yet created.
You should get the message below from Modoboa:

Current behavior
After adding a new domain with no (yet) DNS records created, I keep getting the
No DNS record founderror message, and my domain is stuck atAwaiting checksstatus.Expected behavior
Modoboa should have a way to trigger the DNS checks again. There is no way to manually check the DNS again after adding the domain.
Issue https://github.com/modoboa/modoboa/issues/1023 would fix this.
@lpossamai commented on GitHub (Apr 22, 2021):
After adding the DNS records required by Modoboa and running
/srv/modoboa/env/bin/python /srv/modoboa/instance/manage.py modo check_mxmanually, I was able to get the domain working.So back to #1023 where I think this should be in the Admin Web UI.