A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
Thank you so much for contacting Microsoft Q&A Forum.
I understand you're facing a critical issue where one specific shared mailbox isn't receiving any external emails, even though internal mail flows correctly and message trace shows Exchange Online Protection (EOP) accepted the messages without any sign of rejection or quarantine.
To help troubleshoot this, I have a couple of questions:
- Were any rules (like transport rules or inbox rules) or settings changed on this specific shared mailbox recently?
- Can you confirm if this is happening for all external senders trying to email this mailbox, or only specific domains/senders?
While you check on that, I've looked into this issue and found a solution that has helped many other users resolve this same behavior. It often relates to a hidden sender authentication setting on the mailbox that needs to be reset.
You can try toggling this setting using Exchange Online PowerShell.
Please try running these two commands in order (replacing <email address> with your shared mailbox's email):
Step 1. Enable the setting:
Set-Mailbox -Identity <email address> -RequireSenderAuthenticationEnabled $TRUE
Step 2. Immediately disable the setting again:
Set-Mailbox -Identity <email address> -RequireSenderAuthenticationEnabled $FALSE
Please let me know if this resolves the issue for you.
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.