I'm wondering if the issue is to do with the security method as there seems to be no way to force it to use TLS1.2.
You could setup an SMTP relay in IIS - This seems to be what Microsoft recommend and I suspect it is to do with TLS1.2 support.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm currently trying to setup SMTP Server in MABS using M365 as the relay. I keep receiving error 2013 that the user name or password is incorrect as shown below:
I have seen where they say to make sure all the lines are filled in and they are (sudo email addresses for privacy):
I have tried with both port 587 and port 25. I have even verified using PowerShell's Send-MailMessage that the user account that I want to use to relay mail is able to authenticate and send without any issues. Is there some special configuration or setting that I need to use in order to use M365 as the relay?
I'm wondering if the issue is to do with the security method as there seems to be no way to force it to use TLS1.2.
You could setup an SMTP relay in IIS - This seems to be what Microsoft recommend and I suspect it is to do with TLS1.2 support.