summaryrefslogtreecommitdiff
path: root/views/server.html
diff options
context:
space:
mode:
authorHorus32015-06-02 05:38:12 +0200
committerHorus32015-06-02 05:38:12 +0200
commitf8a4da578bc8f58924ef060b60c472ade8390d55 (patch)
treed9b1b35966149ad69f0d638a7c158ea3aff1883e /views/server.html
parent0a00051d30184c94a666638f66f1d145df855995 (diff)
downloadfreemail-f8a4da578bc8f58924ef060b60c472ade8390d55.tar.gz
Bug fix and better wording.
Diffstat (limited to 'views/server.html')
-rw-r--r--views/server.html79
1 files changed, 0 insertions, 79 deletions
diff --git a/views/server.html b/views/server.html
deleted file mode 100644
index ef2929c..0000000
--- a/views/server.html
+++ /dev/null
@@ -1,79 +0,0 @@
-{{template "header.html" "Server Details | Libremail"}}
-{{template "navbar.html"}}
-{{template "alert.html" .}}
-
-<div class="container">
- <div class="row">
- <div class="col-md-12">
- <h1>Server details</h1>
- <br>
- <div class="well well-lg">
- <p>Everything you need to know to use Libremail.</p>
- <ul class="list-unstyled">
- <li>
- <h2>Webmail</h2>
- <p>You can use the webmail interface to browse your emails with your webbrowser of choice. Use <a href="https://iamfabulous.de/webmail" title="Webmail">this link <span class="fa fa-external-link-square"></a> to open roundcube now.
- <br>
- <strong>Use your mail address and the passwort as credentials to log in.</strong>
- <br>
- The TLS certificate is signed to 'webmail.iamfabulous.de'
- </p>
- <p>
- <strong>Please note:</strong> Unfortunalety roundcube does not support GPG encryption yet.
- </p>
- </li>
- <li>
- <h2>SMTP</h2>
- <p>We use Postfix as our SMTP server. It's responsible to send and recieve mails.
- <br>
- The TLS certificate is signed to 'mx.iamfabulous.de'</p>
- <p><strong>Ports:</strong></p>
- <ul>
- <li>
- 25 <strong>STARTTLS</strong>
- </li>
- <li>
- 465 <strong>SMTPS</strong>
- </li>
- <li>
- 587 <strong>STARTTLS</strong>
- </li>
- </ul>
- </li>
- <li>
- <h2>IMAP</h2>
- <p>IMAP is used to manage the mails on the server. Nearly all of the clients (e.g. your phone or thunderbird) use IMAP. Dovecot is responsible for this task.
- <br>
- The TLS certificate is signed to 'mx.iamfabulous.de'</p>
- <p><strong>Ports:</strong></p>
- <ul>
- <li>
- 143 <strong>TLS</strong>
- </li>
- <li>
- 993 <strong>TLS</strong>
- </li>
- </ul>
- </li>
- <li>
- <h2>POP3</h2>
- <p>POP3 is used to pull the mails from the server to the client e.g. your phone or thunderbird. Dovecot also handles your POP3 connections.
- <br>
- The TLS certificate is signed to 'mx.iamfabulous.de'</p>
- <p><strong>Ports:</strong></p>
- <ul>
- <li>
- 110 <strong>TLS</strong>
- </li>
- <li>
- 995 <strong>TLS</strong>
- </li>
- </ul>
- </li>
- </ul>
-
- </div>
- </div>
- </div>
-</div>
-{{template "footer.html" .Language}}