Adding and Setting Up your Domain
Add a domain to Palisade and configure its DNS records for DMARC monitoring.
Adding a Domain
- Click the Add Domain button from the Domains page.
- Enter the domain name (e.g.,
example.com). - Optionally assign the domain to a group for organization.
- Click Confirm to add the domain.
Setting Up DNS Records
After adding a domain, you need to configure its DNS records so Palisade can receive DMARC reports. There are two options:
Option 1: Hosted DMARC via Palisade (Recommended)
Hosted DMARC is the easiest approach. Palisade provides a CNAME record that points your _dmarc subdomain to Palisade's servers. This allows you to manage your DMARC policy entirely from the Palisade dashboard without returning to your DNS provider for future changes.
- On the domain's setup page, click Configure to launch the automatic DNS configuration flow.
- Palisade supports automatic configuration for 60+ DNS providers. Select your provider and follow the guided steps.
- The setup will create the necessary CNAME record automatically.
Option 2: Manual DNS Setup
If you prefer to manage DNS records yourself or your provider is not supported by the automatic flow:
- Copy the DMARC TXT record value provided by Palisade.
- Log into your DNS provider.
- Create a new TXT record:
- Host/Name:
_dmarc - Value: The record value copied from Palisade
- TTL: 3600 (or your provider's default)
- Host/Name:
Example with Cloudflare:
- Go to your domain's DNS settings in Cloudflare.
- Click Add Record.
- Set the type to TXT.
- Set the name to
_dmarc. - Paste the record value from Palisade.
If using Cloudflare, ensure the proxy status is set to DNS Only (gray cloud). Cloudflare's proxy does not work with TXT records.
Verifying Domain Setup
After configuring DNS, return to Palisade and click Verify to confirm the records are detected. DNS propagation typically takes a few minutes but can take up to 24-48 hours in some cases.
Tips
- Start with one domain to familiarize yourself with the setup process before adding more.
- Use bulk import if you need to add many domains at once. See the Bulk Import guide for details.
- Expect a 24–72 hour wait for data — DMARC reports are sent by receiving mail servers (Gmail, Microsoft, Yahoo, etc.) once per day. It typically takes 2–3 days after setup before Palisade starts receiving and displaying report data. Low-volume domains may take longer.
- Verify Hosted DMARC is active — after enabling Hosted DMARC, check back to confirm the status shows Active. If it stays in Verifying for more than an hour, double-check the CNAME record in your DNS provider.
- Do not modify the CNAME value — the CNAME record Palisade gives you must be added exactly as shown. Changing the target or adding additional records alongside it can break DMARC monitoring.