Forum Discussion
Martin Front
Nov 27, 2018Brass Contributor
Dkim with multiple domains in Office 365
Hi, I´m about to implement DKIM and DMARC in to an orginzation with multiple domains (7). Every user uses the same domain name but it´s some shared mailboxes which can have different domain name...
- Nov 28, 2018
Hi Martin,
No worries, glad I could help. If you did want to run a quick check you can run:
Get-Mailbox |Select DisplayName, GrantSendOnBehalfTo
It should give you an output like in the attached picture.
Take care,
Martin Front
Nov 28, 2018Brass Contributor
As i know, they are not working with sendasbehalf, so it shouldn´t be any issue then!
Thanks for the clarification!
Oliver Moazzezi
Nov 28, 2018Brass Contributor
Hi Martin,
No worries, glad I could help. If you did want to run a quick check you can run:
Get-Mailbox |Select DisplayName, GrantSendOnBehalfTo
It should give you an output like in the attached picture.
Take care,
- Martin FrontDec 04, 2018Brass Contributor
Thanks alot!