Skip to content

Commit ec0275e

Browse files
authored
Merge pull request #2330 from MithunRathinam/patch-9
Update email-authentication-dkim-configure.md
2 parents 52dcc6b + 644e5f8 commit ec0275e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

defender-office-365/email-authentication-dkim-configure.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ms.custom:
2121
description: Learn how Microsoft 365 uses DomainKeys Identified Mail (DKIM) to sign outbound mail, and how to configure DKIM signing of outbound mail using custom domains.
2222
ms.service: defender-office-365
2323
appliesto:
24+
- ✅ <a href="https://learn.microsoft.com/defender-office-365/eop-about" target="_blank">Exchange Online Protection</a>
2425
- ✅ <a href="https://learn.microsoft.com/defender-office-365/mdo-about#defender-for-office-365-plan-1-vs-plan-2-cheat-sheet" target="_blank">Microsoft Defender for Office 365 Plan 1 and Plan 2</a>
2526
- ✅ <a href="https://learn.microsoft.com/defender-xdr/microsoft-365-defender" target="_blank">Microsoft Defender XDR</a>
2627
---
@@ -298,9 +299,10 @@ If you'd rather use PowerShell to enable DKIM signing of outbound messages using
298299
- Relaxed: Common modifications to the message header are tolerated. For example, header field line rewrapping, changes in unnecessary whitespace or empty lines, and changes in case for header fields. This is the default value.
299300
- Simple: No changes to the header fields are tolerated.
300301
- The _KeySize_ parameter specifies the bit size of the public key in the DKIM record:
301-
- 1024. This is the default value.
302-
- 2048.
302+
- 1024 (default)
303+
- 2048
303304
305+
304306
For example:
305307
306308
```powershell

0 commit comments

Comments
 (0)