A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
Hi @Glenn Maxwell
Thank you for posting your question in the Microsoft Q&A forum.
Based on your setup, here is the expected impact and recommended approach for disabling SMTP AUTH in a hybrid environment.
Impact of disabling SMTP AUTH at the mailbox level
End-user email flow
There will be no impact to end users. Clients such as Outlook, Outlook on the web, and mobile apps use Modern Authentication (OAuth), not SMTP AUTH.
On-premises relay scenarios
- If your applications and devices are relaying through your on-premises Exchange server (for example, via
smtp.mydomain.comon port 25 without authentication), there will be no impact. - If a system authenticates using SMTP AUTH to Exchange Online (for example,
smtp.office365.comon port 587 using mailbox credentials), that scenario will stop working once SMTP AUTH is disabled for that mailbox. - SMTP AUTH settings in Exchange Online apply only to mailboxes hosted in Exchange Online and do not affect SMTP authentication against on‑premises Exchange servers.
Devices and applications
These will be impacted only if they authenticate to smtp.office365.com:587 using a mailbox username and password. Those send attempts will fail once SMTP AUTH is disabled for that mailbox.
Exchange Online relay (smtp.office365.com:587)
This method requires SMTP AUTH. Disabling it at the mailbox level breaks this functionality.
Tenant-level vs mailbox-level setting
Even though SMTP AUTH is disabled at the tenant level, mailbox-level settings can override this.
If SMTP AUTH remains enabled on individual mailboxes, it can still be used. Therefore, to fully disable SMTP AUTH, it is recommended to also disable it at the mailbox level, except for any explicitly required exceptions.
Recommended approach:
- Identify any accounts using SMTP AUTH (Azure AD / Entra sign‑in logs, Client App = SMTP).
- Migrate printers and applications to connector‑based relay (port 25) or OAuth‑based sending.
- Disable SMTP AUTH tenant‑wide.
- Remove mailbox‑level exceptions once dependencies are addressed.
This approach allows you to safely disable SMTP AUTH in a hybrid environment without affecting users or mail flow, while improving security.
Reference: Enable or disable SMTP AUTH in Exchange Online | Microsoft Learn
I hope this information is helpful.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.