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,
Oliver Moazzezi
Nov 27, 2018Brass Contributor
Yes I remember the issue - SendAs works but SendonBehalfOf failed as the DKIM generation was incorrectly set. I believe this was raised to Microsoft and resolved - but I haven't seen any further information on it since. Do you have SendonBehalfOf utilised a lot in your Org?
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 MoazzeziNov 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!