{{define "title"}}DKIM Keys - Email Server{{end}} {{define "extra_css"}} {{end}} {{define "content"}}
One key shared across every domain that opts in below (see each domain's Edit DKIM page) — a domain CNAMEs its own DKIM selector to this record once, and regenerating this key rotates DKIM for all of them at once with no further DNS changes needed from anyone. Configure the hostname it's published under, and optionally a DNS provider for auto-publish, on the Settings page.
{{if .global_hostname}} {{if .global_key}}Selector: {{.global_key.Selector}}
Created: {{strftime "%Y-%m-%d %H:%M:%S" .global_key.CreatedAt}}
{{if .global_record}}Record: {{.global_record.Name}}
Value:
No shared key generated yet.
{{end}} {{else}}Set global_dkim_hostname on the Settings page to enable this.
{{$key.Selector}}{{.public_ip}}These keys have been replaced or disabled. They are kept for reference and can be permanently removed.
{{range .old_dkim_data}} {{$domain := .domain}}{{$key := .dkim_key}}{{$key.Selector}} | Created: {{strftime "%Y-%m-%d %H:%M" $key.CreatedAt}}