
Hi @Max
Thank you for posting your question in the Microsoft Q&A forum
To better understand what’s happening, could you please check:
- Are emails coming from inside or outside the company?
- Is this happening with all addresses or just a few?
- Any devices or apps still using port 25?
- Have you checked SPF records for open IP ranges?
- Any old connectors or rules that might allow relay?
In the meantime, I recommend verifying that the tenant-level Reject Direct Send setting is enabled, as this explicitly blocks unauthenticated direct send traffic to Exchange Online. You can check this setting by running the following PowerShell commands:
Connect-ExchangeOnlineGet-OrganizationConfig | Format-List RejectDirectSend
If RejectDirectSend
is set to False
or not configured, enable it using:
Set-OrganizationConfig -RejectDirectSend $true
Besides, please review your SPF, DKIM, and DMARC DNS settings to ensure proper email authentication policies are in place, and audit any legacy devices or applications that might be using SMTP AUTH without proper authentication.
Note: Please understand that our initial response does not always resolve the issue immediately. However, with your help and more detailed information, we can work together to find a solution.
Your detailed response will help us diagnose and investigate the issue more efficiently. If I misunderstood what you’re looking for, feel free to let me know or share a screenshot. I’d be happy to help further!
Thank you for your cooperation. I'm looking forward for your reply.
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.