Command

nylas dashboard domains dns

Show DNS records required for domain verification.

Written by Qasim Muhammad Staff SRE

What does nylas dashboard domains dns do?

The nylas dashboard domains dns command prints the ownership, receiving, sending, and authentication DNS records needed to verify a registered domain. Use --type to show one or more record groups such as ownership, mx, spf, dkim, dmarc, arc, or feedback.

Usage

nylas dashboard domains dns [domain-id-or-address] [--region <region>] [--type ownership]

Flags

FlagDescription
--jsonOutput as JSON
--no-colorDisable color output
--verbose(-v)Enable verbose output
--configCustom config file path
--help(-h)Show help for the command
--limitLimit results (most list commands)
--yes(-y)Skip confirmations
--region(-r)Region to query (us or eu; inferred for existing domains when omitted)
--typeVerification type to show (repeatable: ownership, mx, spf, feedback, dkim, dmarc, arc)

Examples

The nylas dashboard domains dns command prints the ownership, receiving, sending, and authentication DNS records needed to verify a registered domain.

Show all DNS records

nylas dashboard domains dns myagent.nylas.email

Show ownership records only

nylas dashboard domains dns d4056599-6d36-4a18-847c-7d033b7a939e --type ownership

Example output

DNS records for example.com (dom_abc123)

TYPE   HOST                     VALUE
TXT    _nylas.example.com       nylas-verify=abc123def456
MX     example.com              10 mx.nylas.com
TXT    example.com              v=spf1 include:nylas.com ~all

Troubleshooting

DNS records are empty

Confirm the domain ID and region with `nylas dashboard domains list`, then retry after the domain registration has finished.

Recommended guides

Run nylas dashboard domains dns --help for full help output.