Using New Outlook on Windows for professional communication and productivity
Hi @Malcolm Taylor
The fact that the alias still receives mail is a useful clue. It suggests the mailbox itself is probably working, but the primary SMTP address may be incorrect, missing, or not syncing correctly through Entra ID.
I’d troubleshoot it in this order:
- Check the mailbox in Exchange Admin Center Go to Exchange admin center → Recipients → Mailboxes → select the affected user → Email addresses. Make sure the address that should be the main email is listed as the primary SMTP address (shown in bold). Check for duplicate addresses If the primary address is also assigned to another user/contact/group, Entra synchronization can fail because SMTP proxy addresses must be unique. Check Entra ID → Users → Users with errors for a proxy-address conflict. If the users are synchronized from on-premises AD, don't fix the address only in the Microsoft 365 portal. Check the user's on-premises AD
proxyAddressesattribute. The primary address should look like:
SMTP:******@yourdomain.com
Secondary aliases should use lowercase:
smtp:******@yourdomain.com
The uppercase SMTP: identifies the primary address.
Run a sync and check for errors in Microsoft Entra Connect. If the primary SMTP address is being overwritten or moved to an alias, investigate the on-premises proxyAddresses and, in a hybrid environment, the targetAddress attribute as well. Microsoft documents cases where targetAddress can cause the primary SMTP address to be replaced.
After correcting the address, allow synchronization to complete and test by sending a message from an external mailbox to the primary address. Also check the NDR/bounce message if one is generated.
I would not delete/recreate the users or mailboxes yet. Since the aliases are working, there is a good chance this can be corrected by fixing the primary SMTP/proxy address or an Entra synchronization conflict.
If you can post the exact Entra ID error message (with the domain/user details hidden), that would be the next thing I'd look at. It can tell us whether this is a duplicate proxy address, synchronization problem, or an Exchange recipient issue.The fact that the alias still receives mail is a useful clue. It suggests the mailbox itself is probably working, but the primary SMTP address may be incorrect, missing, or not syncing correctly through Entra ID.
I’d troubleshoot it in this order:
Check the mailbox in Exchange Admin Center
Go to Exchange admin center → Recipients → Mailboxes → select the affected user → Email addresses.
Make sure the address that should be the main email is listed as the primary SMTP address (shown in bold).
Check for duplicate addresses
If the primary address is also assigned to another user/contact/group, Entra synchronization can fail because SMTP proxy addresses must be unique. Check Entra ID → Users → Users with errors for a proxy-address conflict.
If the users are synchronized from on-premises AD, don't fix the address only in the Microsoft 365 portal. Check the user's on-premises AD proxyAddresses attribute.
The primary address should look like:
SMTP:******@yourdomain.com
Secondary aliases should use lowercase:
smtp:******@yourdomain.com
The uppercase SMTP: identifies the primary address.
Run a sync and check for errors in Microsoft Entra Connect. If the primary SMTP address is being overwritten or moved to an alias, investigate the on-premises proxyAddresses and, in a hybrid environment, the targetAddress attribute as well. Microsoft documents cases where targetAddress can cause the primary SMTP address to be replaced.
After correcting the address, allow synchronization to complete and test by sending a message from an external mailbox to the primary address. Also check the NDR/bounce message if one is generated.
I would not delete/recreate the users or mailboxes yet. Since the aliases are working, there is a good chance this can be corrected by fixing the primary SMTP/proxy address or an Entra synchronization conflict.
If you can post the exact Entra ID error message (with the domain/user details hidden), that would be the next thing I'd look at. It can tell us whether this is a duplicate proxy address, synchronization problem, or an Exchange recipient issue.