Quantcast
Channel: Practical 365
Viewing all articles
Browse latest Browse all 515

Office 365: Delivery Has Failed to These Recipients or Groups

$
0
0

When an external sender attempts to send an email message to an Office 365 group they may receive a non-delivery report (NDR).

office-365-delivery-has-failed-ndr-01

The NDR states:

Your message couldn’t be delivered because the group you’re sending to needs to know who you are before it will accept your message. To fix this problem, as the email admin for the group to configure the group to accept messages from you.

There is additional information for email administrators:

This error occurs when the group is configured to reject email from senders outside of the group’s organization.

There is additional diagnostic info with a specific NDR status code:

Remote Server returned ‘550 5.7.133 RESOLVER.RST.SenderNotAuthenticatedForGroup; authentication required; Delivery restriction check failed because the sender was not authenticated when sending to this group’

This type of NDR is usually caused by the setting on groups in Office 365 that controls whether people outside the organization can send email to the group. When a group is first created in Exchange Online, whether it is created manually or by a cutover/staged migration, the setting defaults to “Off”. This setting is visible in the Office 365 admin portal, in the Groups section.

office-365-delivery-has-failed-ndr-02

Switch the setting to “On” to enable external senders to send email to the group.

You can also perform this change in PowerShell. After connecting to Exchange Online with PowerShell use the Set-DistributionGroup cmdlet to modify the setting.

PS C:\> Set-DistributionGroup teamalpha -RequireSenderAuthenticationEnabled $false

This article Office 365: Delivery Has Failed to These Recipients or Groups is © 2015 ExchangeServerPro.com

Get more Exchange Server tips at ExchangeServerPro.com

     

Viewing all articles
Browse latest Browse all 515

Trending Articles