We get asked about this particularly irksome issue by clients from time to time. It’s almost always described as “all of the emails from our most important client are going into Spam” or perhaps “the world is about to end and I’ve found the most important email ever in my Junk Folder”. Ordinarily this can be resolved by the user adding the email sender to their Safe Senders list. But that only helps one individual. If, like us, you’re supporting organisations with thousands of users it’s not the best solution.

The PowerShell method for blocked and safe senders can be found in Microsoft Support KB2545137. The command for adding a Trusted Domains is:

Get-Mailbox -ResultSize unlimited -RecipientTypeDetails UserMailbox | Set-MailboxJunkEmailConfiguration -TrustedSendersAndDomains @{Add="trusteddomain.com","anothertrusteddomain.com"} -ErrorAction SilentlyContinue

The advantage of carrying this out via PowerShell is you can add multiple domains simultaneously, or script the command to include a CSV file of as many domains as you require.

In order to white list the domain in the Office 365 Exchange Online Portal you need to carry out the following, bypass the spam filter which is a new feature of the most recent release of Exchange Online:

  1. From the Portal Admin page click on the Admin then Exchange on the bottom left of the page:
    1
  2. This will open a new page/tab for the Exchange Admin Centre. Click on mail flow on the left:
    2
  3. Click the + sign and select bypass spam filtering:
    3
  4. This will open a new window. Give it a name. Select Apply this rule if . . . and click on The sender . . . domain is . . . :
    4
  5. Type the domain name in the box:
    5
  6. Add as many or as few domains and click OK:
    6
  7. Click Save and you’re done:
    7

If you have any questions or need a little more in-depth help please get in touch.

With over 20 years of experience, Serviceteam IT design and deliver sophisticated connectivity, communication, continuity, and cloud services, for organisations that need to stay connected 24/7. We take the time to fully understand your current challenges, and provide a solution that gives you a clear understanding of what you are purchasing and the benefits it will bring you.

To find out how we can help you, call us on 0121 468 0101, use the Contact Us form, or why not drop in and visit us at 49 Frederick Road, Edgbaston, Birmingham, B15 1HN.

We’d love to hear from you!

1 reply

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply