Skip to content

Commit 9c485bc

Browse files
authored
Merge pull request #5341 from MithunRathinam/patch-40
Update email-authentication-dkim-configure.md
2 parents 38ec454 + f54ace3 commit 9c485bc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ f1.keywords:
55
author: chrisda
66
ms.author: chrisda
77
manager: bagol
8-
ms.date: 10/06/2025
8+
ms.date: 10/22/2025
99
audience: ITPro
1010
ms.topic: how-to
1111

@@ -503,6 +503,11 @@ If you'd rather use PowerShell to rotate DKIM keys for a domain, connect to [Exc
503503

504504
To confirm the corresponding public key that's used to verify the DKIM signature (which infers the private key that was used to sign the message), check the **s=** value in the **DKIM-Signature** header field (the selector; for example, `s=selector1-contoso-com`).
505505

506+
> [!IMPORTANT]
507+
> If you change the bit depth of DKIM keys from 1024 to 2048 using the _KeySize_ parameter, the update applies only to the next active selector during the first key rotation. When you rotate keys again, the previously inactive selector becomes active, and the bit depth is also updated to 2048.
508+
>
509+
> When you rotate DKIM keys on a domain, the change isn't immediate. It takes four days (96 hours). While the key rotation is in progress, you can't do another key rotation.
510+
506511
For detailed syntax and parameter information, see the following articles:
507512

508513
- [Get-DkimSigningConfig](/powershell/module/exchangepowershell/get-dkimsigningconfig)

0 commit comments

Comments
 (0)