Choose your cart
Choose your cart
Receive up to $504 promo credit ($180 w/Welcome Unlimited, $360 w/ 5G Start, or $504 w/5G Do More, 5G Play More, 5G Get More or One Unlimited for iPhone plan (Welcome Unlimited and One Unlimited for iPhone plans can't be mixed w/other Unlimited plans; all lines on the account req'd on respective plans)) when you add a new smartphone line with your own 4G/5G smartphone on an eligible postpaid plan between 2/10/23 and 4/5/23. Promo credit applied over 36 months; promo credits end if eligibility requirements are no longer met.
$699.99 (128 GB only) device payment purchase or full retail purchase w/ new smartphone line on One Unlimited for iPhone (all lines on account req'd on plan), 5G Start, 5G Do More, 5G Play More or 5G Get More plan req'd. Less $699.99 promo credit applied over 36 mos.; promo credit ends if eligibility req’s are no longer met; 0% APR.
I'm trying to send outbound email from a mail server I host at home. It's my understanding that I can relay my outgoing email if I authenticate to the Verizon mail server. I've tried multiple times but always get: Server error: '550 5.7.1 Unable to relay'
Can anyone tell me how to do this? Depending on where you look it up, some sites say I have to go to outgoing.verizon.net, others say I have to go to smtp.verizon.net. Some say I need to use port 25, others port 465 or 587. I've tried all of these combinations with no luck. All the posts about this I can find seem pretty old.
You can only "relay" as your Verizon email id. What are you trying to do?
Current settings are at http://www.verizon.com/emailsettings
Essstially
SMTP to smtp.verizon.net port 476 using SSL
POP to pop.verizon.net port 995 usins SSL
I don't think it's the case you can only relay mail using your Verizon email address. It's my understanding that you can host your own email domain and server as long as you authenticate to the Verizon SMTP server to send outbound mail. That's what I'm trying to figure out how to do.
A few things are important to know.
Verizon dynamic ip addresses are all blacklisted on the spam hosts.
Verizon only blocks outbound port 25.
You don't have to authenticate with them unless your hosting email servers behind a dynamic ip.
So knowing that. If you are hosting behind a static ip then the field is clear just avoid port 25.
If your dynamic then you'll find your ip on sorbs, spamhaus and other blacklists. That means you have to use "someone" to relay from.
Relaying means you are using their server settings.
If you use verizon then your pop settings are whatever your domain host settings are. Your smtp settings are described above but using your verizon I'd and pw to authenticate.
If your domain host has set settings then you can use them as long as you don't use port 25.
Right, the "someone" I'm planning to use for a relay is Verizon, but when I try I get "Server error: '550 5.7.1 Unable to relay.'" Since my outbound email would be through the Verizon mail server, it shouldn't get marked as spam beause their server isn't on the Sorbs list -- only the dynamic IP address ranges for residential use are. Verizon tech support has told me what I'm trying to do is a supported configuration but I haven't been successful. I suspect I might be using the wrong port, but mail server to mail server communication is normally done over port 25.
if you're doing port 25, then yes you're using the wrong port
So use this config
smtp.verizon.net
My server requires authentication (not the same as SPA, spa stays unchecked)
Your VZ User name and Password (make sure they are good by signing in at www.verizon.net)
Port 465 and use SSL
I am able to switch the port to 465, but Exchange doesn't seem to allow me to require SSL. I can require TLS, but haven't found a way to require SSL. If I use port 465 and TLS I still get "Server error: '550 5.7.1 Unable to relay.'"
Well I don't have a lot of experience with exchange, I did dig this up rather quickly though. So try to use the wizard to install the ssl cert.
if not, go to msexchange forums, you would probably find someone more familiar with exchange.
Try this
Click the Access tab, and then click Certificate.
Follow the instructions in the wizard, using the guidelines in online help to request and install the SSL certificate.
I Also found these instructions, they might be more what you need. Give both a try.
TLS won't work
ya know, I took for granted that Verizon.net is an open relay, I am not so sure it is now.
I put it in over at mxtoolbox and I Get this, so I am not sure this is going to work over exchange.
![]() |
SMTP Reverse DNS Mismatch | Warning - Reverse DNS does not match SMTP Banner | ![]() |
![]() |
SMTP TLS | Warning - Does not support TLS. | ![]() |
![]() |
SMTP Transaction Time | 15.210 seconds - Not good! on Transaction Time | ![]() |
![]() |
SMTP Banner Check | OK - 206.46.232.11 resolves to relay.verizon.net | |
![]() |
SMTP Connection Time | 0 seconds - Good on Connection time | |
![]() |
SMTP Open Relay | OK - Not an open relay. |
I appreciate your help. I don't think your first solution is correct, my server shouldn't need a certificate to make an SSL connection to Verizon's SMTP server, it's Verizon's server that has the certificate.
The Instructions link you posted is exactly what I've tried. If you look at step 5 in the link, there's no option to use SSL. But I don't think that's the issue since the error message says no relay.
Your MXtoolbox shows Verizon's not an *open* relay, but I'm a Verizon customer and use my Verizon credentials to log on. That's supposed to be a supported configuration.
Thanks again for your help.