{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} DKIM manager. The comparison panel is the point of this page: a local key that no longer matches what DNS publishes signs every outgoing message with a signature the world cannot verify, and nothing else in the stack complains. {% endcomment %} {% block title %}DKIM manager{% endblock %} {% block content %}

DKIM manager

A 2048-bit signing key per domain, selector {{ selector }}. The public half must be published as a TXT record before receiving servers can verify anything.

{% if not domains %}
There are no domains available to you yet.
{% else %}

TXT record

Paste this verbatim. Some DNS panels split long values automatically; do not add quotes or line breaks yourself.
This zone is not hosted on this server, so the record has to be added at your DNS provider by hand. Key recorded

Local key vs published record


          

          

{% endif %} {% if isAdmin %}

Reconcile with the mail server

Every domain above only shows this panel's own record of its DKIM key. This compares that record against the keys actually installed on the mail server, across every domain -- the authoritative view, independent of what any single domain's page claims.

The panel's records agree with the mail server for every domain.
The panel has a key on record for these domains, but the mail server does not -- it is not actually signing outbound mail:
The mail server has a key installed for these domains that the panel has no record of:
The panel and the mail server disagree on the selector for these domains:
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}