{% extends 'base.html.twig' %}
{% block title %}{{ 'server.connection.title'|trans }}{% endblock %}
{% block body -%}
{{ 'server.connection.setup'|trans }}
|
Test |
Description |
{{ 'server.connection.test_result'|trans }} |
|
LE |
Let's Encrypt challenge token exchange test |
|
|
IPv4 |
Correct remote connection IPv4 |
|
|
IPv6 |
Correct remote connection IPv6 |
|
|
Resolver |
Proper DNS resolver |
|
{{ 'server.connection.outbound'|trans }}
|
Test |
Description |
{{ 'server.connection.test_result'|trans }} |
|
Port 25 |
Testing gmail.com port 25 connection |
|
{{ 'server.connection.inbound'|trans }}
|
Test |
Description |
{{ 'server.connection.test_result'|trans }} |
|
Port 25 |
SMTP server for incoming emails |
|
|
Port 80 |
Redirecting HTTP server |
|
|
Port 110 |
POP3 server (STARTTLS required) |
|
|
Port 143 |
IMAP server (STARTTLS required) |
|
|
Port 443 |
Administration and webmail HTTPS server |
|
|
Port 587 |
Submission server (STARTTLS SMTP server for clients) |
|
|
Port 993 |
IMAP server (implicit TLS) |
|
|
Port 995 |
POP3 server (implicit TLS) |
|
|
Port 4190 |
Sieve server (optional) |
|
{% endblock %}
{% block javascripts %}
{% endblock %}