starWe’ve secured funding to power Signal-to-Revenue AI to GTM teams globally. → Read more

What Is A CNAME Record And How To Set It Up

Published
Categorized as Uncategorized
DNS dashboard example showing a CNAME Record mapping a subdomain like track.yourdomain.com to a provider hostname
DNS dashboard example showing a CNAME Record mapping a subdomain like track.yourdomain.com to a provider hostname

Subscribe Now

    I allow Wyzard to send me regular updates and marketing communication as per its policy.

    A CNAME Record (Canonical Name record) is a DNS record that maps one hostname (an alias) to another hostname (the canonical name). A CNAME does not point directly to an IP address. It points to a domain name that later resolves to an IP. This helps keep DNS simpler when multiple hostnames should lead to the same destination.

    What CNAME Records Are Used For

    CNAME Records are common when connecting third-party services to your domain. Typical uses include:

    • Email authentication (example: DKIM setups that require CNAME targets)
    • Email tracking subdomains for clicks and opens
    • Custom bounce or Return-Path subdomains
    • SaaS product connections and white-labeled domains
    • CDN and hosting configurations

    How A CNAME Record Works

    1. A browser, app, or mail server queries DNS for something like track.yourdomain.com.
    2. DNS replies with a CNAME that points to a target like tracking.emailprovider.com.
    3. DNS then resolves the target domain to its IP address.
    4. The request completes using that destination.

    One advantage is that if the provider changes its IPs, your alias can keep working without any change on your side.

    Why CNAME Records Matter

    Teams use CNAMEs to keep DNS easier to manage and vendor integrations smoother:

    • Fewer duplicated DNS updates across related hostnames
    • Cleaner vendor setups for email authentication, tracking, and routing
    • Branded subdomains that look consistent with your domain
    • A scalable way to point multiple subdomains to one service

    How To Set Up A CNAME Record

    Step 1: Choose a subdomain to use as the alias
    Examples: email.yourdomain.com, dkim.yourdomain.com, track.yourdomain.com.
    CNAME Records can’t be used on the root domain (yourdomain.com).

    Step 2: Get the target hostname from your provider
    Example mapping: email.yourdomain.com points to email.provider.com.

    Step 3: Add the record in your DNS provider
    Example fields:

    • Type: CNAME
    • Host/Name: email
    • Value/Target: email.provider.com
    • TTL: default or auto

    Step 4: Verify the record
    DNS changes can appear in minutes or take longer. Confirm using your provider’s verification flow or a DNS lookup tool.

    Limits To Keep In Mind

    • A CNAME can’t share the same hostname with other record types.
    • CNAMEs are for subdomains, not the apex/root.
    • A CNAME adds an extra DNS lookup step.

    CNAME Record Pointing Right At Revenue With Wyzard.ai

    CNAME Records often sit behind authentication, tracking, and bounce routing. If a CNAME points to the wrong place, outbound performance can take a hit through broken tracking or failed verification. Wyzard.ai helps teams spot DNS setup issues early by validating sender readiness signals before sequences go live. Learn more at Wyzard.ai.


    Other blogs

    The latest industry news, interviews, technologies, and resources.

    March 5, 2026

    What Is A BIMI Record And How To Set It Up

    A BIMI record (Brand Indicators for Message Identification) is a DNS-based email standard that can display your brand logo ...

    Read Image

    What Is A Return-Path Record And How To Set It Up

    Return-Path is an email header (and domain) that tells mail servers where bounce messages should go when an email ...

    Read Image

    What Is An A-Record And How It Works In DNS

    An A-Record (Address record) is a core DNS record type. It maps a hostname to an IPv4 address, helping ...

    Read Image

    Leave a comment