How to use the dns record builder
- Pick the record type tab: SPF, DMARC, DKIM, MX or PTR.
- Fill in the required fields. The tool emits a syntactically correct TXT or RR string.
- Paste straight into your zone file.
Create DNS zone records for common record types. Enter your domain and add records.
~all (softfail) tells receivers 'probably not legit, but you decide'. -all (hardfail) tells them 'definitely not legit, reject'. Use softfail while rolling out, hardfail once stable.
SPF and DKIM verify the sending domain but do not say what to DO on failure. DMARC ties them together with a policy (none / quarantine / reject) and reporting addresses.
Use a wildcard record only if you genuinely want every subdomain to share an MX. Most spam-prevention guidance is to set MX explicitly per active subdomain instead.
For 198.51.100.42 the PTR lives at 42.100.51.198.in-addr.arpa and resolves to a hostname. Mail servers expect a forward-and-reverse match before accepting connections.