How to fix Non-delivery report error '420 4.2.0 Recipient deferred because there is no Mdb' by running Enable-RemoteMailbox PowerShell
Remote Server returned '420 4.2.0 Recipient deferred because there is no Mdb'
This error is caused by the user not existing on the Exchange hybrid server. The mailbox is missing the user@domain.mail.onmicrosoft.com smtp address, which is used as the remote routing address to send emails to Office 365
To fix this, run the following PowerShell from the Exchange Hybrid server.
Enable-RemoteMailbox user@domain.com -RemoteRoutingAddress user@domain.mail.onmicrosoft.com
Comments