Hello all! I'm having issues sending mail using the email server provided by my webhosting company, and it seems as though Verizon is actually blocking port 465/tcp to it. I'm aware that they globally block 25/tcp for non-static IPs, but until recently I had no problem reaching my mail servers on 465. I can reach the gmail SMTP service:
homeserver> nc -vzw 3 smtp.gmail.com 465
Connection to smtp.gmail.com 465 port [tcp/urd] succeeded!
But not my personal one:
homeserver> nc -vzw 3 mail.hearntech.net 465
nc: connect to mail.hearntech.net port 465 (tcp) timed out: Operation now in progress
"homeserver" is a linux server on my router-attached network. I also have an Amazon EC2 instance from which I can reach my mailserver, so I know it's not down:
amazonec2> nc -vzw 3 mail.hearntech.net 465
Connection to mail.hearntech.net 465 port [tcp/urd] succeeded!
I'm also able to send emails using my gmail account with no issues.
I don't believe that my webhost service is blocking me, but I'll be checking that too. Does Verizon block certain mail destinations for some reason (suspected spam, maybe)? Will I need to ask Verizon to remove the block, or might it clear on its own after a certain period? Thank you!