{{define "title"}}Domain — {{.Domain.Name}}{{end}} {{define "content"}}
Domains /

{{.Domain.Name}}

{{if .Domain.Enabled}}enabled{{else}}disabled{{end}}
Enable / Disable
{{if .Domain.Enabled}} {{else}} {{end}}
Limits
Delete domain
Permanently deletes the domain and ALL users and messages within it. This cannot be undone.
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}}
DNS Records
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}}
{{range .RelayIPRules}} {{end}}
IP / CIDR Sender pattern Description
{{.CIDR}} {{.SenderPattern}} {{.Description}}
{{else}}
No IP relay rules configured.
{{end}}

Users ({{len .Users}})

Add user
{{if .Users}} {{range .Users}} {{end}}
Email Display name Status Role Quota used Last login
{{.Email}} {{.DisplayName}} {{if .Enabled}}active {{else}}disabled{{end}} {{if .Admin}}admin {{else if .DomainAdmin}}domain admin {{else}}user{{end}} {{humanBytes .UsedBytes}} / {{if .QuotaBytes}}{{humanBytes .QuotaBytes}}{{else}}unlimited{{end}} {{if isZero .LastLogin}}never{{else}}{{shortTime .LastLogin}}{{end}} Edit
{{else}}
No users in this domain.
{{end}}

Relay Accounts ({{len .RelayAccounts}})

{{if .RelayAccounts}} {{range .RelayAccounts}} {{end}}
Username Display name Status Description Created
{{.Username}} {{.DisplayName}} {{if .Enabled}}active {{else}}disabled{{end}} {{.Description}} {{shortTime .CreatedAt}} Manage
{{else}}
No relay accounts configured.
{{end}}
Create relay account
{{end}}