checkmail icon indicating copy to clipboard operation
checkmail copied to clipboard

ValidateHost times out trying to connect with a gmail address.

Open DCtheTall opened this issue 6 years ago • 7 comments

When I try to use ValidateHost to validate my @gmail.com email address, this line times out trying to connect to the host. Has anyone experienced this issue before?

I'd be happy to mess around and open a PR if anyone is maintaining this library.

DCtheTall avatar Jun 30 '19 15:06 DCtheTall

hi @DCtheTall have u solved this issue? I also encountered similar issue when ValidateHost, the error message I got is Code: dia, Msg: dial tcp 74.125.68.26:25: i/o timeout

kidboy-man avatar Feb 26 '20 07:02 kidboy-man

Same as I, I got this error message back Code: dia, Msg: dial tcp 74.125.195.27:25: i/o timeout

kayac-chang avatar Mar 29 '20 13:03 kayac-chang

@kidboy-man I have not, I usually wait for some response from a repo's owner before I start working on a PR.

DCtheTall avatar Mar 31 '20 14:03 DCtheTall

I’m having the same problem with ValidateHost. I’m getting the following error message:

read tcp 192.168.0.61:54120->94.100.180.31:25: use of closed network connection

denddyprod avatar Jun 29 '20 16:06 denddyprod

If you guys are using Vultr they block 25 port by default. https://www.vultr.com/docs/what-ports-are-blocked

ARMGAMES avatar Oct 28 '20 18:10 ARMGAMES

Somewhat related, AWS EC2 instances are blocking port 25 by default - https://aws.amazon.com/premiumsupport/knowledge-center/ec2-port-25-throttle/.

skolodyazhnyy avatar Dec 10 '20 15:12 skolodyazhnyy