Iis – SMTP fails with Status: 5.3.5 when sending to a local mail server

domain-name-systememailiissmtp

In our network, we have na IBM Lotus Notes server, which handles emails for basedomain.com.

Recently we introduced a new IIS Smtp server just for sending automated emails. The Smtp is configured for a domain subdomain.basedomain.com.
The server also has a DNS record for subdomain.basedomain.com

Sending emails outside of our network works fine, however it fails when we try to send an email to recipient@basedomain.com – the email returns with an 5.3.5 error.

We even tried the SMTPDiag tool to test the connection and it ended OK, it listed the correct end-server for email address recipient@basedomain.com.

Why doesnt it work when sending real email?

Best Answer

5.3.5 is a loopback error, meanining it cannot relay to itself.

It seems your new SMTP is trying to do just that when handling @basedomain mail.

Could be helpfull to see the IIS config

Related Topic