> ## Documentation Index
> Fetch the complete documentation index at: https://help.scribe-mail.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure your DNS

> Set up a custom sending domain in Scribe to improve email deliverability and avoid spam filters. Takes 5 minutes, no developer needed.

Configuring your DNS is an important step to ensure your email signatures don't trigger spam filters. It takes about 5 minutes and doesn't require a developer. Scribe's setup wizard handles most of it automatically.

## Why configure DNS?

Your Scribe email signatures contain multiple URLs: logos, profile pictures, social icons, website links, campaign banners, and tracking links. By default, these URLs use Scribe's domain (`sendassets.io`).

The problem: spam filters flag emails that contain many URLs pointing to a domain different from the sender's email domain. If your team sends from `@yourcompany.com` but all signature links point to `sendassets.io`, deliverability can suffer.

The fix: replace Scribe's default domain with a subdomain of your own, like `signature.yourcompany.com`. This is called a **sending domain**. It tells spam filters that the links in your emails belong to your organization, keeping your emails out of spam folders.

For example, if your team sends from `joe@my-company.com`, you would configure a sending domain like `signature.my-company.com`.

## How to set it up

<Steps>
  <Step title="Go to the DNS tab">
    In your Scribe dashboard, navigate to **Settings → DNS**. If you've already synced your email provider, your domain will appear automatically. Click **Configure**. Otherwise, click **Add a domain**.

    <Frame>
      <img src="https://mintcdn.com/scribe/Z_G2D9X-Tlrxu_Eh/images/dns-settings-tab-configure-button.png?fit=max&auto=format&n=Z_G2D9X-Tlrxu_Eh&q=85&s=a7205b6081cda76f06982783397e0402" alt="Scribe DNS settings tab with Configure button for existing domain" width="3436" height="1926" data-path="images/dns-settings-tab-configure-button.png" />
    </Frame>
  </Step>

  <Step title="Enter your domain name">
    Type your company's primary domain. For example, `mycompany.com`.
  </Step>

  <Step title="Choose a CNAME record">
    Pick a subdomain prefix for your sending domain. For example, `signature` would create `signature.mycompany.com`. Other common choices include `email` or `mail-assets`.
  </Step>

  <Step title="Follow the setup wizard">
    Scribe's wizard will automatically configure the DNS settings with your domain provider. No developer or manual DNS editing required. Just follow the prompts.

    <Frame>
      <img src="https://mintcdn.com/scribe/Z_G2D9X-Tlrxu_Eh/images/dns-setup-wizard-step-1.png?fit=max&auto=format&n=Z_G2D9X-Tlrxu_Eh&q=85&s=3791af66abda5e1bbf4a5842ef86afe3" alt="DNS setup wizard first step entering domain name" width="3456" height="1934" data-path="images/dns-setup-wizard-step-1.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/scribe/Z_G2D9X-Tlrxu_Eh/images/dns-setup-wizard-step-2.png?fit=max&auto=format&n=Z_G2D9X-Tlrxu_Eh&q=85&s=89f2504534119b5878e3de865201d18d" alt="DNS setup wizard CNAME record configuration step" width="3456" height="1934" data-path="images/dns-setup-wizard-step-2.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/scribe/Z_G2D9X-Tlrxu_Eh/images/dns-setup-wizard-step-3.png?fit=max&auto=format&n=Z_G2D9X-Tlrxu_Eh&q=85&s=9e0a76da145b768dfce3113394c6642a" alt="DNS setup wizard domain provider automatic configuration step" width="3456" height="1932" data-path="images/dns-setup-wizard-step-3.png" />
    </Frame>
  </Step>
</Steps>

## After setup

Once configured, DNS propagation can take up to 24 hours. You can check the status in two ways:

* In your Scribe dashboard under **Settings → DNS**, where the status will change to **Validated** once propagation is complete
* Using an external tool like [dnschecker.org](https://dnschecker.org/#CNAME/signature-assets.scribe-mail.com)

<Warning>
  **If you use Cloudflare**, two settings must be adjusted:

  * Set the Proxy Status to **DNS only** (not proxied)
  * **Disable CNAME flattening**

  Without these changes, the DNS validation will fail.
</Warning>

<Tip>
  You can configure your DNS at any point, before or after installing signatures. But we recommend doing it early, ideally right after your initial setup, to ensure good deliverability from day one.
</Tip>

<Card title="DNS settings reference" icon="globe" href="/en/configure-your-sending-domain">
  Full DNS configuration details and troubleshooting
</Card>
