{% 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 %}

Webmail

Read and send mail from a browser, signing in with the full email address and its mailbox password.

{% if webmailAvailable %}

Roundcube is installed

Webmail is served from {{ webmailDomain }}.

Open webmail
{% else %}

Webmail is not installed

{% if webmailConfigured %}

Webmail 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 %}

Mail client settings

Any desktop or phone client works without webmail. Use the full email address as the username.

IMAP
993 · SSL/TLS
POP3
995 · SSL/TLS
SMTP
465 · SSL/TLS
SMTP (STARTTLS)
587

Plaintext authentication is refused on every port, so the client must be set to require encryption.

{% endblock %}