Modoboa Email Server: Some Notes
Links
- How to Quickly Set up a Mail Server on Ubuntu 22.04 with Modoboa
- How to Host Multiple Domains in Modoboa Mail Server
Notes
Some notes for future me when using Modoboa.
DKIM Doesn't Generate
After 12 hours it didn't generate automatically. So I ran this (with SUDO) and it worked:
sudo /srv/modoboa/env/bin/python /srv/modoboa/instance/manage.py modo manage_dkim_keys
Got it from the cronjobs` docs.
Manually Run MX Checks
After adding the DNS records required by Modoboa and running this manually, I was able to get the domain working.
/srv/modoboa/env/bin/python /srv/modoboa/instance/manage.py modo check_mx
ย