{% extends "base.html" %} {% block title %}Edit DKIM Key - Email Server{% endblock %} {% block content %}

Edit DKIM Key for {{ domain.domain_name }}

Back to DKIM Keys
DKIM Key Configuration
The domain this DKIM key belongs to (read-only)
The DKIM selector (alphanumeric, hyphens, and underscores only). This will be used in DNS record names like [selector]._domainkey.{{ domain.domain_name }}
Created:
{{ dkim_key.created_at.strftime('%Y-%m-%d %H:%M:%S') }}
Status:
{% if dkim_key.is_active %} Active {% else %} Inactive {% endif %}
Important: Changing the selector will require updating your DNS records. The new DNS record name will be {{ dkim_key.selector }}._domainkey.{{ domain.domain_name }}
Cancel
{% endblock %} {% block extra_js %} {% endblock %}