mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #1023] On-demand DNS check #867
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#867
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 @tonioo on GitHub (Feb 8, 2017).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1023
Add the possibility to launch DNS checks for a given domain directly from the web ui.
@movahhedi commented on GitHub (Sep 14, 2023):
For those who wonder what to do until it's in the web UI, use
/srv/modoboa/env/bin/python /srv/modoboa/instance/manage.py modo check_mx.@benricok commented on GitHub (Feb 8, 2026):
Hi how do I currently force a dns check?
I did a clean modoboa install yesterday using the modoboad_installer script with the latest version and added a new domain. The dns status has not updated yet with any information since yesterday. I saw check_mx was removed recently in
4b1b9b2042which rules that option out, I do however see that the crontab is still active trying to callmanage.py modo check_mxbut will obviously fail.I am actively receiving mail from other mail servers using the mail-in-a-box dns setup as reference, however my autoconfig is not working at all thus I am unable to setup any external email clients. This is a different issue that I am currently chasing, but would be nice to use the DNS check functionality.
I understand the new implementation is supposed to send a report by email to the administrator of the domain? If that is the case, I have not received one yet.
@tonioo commented on GitHub (Feb 9, 2026):
@benricok I've updated the installer to add support for RQ scheduler (introduced with 2.7).
In your case, follow upgrade instructions for 2.7 and it should work better: https://modoboa.readthedocs.io/en/latest/installation/upgrade#version-2-7-0