Exchange 2010 550 5.7.1 unable to relay

authenticationexchangesmtp

I have a website application that needs to send email via our Exchange servers. It sends email internally fine, but when sending to an external address I get the 550 5.7.1 unable to relay error. I followed this guide to create a connector to allow relay. Unfortunately, all office email was trying to use that connector and was not being routed correctly. It also appeared as though it opened it up for spammers to use. This is obviously unacceptable and a secure method is needed.

Best Answer

In your new scope did you only setup the IP of the web server as being able to send mail? If you limit the connector to only receive mail from your webserver that should take care of it.

Alternatively if you can setup your web app to use authenticated SMTP sessions you wouldn't need a new connector.

Related Topic