Notifications Email stopped working

jeffgott

Member
Jan 12, 2026
36
5
8
I am currently running version 9.2.11. I used to receive notification emails (when updates were ready, ZFS has finished a scrub, etc). At some point, these notifications stopped working. The only thing changed has been Proxmox updates.

When I go to Datacenter, Notifications, and select Test, I get a message that the email was sent but I never receive anyhing. There is nothing in my spam.

Any thoughts as to how I can figure out why this quit working?
 
Run `tail -f /var/log/mail.log` (or `journalctl -u postfix -f`) in one SSH session, then click Test in the GUI. This tells you immediately whether the message even leaves Postfix, and if not, why (connection refused, DNS failure, auth error, relay rejection, etc.).

You will see it there
 
Run `tail -f /var/log/mail.log` (or `journalctl -u postfix -f`) in one SSH session, then click Test in the GUI. This tells you immediately whether the message even leaves Postfix, and if not, why (connection refused, DNS failure, auth error, relay rejection, etc.).

You will
 
It looks like I'm getting an error "Network is unreachable". I can ping that host and it should be valid. We have other apps that are working fine using the host and SMTP config.
 

Attachments

  • 1789581754936.png
    1789581754936.png
    38 KB · Views: 8
Nevermind, I'm reading again and it seems it reached the IPv4 endpoint as it says Queued by delivery, I think at this point it may just be an issue with your Microsoft 365 smtp gateway, anything getting dropper or quarantined there?