- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I just switched from Comcast to Verizon - same laptop, same e-mail client (Thunderbird), same router, same everything.
Suddenly, I'm getting lots of smtp timeouts. Since nothing else has changed, I presume this is down to Verizon FIOS. I tried thanks to a forum post, pinging pop.verizon.net, with the following result:
Pinging pop-verizonmail.egslb.aol.com [64.12.88.168] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 64.12.88.168:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)
Thoughts on how to resolve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Verizon has been shutting down their email servers.
Any customers that want to keep verizon email address are being moved to AOL servers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Another thing to note is if you're using SMTP over Port 25, Verizon actively filters that on their network to cut down on spam. Previously, it was only possible to use SMTP on Port 25 to Verizon's own mail servers. Unless you have a business account with a Static IP tied to it, then this restriction isn't present.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In addition to the rest, ping's are not responded to for the Verizon/AOL servers since they require SSL and use different port numbers. Someone posted some instructions elsewhere to test such connections but I couldn't find them in a quick search.
For SMTP you should be using SSL/TLS smtp.verizon.net port 465 .
For Pop you should be using SSL/TLS pop.verizon.net port 995
Described at https://help.aol.com/articles/verizon-move-to-aol-mail-updating-your-third-party-email-program-or-mo...
Its also posible to use IMAP starttls imap.verizon.net with port 143
Described at https://help.aol.com/articles/verizon-move-to-aol-mail-setting-up-your-new-aol-account-in-a-third-pa...
