Resolving SMTP error 550 5.7.1 Unable to relay for user@domain.com Error 0x800CCC79
I was struggling with this error message today - everything I had found on the Internet suggested it related to security. Well, it does, of sorts, and a careful look at the configuration of your SMTP server without mis-interpreting a dialog box.
If you open the properties for your SMTP server under IIS admin, select the Access Tab, and at the bottom, click "Relay", you will see a check-box at the bottom, which is by default selected, saying "Allow all computers which successfully authenticate to relay, regardless of the list above". In my head-scratching to work out the cause of the error, I had mis-read the message as "Allow all users which succ....". The answer therefore was simple, above that check-box on the relay restrictions tab, there is a options dialog which by default Only the list may relay. Simple as adding your server to the list, or selecting All except the list below. The first one is obviously more secure.
Comments
Anonymous
January 01, 2003
Dear John,Thanks for great tip!I got an other error code when trying to send email from Ubuntu server 12.04 by command lines:postfix/smtp[10700]: 0A083140089: to=, relay=mail.maildomain.com[]:25, delay=0.82, delays=0.08/0/0.63/0.1, dsn=5.7.1, status=bounced (host mail.mydomain.com[] said: 501 5.7.1 ... Sender domain must exist (in reply to RCPT TO command))All information of my email domain (mail.mydomain.com) and email server's IP are correct.Please help to suggest how to solve this error?Anonymous
January 01, 2003
Hello,I too faced SMTP error 550 5.7.1 couple of times but managed to overcome. However gone through an article which discuss about all possible 550 errors related to SMTP.. http://goo.gl/jNtfGIAnonymous
January 01, 2003
Hello, I have the same problem with a single domain name that my users and servers seem to be sharing: the inablility to send to a specific domain. We get 5.7.1. Unable to relay ... or NDRs stating the address is unroutable. I have tried to telnet test to my servers and get 5.7.1. ... I have tried the configuration described above with no luck. I know it's a valid email address as some of my people can email to the name from external accounts. Any ideas?Anonymous
October 13, 2005
not only "more secure", it keeps you from being an open relay! Unless you enjoy sending out millions of emails on behalf of spammers, DON'T use the "all except the list below" option.
see: http://en.wikipedia.org/wiki/Open_mail_relay
Of course this isn't of as much concern if TCP 25 (SMTP) on your mail server isn't open to the Internet. I'd still never setup a completely open relay, Internet-accessible or not.Anonymous
March 05, 2008
Thanks a lot... I have been trying to work on this problem since many many days and never thought the solution will be so simple! Thanks a lot :) GauravAnonymous
April 13, 2008
I have two servers internal and ext(front end and backend).Which server I shud add to the relay list my internal server or my external. I am working on my internal right now..pls let us know which entry to addAnonymous
June 25, 2008
thx for sharing the solution, it worked for meAnonymous
August 24, 2011
If you are using the pickup directory on a Windows Server 2008, and nothing sends, try turning off UAC (User Account Control). That worked for us.Anonymous
June 25, 2012
Thank you, you solved my problem ...Anonymous
January 19, 2013
I was trying to fix this problem since long back. Thank for the solution.Anonymous
November 03, 2013
The comment has been removedAnonymous
November 04, 2013
Removed! Thanks, John.Anonymous
November 05, 2013
Good Day to all, i am programming a php file that could send data/info to our perspective recipients but this error occur: 220 ethnic.ppc.loc Microsoft ESMTP MAIL Service, Version: 6.0.3790.3959 ready at Wed, 6 Nov 2013 09:37:02 +0800 250 ethnic.ppc.loc Hello [115.143.116.15] 250 2.1.0 ETHNICWEB-MAIL@ethnicsolutions.com.ph....Sender OK 550 5.7.1 Unable to relay for algie.rosario@yahoo.com Ran into problems sending Mail. Response: 550 5.7.1 Unable to relay for algie.rosario@yahoo.com - 8 We already tried to send data with the email "algie.rosario@yahoo.com" in our microsoft outlook and it works. Please help.Anonymous
November 06, 2013
Sorry, no idea. The post was some 8 years back and I'm not authoritative on exchange issues. I would start with the TechNet forums for Exchange.Anonymous
February 12, 2014
The comment has been removed