{% extends "app.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load i18n %} {% block subsubmenu %} {% trans "Manage Spam" %} {% trans "Manage Aliases" %} {% endblock %} {% block extra_content %} {{ block.super }}
{% blocktrans trimmed %} The following DNS records must be added manually on your primary domain for the mail server to work properly. {% endblocktrans %}
{% trans "Domain" %} | {% trans "TTL" %} | {% trans "Class" %} | {% trans "Type" %} | {% trans "Priority" %} | {% trans "Weight" %} | {% trans "Port" %} | {% trans "Host/Target/Value" %} |
---|---|---|---|---|---|---|---|
{{ dns_entry.domain|default_if_none:"" }} | {{ dns_entry.ttl }} | {{ dns_entry.class_ }} | {{ dns_entry.type_ }} | {{ dns_entry.priority }} | {{ dns_entry.weight|default_if_none:"" }} | {{ dns_entry.port|default_if_none:"" }} | {{ dns_entry.get_split_value }} |