Docs Airdesk (EN)
  • Airdesk Documentation
  • Before You Start
  • Introduction
  • đź’»Interface
    • Overview
      • Navigation
      • Filters
      • Summary
      • Menu (+) and (---)
      • Views
      • Favorites
    • Authentication
      • Reset Password
    • User
      • Add
      • Search
      • Notifications
      • Activity
      • Edit Profile
      • Inbox
    • Dashboards
    • Contacts
      • Accounts
      • Contacts
      • Import
    • Sales
      • Deals
      • Contracts
      • Subscriptions
      • Classification
      • Billing
    • Services
      • Calls
      • Projects
      • Cases
      • Tasks
        • Checklists
      • Time
      • Automation
        • Interface
        • Key Concepts
        • Elements
        • Variables
      • Pipelines
    • Marketing
      • Social Media
      • Email Signature
    • Reports
      • Services
        • Timesheet
        • Tasks
        • Cases
        • Projects
      • Sales
        • Contracts
        • Deals
        • Classification
    • Administration
      • Dashboard
        • General
          • General
          • Exports
        • Companies/Subsidiaries
        • Departments
        • Teams
        • Users
          • Invitations
          • Permissions
        • Widget for website
        • Additional Widget Options
        • Email Inbox
        • Domains and URL's
          • SPF Record
          • DKIM Record
          • Return Path
          • MX Record
      • Deals
        • Account Type
        • Deals
          • Reasons for loss
          • Reasons for cancellation
        • Contracts
          • Types of contract
        • Subscriptions
          • Types of subscription
      • Services
        • Calls
          • Pipeline
          • Reasons for cancellation
        • Projects
          • Project types
          • Reasons for cancellation
        • Cases
          • Reasons for cancellation
        • Tasks
          • Reasons for cancellation
          • Checklist Template
        • Time
          • Types of time
          • Inefficient time ratios
      • Marketing
        • Social Media
          • Schedule of Publications
      • Pipelines
    • Security
  • đźš§Help / Support
    • How to ask for help
    • Changelog
    • Roadmap
    • FAQ
    • API
  • đź”§Resources
    • Docs Portuguese
    • Official website
Powered by GitBook
On this page
  • What is DKIM Record?
  • How to configure the DKIM Record
  • DKIM Record configuration steps
  • How to validate the DKIM Record

Was this helpful?

  1. Interface
  2. Administration
  3. Dashboard
  4. Domains and URL's

DKIM Record

PreviousSPF RecordNextReturn Path

Last updated 3 years ago

Was this helpful?

What is DKIM Record?

DKIM or DomainKeys Identify Mail is a registry that helps prevent email spam, spoofing and phishing. It is a digital signature attached to an outgoing email, which helps the recipient to authenticate the email.

The DKIM signature contains vital information about the cryptographic signature, hashing the email body and details on where the public key can be retrieved by the receiving SMTP server. DKIM uses public and private key cryptography for the verification process. The signer uses the private key and the verifier uses the corresponding public key to complete the email authentication process.

The receiving email server uses that public and private key to validate the origin of the email. If there is a validation failure, the recipient's server may reject the email or classify it as spam.

How to configure the DKIM Record

To configure the DKIM record, Airdesk generates a public key and a private key unique to the chosen domain. In the domain's DNS manager, you will need to create a TXT record with the host generated by Airdesk with the code airdesk-._domainkey.<yourdomain.com>.

To validate the DKIM record in DNS, you will have to put in the value field the code generated by Airdesk, starting with “v=DKIM1; …”.

Example of a DKIM record:

Name / Host
Type of Record
Value
TTL

airdesk-<selector>._domainkey.<yourdomain.com>

TXT

v=DKIM1; t=s; h=sha256; p=APFfMA0GCSqGBiQKBgQDNVt0R/3AXuVlIz0Sx7D6SeeD8wWQI4cezBX3gQBVJTipp+vhPMCpk+GP2PHMUOB1uohD+klGmN+4DZPz8V0+R9KSETSxeOODOU/PwIDAQAB;

900

DKIM Record configuration steps

  1. Access your domain manager

  2. Go to DNS management for the domain you want to configure

  3. Add a TXT record

  4. In Name/Host, use the first generated record (example: airdesk-<selector>._domainkey.<yourdomain.com>)

  5. Add the value starting with “v=DKIM1; …”

  6. Save the record

How to validate the DKIM Record

After adding the data to your domain, you can validate the registration using the “Validate Records” button in the domain configuration area on Airdesk.

If you need help, you should email us at or talk to us directly via the chat on the .

đź’»
support@airdesk.ai
website