{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Roundcube link. When the installer did not provision the webmail vhost there is nothing to link to, and an honest page beats a link that 404s. No Angular controller: everything here is decided server-side. {% endcomment %} {% block title %}Webmail{% endblock %} {% block content %}
Read and send mail from a browser, signing in with the full email address and its mailbox password.
Webmail is served from {{ webmailDomain }}.
Open webmailWebmail is switched on in the panel configuration, but no valid webmail_domain is set, so there is no address to send you to.
{% else %}This server was installed without the Roundcube vhost, so there is no webmail interface to open. Rather than hand you a link that will 404, here is what to do instead.
{% endif %}An administrator can enable it by setting webmail and webmail_domain in the [mail] section of the panel configuration and re-running the mail installer stage.
{% endif %}Any desktop or phone client works without webmail. Use the full email address as the username.
Plaintext authentication is refused on every port, so the client must be set to require encryption.