Manual DNS records
If your DNS provider isn’t supported for automatic setup — or you’d rather not share an API key — you can add Faivelo’s records by hand at any provider. It takes about a minute.
Where your records live
After you add a domain, open it under faivelo.com/domains and go to its DNS Records page. Every record is listed there with its exact Type, Name, and Value — click any of them to copy. Always copy from your dashboard rather than from this page: some values (like DKIM keys and verification tokens) are unique to your domain.
In your DNS provider’s dashboard, find the DNS management screen (often called “DNS”, “DNS Records”, “Advanced DNS”, or “Zone Editor”) and create one record per row.
The records, explained
Here’s what Faivelo asks you to add and why. yourdomain.com stands in for your domain; unique values are shown as placeholders.
| Type | Name | Value (example) | What it does |
|---|---|---|---|
| MX | @ | mx.faivelo.com (priority 10) | Routes incoming mail to Faivelo |
| TXT | @ | v=spf1 mx include:amazonses.com -all | SPF — authorizes Faivelo to send for you |
| TXT | _dmarc | v=DMARC1; p=reject; sp=reject; adkim=s; aspf=s; pct=100; fo=1; rua=mailto:postmaster@yourdomain.com | DMARC — tells receivers to reject spoofed mail |
| CNAME | <token>._domainkey (×3) | <token>.dkim.amazonses.com | DKIM — cryptographically signs your outbound mail |
| TXT | _amazonses | <verification token> | Verifies your domain with the sending relay |
| MX + TXT | bounce | relay bounce host / v=spf1 include:amazonses.com ~all | Handles bounces from your own domain |
| CNAME | mta-sts, autodiscover, autoconfig | mx.faivelo.com | Enforces TLS and lets mail apps auto-configure |
| TXT | _mta-sts, _smtp._tls | v=STSv1; ... / v=TLSRPTv1; ... | Secure-transport policy and TLS failure reports |
A few provider quirks to watch for:
- Name field: most providers want the relative name —
@for the domain itself,_dmarcrather than_dmarc.yourdomain.com. Faivelo’s dashboard shows names in this relative form. If your provider expects the full name, append your domain. - MX priority: enter
10. Some providers have a separate priority field; others want it at the start of the value (10 mx.faivelo.com). - DKIM CNAMEs: there are three, each with a different token. Add all three exactly as shown.
After you’ve added them
Head back to your domain’s DNS page in Faivelo. Records typically verify within a few minutes; Faivelo also re-checks automatically in the background, and you can click Re-check All at any time. Propagation occasionally takes longer — up to 48 hours in rare cases.
Next steps
- How verification works
- Troubleshooting DNS if a record stays Pending or shows Mismatch