T13nn3s / Invoke-SpfDkimDmarc

PowerShell Module for checking SPF, DKIM and DMARC-record.
https://binsec.nl/powershell-script-for-spf-dmarc-and-dkim-validation/
MIT License
43 stars 8 forks source link

Fix for DKIM CNAME #20

Closed mdallaire closed 2 years ago

mdallaire commented 2 years ago

I encountered an issue where the DKIM will not validate correctly with Microsoft 365 DKIM entries since they are CNAME and not TXT.

Here is the fix to address this scenario.

T13nn3s commented 2 years ago

Thanks for the contribution!