| Posted by: Lemonde - 20 October 2025 15:37:34 |
|---|
| I have a Microsoft 365 tenancy that we have swapped the original admin login mailbox to shared instead of user but left the user intact. Now the mailbox receives no mail |
| Posted by: sirclesadmin - 20 October 2025 15:38:37 |
|---|
|
Ah, yes - that's a subtle but common gotcha in Microsoft 365. Let's break it down carefully. When you convert a user mailbox to a shared mailbox:
Here's why your mailbox receives no mail now:
How to fix itOption 1: Keep it as shared mailbox but allow external mail
Option 2: Restore as a normal user mailbox
Option 3: Keep shared but redirect mail
Important subtlety: Simply converting a mailbox to shared does not automatically break mail delivery, but if the license is removed or the mailbox doesn't have a valid recipient type for external mail, messages will bounce or disappear. If you want, I can give you step-by-step commands in PowerShell to check why this mailbox isn't receiving mail and fix it without touching users too much. Do you want me to do that? |
| Posted by: Lemonde - 20 October 2025 15:39:40 |
|---|
| But other shared mailboxes on that tenancy have no lincense or user and they receive mail without a problem.. |
| Posted by: sirclesadmin - 20 October 2025 15:40:27 |
|---|
|
Ah - now that's an important clarification. Yes, shared mailboxes normally don't need a license to receive mail from external senders, up to 50GB, and without an associated user account. So why is yours broken? Let's dissect the difference. Here's what's likely happening in your case:
How to fix itOption 1: Remove the primary SMTP from the original user account
Option 2: Make sure the shared mailbox is set to receive external mail
Option 3: Check mail routing in PowerShell You can quickly check the mailbox type and email addresses with:
The core issue: Shared mailboxes converted from a user who still exists sometimes have SMTP ownership conflicts, unlike "pure" shared mailboxes. That's why your other shared mailboxes work fine. If you want, I can give you the exact sequence of PowerShell commands to fix this mailbox so it receives mail immediately, without touching your admin user login. |