{# SPDX-License-Identifier: AGPL-3.0-or-later #} {% extends "email_form_base.html" %} {% load i18n %} {% block content %} {{ block.super }}
{% csrf_token %}
{% trans "Postfix TLS" %} {% include "tls_form.html" with prefix="postfix" proto="smtp" %}
{% trans "Dovecot TLS" %} {% include "tls_form.html" with prefix="dovecot" proto="imap" %}
{% endblock %}