{% extends "baseTemplate/index.html" %} {% load static %} {# Issue mail. and install it into Postfix and Dovecot. #} {% block title %}Mail server SSL{% endblock %} {% block content %}

Mail server SSL

A certificate for mail.<domain>, installed into Postfix (SMTP) and Dovecot (IMAP/POP3).

mail.<domain> must already have an A record pointing at this server, and port 80 must be open, because validation happens over HTTP. Postfix and Dovecot are reloaded afterwards; existing sessions are not dropped. Let's Encrypt allows {{ duplicateLimit }} duplicate certificates per registered domain per week, so avoid re-issuing a healthy certificate.

Mail hostnames

One certificate per domain that sends or receives mail here.

No websites yet

Create a website before issuing a mail certificate for it.

Mail host Issuer Expires Days left Action
Not issued —

{% include "sslManager/_joblog.html" %} {{ certificates|json_script:"cpSSLData" }}
{% endblock %} {% block scripts %} {% endblock %}