Loading
Feature degradation | Gmail Email delivery failureRead More
Unified Messaging
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          CNAME Records for Functional Subdomains

          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.

          Note
          Note In the CNAME values, [tenant] represents the unique tenant identifier assigned to your Marketing Cloud account. Replace [tenant] with the value shown in your Authenticated Domains page.
          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.

          Note
          Note Applying a DMARC policy such as p=reject at your organizational (root) domain can affect all corporate email sent from that domain. Misconfigured DMARC policies can cause legitimate mail to fail. Review the configuration carefully and coordinate with your IT or network team before enforcing a DMARC policy on your root domain.
          record type Name Value
          TXT _dmarc v=DMARC1; p=reject; adkim=r; aspf=r; pct=100;
           
          Loading
          Salesforce Help | Article