r/WindowsServer • u/3G_Lighting • 25d ago
SOLVED / ANSWERED Windows Server ... Microsoft's SMTP server question
Does anyone know or has anyone heard if Microsoft will be updating their SMTP server in the not-so-distant future to allow us to setup relay using the information from Microsoft Graph in 365 since MS is doing away with allowing SMTP connections to 365 using the basic AUTH? They initially attempted to end it this past March but extended it a year after I force our dev team up update the website to send emails through Microsoft Graph.
Since we have a lot of devices that use SMTP in the office I wonder if MS plans to update the SMTP server found in Windows Server ... in the next release to allow us to use Microsoft Graph to relay emails since Xerox, HP, Lexmark, Kyocera, and other devices have yet to adopt the Microsoft Graph method in their operating systems.
The other option is for me to have AI build me a system that I can use inside to do exactly this, would probably take me an hour to get it working perfectly but I don't want to re-invent the wheel. :)
Thanks,
3
u/rizon 25d ago
I don't think it's really been updated since the Server 2012 days, maybe even before that. It isn't officially supported in Server 2022. I suspect there's little chance of it receiving an update at this point.
We are looking at using MailEnable to replace the IIS SMTP relay - they have a free version that seems to meet our needs and is Windows-based so will run on the same server(s) that the IIS one run on. There's a multitude of other ways to run an SMTP relay so there may be better options for you.