Adding non-exchange 365 users to distribution list

J Dunn 21 Reputation points
2021-01-07T01:32:22.227+00:00

Got kind of an edge case here...

We have a parent company, and several subsidiaries. Parentcompany.com has its own on-prem non-Microsoft mail server. Subsidiaries.com are all in one tenant using 365 for Exchange email.

We've added the parentcompany.com domain to the 365 tenant, and we've added several users from that domain to 365, so that users at the parent can log into 365 using their existing email address. These users also have a Business Basic license so they can access apps such as Teams and OneDrive. We have specifically UNchecked the Exchange option during creation of these users, so that 365 does not try to route mail to them. This setup has been in place for some time, and mail flow between users in the two realms is fine.

The question is this: how do we add ******@parentcompany.com as a recipient on a 365 distribution list? (it's strictly a distribution list, not a 365 group)

You can't do it through the admin portal GUI, because those users do not show up in the GAL. And you cannot add them as an Exchange Contact, since that email address is already "in use". I did however successfully add them to the distro list via Powershell using the add-distributiongroupmember command. But they're not receiving mail sent to the distro group. Other external contacts that are members of the group are receiving fine.

I've ruled out any spam problems at parentcompany.com; the emails aren't hitting our edge filtering service. And when I do a detailed message trace report in 365 on ******@subsidiary.com as a recipient, I see that it's successfully turning the messages outbound to the other recipients on the list, but ******@parentcompany.com isn't even listed among the other recipients in the recipient_address field. It's like that email address is persona non grata to Microsoft.

I did a get-azureaduser and get-msoluser full detail command on ******@parentcompany.com, and that email address is correctly populated in the following fields: "mail", "MailNickName", "ProxyAddresses" (shows as primary SMTP), "UserPrincipalName". For good measure, I even put the address into the alternate email address field.

Any thoughts?

Microsoft 365 and Office Office Online Server
Exchange Exchange Server Management
0 comments No comments
{count} votes

Accepted answer
  1. Joyce Shen - MSFT 16,701 Reputation points
    2021-01-08T02:15:13.83+00:00

    Hi @J Dunn

    We can see in the official document in Add-DistributionGroupMember The Member parameter specifies the recipient that you want to add to the group. A member can be any mail-enabled recipient in your organization.

    Can the ******@parentcompany.com receive mails sent directly to him/herself? If so, we may try using mailflow rule to meet this need as a workaround.

    54684-qa-2021-01-08-10-08-59.png

    When you add the ******@parentcompany.com, operation like below:

    54596-qa-2021-01-08-10-00-28.png


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
     


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.