dkim setup

Mark Villa 41 Reputation points
2022-11-02T00:25:44.38+00:00

Recently I became unable to set up dkim in my domain neither in the wizard or from powershell. Is there any solution?

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,363 questions
{count} votes

Accepted answer
  1. Amit Singh 4,846 Reputation points
    2022-11-03T10:40:02.84+00:00

    I am assuming you are using Office 365. Try the below steps.

    Run: New-DkimSigningConfig -DomainName <domain> -Enabled $false before updating the CNAME records.  
    

    So here are the steps that you need to complete in order to get this working:

    New-DkimSigningConfig -DomainName <domain> -Enabled $false  
    Get-DkimSigningConfig -Identity <domain> | Format-List Selector1CNAME, Selector2CNAME  
    

    Grab the CNAMES and update them in DNS.

    Then run the command:
    Set-DkimSigningConfig -Identity <domain> -Enabled $true

    0 comments No comments

0 additional answers

Sort by: Most helpful