Skip to main content

DKIM selector entries for Office 365

Comments

5 comments

  • StanD
    Nevermind, didnt realize I needed the period at the end. Thanks me. You're welcome me.
    0
  • cPanelLauren
    Hi @StanD I'm glad to see you were able to resolve the issue, thanks for letting us know what fixed it as well!
    0
  • ian salgado

    Hi, i'm still having issues with this.

    I need a cname record for dkim for office365

    i added a cname for a domain

    name = selector1._domainkey.domainx.com

    TTL = 300

    Type = CNAME

    Record = selector1-domainx-com._domainkey.domainx.onmicrosoft.com

    The record is added on the cpanel

    But after waiting for 30mins (given TTL = 5), the record still does not show.

    Can't figure out why this may be ?

    any ideas ?

    0
  • rbairwell

    ian salgado :

    I assume the nameservers for the domain name are pointing at your cPanel server?

    Assuming your domain name is "example.com" , can you try (from your desktop/laptop):

    dig selector1._domainkey.example.com CNAME

    Do you get something like:

    ;; ANSWER SECTION:
    selector1._domainkey.example.com. 300 IN CNAME selector1-example-com._domainkey.example.onmicrosoft.com.

    back?

    If not, can you retry it in the format:

    # Windows PowerShell
    dig "@yourserver.example.com" selector1._domainkey.example.com CNAME

    # Other platforms
    dig @yourserver.example.com selector1._domainkey.example.com CNAME

    Replacing "yourserver.example.com" with your server's hostname (or IP address). Does that give the expected results?

    Third party servers (such a DKIM verifiers and mail servers) may cache DKIM results for a period of time so using a tool like dig to get "live" results it the best way.

    0
  • ian salgado

    Hi rbairwell,

    So the short answer is no.

    i can't use dig command as this is a linux & we use windows.

    I have been using mxtoolbox which does the same thing.

    When i do the query, there is no cname records created, even though in the cpanel it shows up

    I tried a different cpanel with a different domain & it worked fine.

    But this particualr cpanel & domain do not work.

    0

Please sign in to leave a comment.