summaryrefslogtreecommitdiff
path: root/views/howto.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/howto.html')
-rw-r--r--views/howto.html52
1 files changed, 0 insertions, 52 deletions
diff --git a/views/howto.html b/views/howto.html
deleted file mode 100644
index 72a4e3f..0000000
--- a/views/howto.html
+++ /dev/null
@@ -1,52 +0,0 @@
-{{template "header.html" "How To | Libremail"}}
-{{template "navbar.html"}}
-{{template "alert.html" .}}
-
-<div class="container">
- <div class="row">
- <div class="col-md-12">
- <h1>How to</h1>
- <br>
- <div class="well well-lg">
- <h2 id="create_new">Create new address</h2>
- <p>To create a new mail address follow and fill out <a href="/register" title="Sign up">this</a> link.
- <br>
- You can use <strong>email.iamfabulous.de</strong> or <strong>user.iamfabulous.de</strong> as a base domain, so e.g. '<span class="italic">post@email.iamfabulous.de</span>' or '<span class="italic">tidyupmyroom@user.iamfabulous.de</span>' are valid entries.
- <br>
- Try it out, if the mail is already taken it will prompt you with more details.
- </p>
- <br>
- <h2 id="login">Login</h2>
- <p>The easiest way to login is using our webmail interface with your browser. You can find it <a href="https://iamfabulous.de/webmail" title="Webmail" target="_blank">here <span class="fa fa-external-link"></span></a>.
- <br>
- <strong>Your login name is your full mail address.</strong>
- <br>
- <br>
- If you want to use your own client, see <a href="/server" title="Server">here</a> for connection details.
- </p>
- <br>
- <h2 id="change_password">Change Password</h2>
- <p>
- You can easily change your password through the webinterface. You just need your old password in before.
- <br>
- Follow this link <a href="/password" title="Change Password">here <span class="fa fa-lock"></span></a>.
- </p>
- <br>
- <h2 id="own_domain">Use other domains</h2>
- <p>It is possible to use other domains as well. If you own one, we can do the mail hosting for you.
- </p>
- <p>
- The requirements are a valid MX entry in your DNS. MX means 'mail exchange' and is a special resource record which points the responsible mail server. The correct entry is <strong>mx.iamfabulous.de</strong>.
- <br>
- <strong>For hassle-free mail delivery a valid SPF entry is mandatory. A valid TXT record may look like </strong>
- <br>
- <code>v=spf1 mxipv4:62.210.138.105 -all</code>.
- </p>
- <p>
- We also recommend to sign your mails with DKIM. To set up DKIM send me a notice, because it's not possible to automate this procedure.
- </p>
- </div>
- </div>
- </div>
-</div>
-{{template "footer.html" .Language}}