Set up DNS for Migadu
To use Migadu with a custom domain, you need to add specific DNS records to your domain's DNS configuration. This allows Migadu to send and receive emails on behalf of your domain.
mail2dns is the fastest way to create the DNS records. You can use mail2dns with the supported DNS providers listed below to create the necessary records in one command.
CLI Usage
mail2dns setup <your-domain> migadu <dns-provider> Supported DNS Providers
Follow the relevant setup guide for using mail2dns to set up your DNS configuration for Migadu
Is your DNS provider missing? Let us know
DNS records required for Migadu
Migadu requires the following DNS records to send and receive email from your domain. These are created automatically by the mail2dns setup command:
TXT Record
@ → {VERIFY_TXT}
MX Record
@ → aspmx1.migadu.com
MX Record
@ → aspmx2.migadu.com
TXT Record
@ → v=spf1 include:spf.migadu.com -all
TXT Record
_dmarc → v=DMARC1; p=none;
CNAME Record
key1._domainkey → key1.{DOMAIN}._domainkey.migadu.com
CNAME Record
key2._domainkey → key2.{DOMAIN}._domainkey.migadu.com
CNAME Record
key3._domainkey → key3.{DOMAIN}._domainkey.migadu.com