mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
SMTP check not working with TCP #15
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#15
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 @0mni on GitHub (Jul 12, 2021).
Getting the following response on a SMTP port check (587 as well as 465)
connect EHOSTUNREACH xx.xx.xx.xx:587The IP listed in the error above is my IP for my server.
I checked that IP in the log, and it looks like it belongs to google? It is not the IP of any of my servers.
https://www.whois.com/whois/142.251.2.109
@louislam commented on GitHub (Jul 12, 2021):
Cannot reproduce the error. I tested
smtp.gmail.com 587
smtp.gmail.com 465
It is working.
@0mni commented on GitHub (Jul 12, 2021):
I don't use Google for e-mail, you can check my server, mail.danlee.ca
@louislam commented on GitHub (Jul 12, 2021):
Working properly in my side, did you config it like this?
@0mni commented on GitHub (Jul 12, 2021):
Confirmed, that is how it is setup, still no go, going to try repull docker container.
@0mni commented on GitHub (Jul 12, 2021):
Tested with Google servers, I get the same error. Docker shows no new version to pull. Is it possible you have a patch change in yours?
@louislam commented on GitHub (Jul 12, 2021):
I also tested it with the latest docker image.
Really strange problem :/
I honestly do not have any ideas. Especially the dns resolved the unknown ip (142.251.2.109) in your side.
@TheGuyDanish commented on GitHub (Jul 12, 2021):
Is it possible that your ISP is blocking something? Testing on my end from two different servers, it works as expected as well.
If it's a server in a lab on your own network and you're trying to access it through your own external IP, you router could be blocking hairpinning requests. https://en.wikipedia.org/wiki/Hairpinning
@0mni commented on GitHub (Jul 12, 2021):
I changed it to the IP, and it still gives the google IP in the error message. Just pulled the GIT of the repo and building it, will let you know if any different.
@0mni commented on GitHub (Jul 12, 2021):
It's running on a VPS, have it working with other services going to the same host with no issues.
@Panja0 commented on GitHub (Jul 12, 2021):
@0mni
Just checked it and it's working for me as well.
Running a test instance on Docker.
@0mni commented on GitHub (Jul 12, 2021):
Seems like the host is doing something "funky" ... Put in a ticket. Thanks all!