mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #892] smtp Failed; 5.4.0 (other or undefined network or routing status) #629
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#629
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 @odtgit on GitHub (Sep 13, 2023).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/892
My smtp healtcheck has been failing for some 22 hours without any known configuration changes on my end. I use an ISP relay (mailout.telia.com) and it's returning now a mailer-daemon error. Just before I start looking at their support options, posting this issue to check if it might actually be some configuration change on hc-ping.com MX?
From: Mail Delivery Service MAILER-DAEMON@telia.com
Subject: Delivery Status Notification
To: ###
Date: Wed, 13 Sep 2023 14:25:43 +0200
Message-ID: 64171A4007A9F9E7@ts201-smtpout73.ddc.teliasonera.net
X-CP-Transaction-ID: 64171A4007A9F9E5
X-CP-For: ###@hc-ping.com
MIME-Version: 1.0
Content-Type: Multipart/Report; report-type=delivery-status; boundary="========/64171A4007A9F9E5/ts201-smtpout73.ddc.teliasonera.net"
--========/64171A4007A9F9E5/ts201-smtpout73.ddc.teliasonera.net
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
###@hc-ping.com; Failed; 5.4.0 (other or undefined network or routing status)
--========/64171A4007A9F9E5/ts201-smtpout73.ddc.teliasonera.net
Content-Type: Message/Delivery-Status
@cuu508 commented on GitHub (Sep 13, 2023):
Yes, I've made several changes to the SMTP service recently:
From the bounce message it is not clear which change is the culprit and why.
FWIW I've tested email delivery from Gmail and Fastmail.
@odtgit commented on GitHub (Sep 13, 2023):
Thanks for the info, changed to use gmail relay for now.
@MichealCodez commented on GitHub (Sep 19, 2023):
I was having issues like this with gmail until I setup my gmail (Delivery mail) to use token instead of password
@cuu508 commented on GitHub (Sep 19, 2023):
@MichealDavid1 this issue is about a previously known good and working setup breaking on September 12, due to changes on hc-ping.com side (added STARTTLS support, removed MX records). Did you also have a working setup that broke around September 12? If not, you are probably describing a separate issue.