You are here:
CNAME Records for Functional Subdomains
To route inbound email responses correctly, each functional subdomain must have a corresponding CNAME record in your DNS provider.
A CNAME record creates an alias that points your subdomain to a Salesforce-managed inbound mail server.
For example, for marketing.yourcompany.com, you add these records
to your DNS provider to route inbound email functions, such as replies, bounces, unsubscribes,
and complaints.
| Purpose | Record Type | Name | Value |
|---|---|---|---|
| Reply | CNAME | reply.marketing.yourcompany.com |
reply.marketing.yourcompany.com.inbound.[tenant].mx.salesforce.com |
| Bounce | CNAME | bounce.marketing.yourcompany.com |
bounce.marketing.yourcompany.com.inbound.[tenant].mx.salesforce.com |
| Unsubscribe | CNAME | leave.marketing.yourcompany.com |
leave.marketing.yourcompany.com.inbound.[tenant].mx.salesforce.com |
Message Security
Email Service Providers (ESPs) or mailbox providers require authenticated email. Unified Messaging provides the DNS entries that you must implement SPF, DKIM, and DMARC. These standards work together to verify your sender identity, prevent spoofing, and improve deliverability.
DKIM CNAME Records
DomainKeys Identified Mail (DKIM) lets ESPs or mailbox providers verify that your messages are authentic and aren't modified during delivery.
Here are Salesforce generated DKIM CNAME entries that you add to your DNS provider.
| record type | Name | Value |
|---|---|---|
| CNAME | s1-e360-[DKIM
Key]._domainkey.marketing.yourcompany.com |
s1-e360-[DKIM
Key].marketing.yourcompany.com.dkim.[tenant].mx.salesforce.com |
| CNAME | s2-e360-[DKIM
Key]._domainkey.marketing.yourcompany.com |
s2-e360-[DKIM
Key].marketing.yourcompany.com.dkim.[tenant].mx.salesforce.com |
| CNAME | s3-e360-[DKIM
Key]._domainkey.marketing.yourcompany.com |
s3-e360-[DKIM
Key].marketing.yourcompany.com.dkim.[tenant].mx.salesforce.com |
DMARC Record
DMARC (Domain-based Message Authentication, Reporting & Conformance) tells ESPs or mailbox providers how to handle email that fails SPF or DKIM checks. Add the DMARC TXT record generated for your domain to your DNS provider.
| record type | Name | Value |
|---|---|---|
| TXT | _dmarc |
v=DMARC1; p=reject; adkim=r; aspf=r; pct=100; |

