Mailbox troubleshooting · Practical guide
Microsoft SMTP AUTH disabled: inspect the effective mailbox policy
Check organization and mailbox settings before assuming Microsoft OAuth or a password change can enable submission.
Reviewed · Examples are illustrative
Who this helps: Mailbox owners and administrators validating sending and reply access.
Define the decision
Microsoft exposes both organization-wide and per-mailbox SMTP AUTH controls. A mailbox override can differ from the tenant setting. The error should be investigated by an administrator who can see the effective policy.
Work through the procedure
- Capture the full SMTP authentication response.
- Ask the administrator to inspect the organization setting.
- Inspect the mailbox override and any applicable security policy.
- Select an approved supported submission path, then retest the actual mailbox.
Worked example
The following is a synthetic example for this procedure, not a customer result or performance benchmark.
Read-only Exchange Online PowerShell checks:
Get-TransportConfig | Format-List SmtpClientAuthenticationDisabled
Get-CASMailbox -Identity [email protected] | Format-List SmtpClientAuthenticationDisabled
Mailbox value: true disables, false enables, blank inherits the organization settingRead the result
These commands inspect settings; they do not change them. A successful browser login and a disabled SMTP protocol can both be true. Keep the policy finding with the connection error.
Check before moving on
- Have an authorized administrator run tenant diagnostics.
- Verify IMAP independently if incoming replies are required.
Limits and next action
Do not enable SMTP AUTH broadly as a troubleshooting shortcut. The administrator should evaluate the mailbox’s intended use and organizational security requirements.
Source: Microsoft: SMTP AUTH organization and mailbox settings
Source references
Worked examples are illustrative. Editorial procedures are suggested methods, not measured performance claims or promises of additional product features. Check current provider guidance before changing mailbox configuration.
Related guides
- Connect Microsoft 365 to Zintara with a complete send-and-reply test →
- Microsoft IMAP access disabled: diagnose the receiving protocol →