DKIM key
{{if .Domain.DKIMPublic}}
Selector: {{.Domain.DKIMSelector}} /
Algorithm: {{.Domain.DKIMAlgo}}
{{else}}
No DKIM key generated yet.
{{end}}
DMARC Monitoring
{{if .Domain.DMARCRua}}
Monitoring address
{{.Domain.DMARCRua}}
Add this address to your DMARC DNS record as rua=mailto:{{.Domain.DMARCRua}}.
External mail servers will send aggregate reports here every 24 hours.
{{else}}
Enable monitoring to receive DMARC aggregate reports from external mail servers.
A unique email address will be generated for this domain and reports delivered to it will be parsed and stored.
{{end}}
Required
MX
{{.MXRecord}}
SPF
{{.SPFHint}}
{{if .DKIMRecord}}
DKIM (selector: {{.Domain.DKIMSelector}})
{{.DKIMRecord}}
{{else}}
Generate a DKIM key above to get the DKIM DNS record.
{{end}}
DMARC
{{.DMARCHint}}
{{if .Domain.DMARCRua}}
Monitoring address: {{.Domain.DMARCRua}}
{{end}}
Optional (autoconfiguration)
Allows mail clients (Thunderbird, Outlook) to auto-discover server settings.
Thunderbird autoconfig (CNAME)
{{.AutoconfigCNAME}}
Outlook autodiscover (CNAME)
{{.AutodiscoverCNAME}}
SMTP submission (SRV, RFC 6186)
{{.SMTPSRVRecord}}
IMAP SSL (SRV, RFC 6186)
{{.IMAPSRVRecord}}
IP Relay Rules
Allow specific IP addresses (or CIDR ranges) to submit email for this domain
without SMTP authentication. Optionally restrict to specific sender addresses.
{{if .RelayIPRules}}
| IP / CIDR |
Sender pattern |
Description |
|
{{range .RelayIPRules}}
| {{.CIDR}} |
{{.SenderPattern}} |
{{.Description}} |
|
{{end}}
{{else}}
No IP relay rules configured.
{{end}}