Office 365 Outlook email issue

Nita McKinney 76 Reputation points
2020-10-14T14:07:14.64+00:00

Please forward steps to remedy the following message I'm getting while using Office 365 / Outlook. Nothing has changed - no settings have changed:

Delivery has failed to these recipients or groups: ****@*******.com Your message wasn't delivered because the recipient's email provider rejected it. Diagnostic information for administrators: Generating server: SN6PR0102MB3373.prod.exchangelabs.com ****@******.com Remote Server returned '550 5.7.520 Access denied, Your organization does not allow external forwarding. Please contact your administrator for further assistance. AS(7555)'

Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
5,072 questions
{count} votes

23 answers

Sort by: Most helpful
  1. Elliott Ho 11 Reputation points
    2020-11-19T02:21:09.827+00:00

    Finally contacted MS support via local distributor and solved issue

    1 person found this answer helpful.

  2. Mike Smith 6 Reputation points
    2020-11-23T20:14:25.917+00:00

    Thank you for this post. We just noticed the same issue today. The screenshots provided by @Dennis Depoorter fixed the issue for us. I registered for this community just to say that. Thanks again!

    1 person found this answer helpful.
    0 comments No comments

  3. David Pilcher 6 Reputation points
    2021-07-27T23:31:47.423+00:00

    I used this to work around it:

    • Installed Powershell 7.1 so I could use latest Exchange EXO V2 module.
    • Open Powershell 7 prompt (not regular)
    • Install-Module -Name ExchangeOnlineManagement -Scope CurrentUser
    • Connected using: Connect-ExchangeOnline -UserPrincipalName <adminemail>
    • Used "Set-HostedOutboundSpamFilterPolicy -identity "Default" -AutoForwardingMode On"
    1 person found this answer helpful.
    0 comments No comments

  4. John Oman 6 Reputation points
    2020-10-16T20:45:16.827+00:00

    I've turned Outbound Spam Policy, Automatic Forwarding to "ON".
    Still getting the the same rejection...
    Does it take some hours for the setting to propagate to the Server?


  5. Korobkin, Scott 1 Reputation point
    2020-11-10T19:21:14.903+00:00

    You need to create a new outbound policy to fix the issue. It took affect right away. Thank you for the post.