Hello,
I am running version 8.3.2 on Ubuntu 24.04.3. It is newly installed, but I restored a backup (same version) to change hosting providers (VM OVH -> other VM OVH).
My problem is that no emails are being sent.
In the logs, I have several types of messages:
Tried all MXsDNS lookup failure: Error: queryMx ESERVFAIL
On the forum, I found a similar case that allowed me to identify what I think is an anomaly:
toto@cloudron:~$ host -t MX gmail.com 127.0.0.1
;; communications error to 127.0.0.1#53: connection refused
;; communications error to 127.0.0.1#53: connection refused
;; no servers could be reached
toto@cloudron:~$ systemctl status unbound
● unbound.service - Unbound DNS Resolver
Loaded: loaded (/etc/systemd/system/unbound.service; enabled; preset: enabled)
Active: active (running) since Tue 2025-11-11 18:02:32 UTC; 14h ago
Process: 9903 ExecStartPre=/usr/sbin/unbound-anchor -a /var/lib/unbound/root.key (code=exited, status=0/SUCCESS)
Main PID: 10033 (unbound)
Tasks: 1 (limit: 9434)
Memory: 8.4M (peak: 8.8M)
CPU: 342ms
CGroup: /system.slice/unbound.service
└─10033 /usr/sbin/unbound -d
Notice: journal has been rotated since unit was started, output may be incomplete.
Do you have any idea what might be causing this problem and how to fix it?
Thank you.