It's easy for some people to spoof email -- that is, send email that pretends to be from somebody else. To combat spoofing, you can digitally sign outbound email from Zendesk to prove that an email actually came from somebody in your organization and not somebody pretending to be from your organization.
Digitally signing outbound email is supported only if you use an external email domain for your Zendesk email, as described in Forwarding incoming email from your existing email address to Zendesk Support and Allowing Zendesk to send email on behalf of your email domain.
Zendesk Support allows DKIM (Domain Keys Identified Mail) and DMARC (Domain-based Message Authentication, Reporting & Conformance) authentication. Email service providers that support DKIM or DMARC, such as Gmail and Yahoo!, check inbound email to see whether an organization that claimed to have signed a message actually did. The signature is associated with the organization's registered domain name. If the message is properly signed, the email service provider delivers the message normally. If the message is not signed or is improperly signed, the email service provider may deliver it with a caution to the user, or discard it.
You need to perform the following configuration steps to digitally sign your email:
Updating your DNS records to use the Zendesk domain key
Before you can digitally sign your outbound email from Zendesk, you must update the Domain Name System (DNS) records of each of the external domains you are using with Zendesk so that the Zendesk domain key can be located and used to verify signatures. The DNS update creates a redirect to the domain key on the Zendesk domain. When an email service provider receives an email with your domain name, the provider looks up the Zendesk domain key to verify the signature of the email.
As an added security measure, Zendesk rotates its DKIM encryption keys every quarter. As long as you use the method described below to add domain keys to your DNS record, you won't have to make any changes when the keys are updated. The lookup will automatically locate the current Zendesk domain keys.
The UI and terminology may vary depending on your registrar, but the concepts are the same.
To add the domain key to your DNS records
- Log in to your domain registrar's control panel.
Use the login name and password that you created when you registered the domain name.
- Look for the option to change DNS records.
The option might be called something like DNS Management, Name Server Management, or Advanced Settings.
- Locate the CNAME records for your domain.
A CNAME record, or Canonical Name record, is a type of alias used by the Domain Name System (DNS). CNAME records let you point to the Zendesk domain to use its domain key.
- Look for an option to add a CNAME record.
- Create a CNAME record with the following values:
- In the Host Record field (or equivalent), enter:
zendesk1._domainkey.your_email_domain.com
where your_email_domain.com is the external email domain you use for your Zendesk email. Example: "mondocam.com". The domain can have a different top-level domain, such as .net, .org, or .ca.
Example host record value:
zendesk1._domainkey.mondocam.com
- In the Points To field (or equivalent), enter:
zendesk1._domainkey.zendesk.com
- In the Host Record field (or equivalent), enter:
- Create a second CNAME record with the following values:
- In the Host Record field, enter:
zendesk2._domainkey.your_email_domain.com
where your_email_domain.com is the external email domain you use for your Zendesk email.
Example host record value:
zendesk2._domainkey.mondocam.com
- In the Points To field, enter:
zendesk2._domainkey.zendesk.com
- In the Host Record field, enter:
Enabling digital signatures in Zendesk
- In Admin Center, click Channels in the sidebar, then select Talk and email > Email.
- In the Custom Domain for DKIM section, select Enable.
- Click Save.
You can use third party validation tools to confirm that DKIM is enabled and running properly. See How do I know if my DKIM records are configured correctly? for more information.