Configure a company domain for email masking
Setting up a company network to support email masking.
Medallia Experience Cloud
list_alt
Setting up a company network to support email masking.
Medallia provides two host name records to allow one configuration to remain running while service is performed on the other. Both need to be added to the DNS. The records look similar to this (wrapped lines) example:
medallia1._domainkey.feedback.example.com 3600 IN CNAME medallia1.feedback.example.com.dkim.medallia.com
medallia2._domainkey.feedback.example.com 3600 IN CNAME medallia2.feedback.example.com.dkim.medallia.com
Verify DNS configurations using command-line tools or web utilities. This discussion uses the dig UNIX command-line utility on macOS and nslookup on Windows. You can also use web-based tools such as Dig web interface.
dig and nslookup might not support all options shown below. If needed, check the documentation for your specific tool.When making the query, include the subdomain and an option identifying what you are looking for. For example, to verify the record for the medallia1 example host:
$ dig TXT medallia1._domainkey.feedback.example.com
nslookup -type=txt medallia1._domainkey.feedback.example.com
;; ANSWER SECTION
medallia1._domainkey.feedback.example.com 3600 IN CNAME medallia1.feedback.example.com.dkim.medallia.com
medallia1.feedback.example.com.dkim.medallia.com 3600 IN CNAME medallia1.domainkey.medallia.com
medallia1.domainkey.medallia.com 21585 IN TXT "v=DKIM1; k=rsa; p="…" "…"
Complete this test for both CNAME records, such as medallia1 and medallia2 in the example DNS record.
Medallia®, the Medallia logo, and the names and marks associated with Medallia’s products are trademarks of Medallia and/or its affiliates. Net Promoter, Net Promoter Score and NPS are registered trademarks of Bain & Company, Inc., Fred Reichheld and Satmetrix Systems, Inc. All other trademarks are the property of their respective owners.