One host in cluster keeps sending incomplete emails

iwannabfishn

Member
Aug 13, 2024
27
1
8
I have an 8 node cluster. I have configured the cluster to send notifications to my local smtp server. I also disabled the default sendmail target. I have one host that keeps sending incomplete emails to my MX record, not my local smtp server. Is there a configuration I need to check on this host somewhere? I am looking for some direction on where to look to find out why this is happening
 
Could you share the notification config and mail logs from the affected node, ideally with the same output from a working node for comparison?

Code:
cat /etc/pve/notifications.cfg
cat /etc/pve/priv/notifications.cfg
postqueue -p
journalctl -u postfix --since "24 hours ago"

Please redact any secrets.
 
Thanks, here is the output scrubbed.

root@pve-05:~# cat /etc/pve/notifications.cfg
sendmail: mail-to-root
comment Send mails to root@pam's email address
disable true
mailto-user root@pam

matcher: default-matcher
comment Route all notifications to mail-to-root
disable true
mode all
target smtp-domain-com

smtp: smtp-domain-com
comment Send emails through internal exchange server
from-address Proxmox@domain.com
mailto Username@domain.com
mailto-user Username2@domain.com
mode insecure
port 25
server 192.168.1.5

matcher: Exchange-matcher
comment Route all emails to smtp-domain-com
mode all
target smtp-domain-com
root@pve-05:~# cat /etc/pve/priv/notifications.cfg
smtp: smtp-domain-com

root@pve-05:~# postqueue -p
-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
B6F49541216* 2603 Fri Sep 11 00:00:01 root@pve-05.domain.com
username@domain.com

13BD954104C 2603 Thu Sep 10 00:00:08 root@pve-05.domain.com
(conversation with mxb-0030cd01.gslb.pphosted.com[148.163.147.47] timed out while sending MAIL FROM)
username@domain.com

E9BC5541221 2603 Mon Sep 14 00:00:04 root@pve-05.domain.com
(conversation with mxb-0030cd01.gslb.pphosted.com[148.163.155.250] timed out while sending MAIL FROM)
username@domain.com

-- 7 Kbytes in 3 Requests.
 

Attachments