summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-01-02 20:07:33 +0100
committervarac <varacanero@zeromail.org>2015-01-02 20:07:33 +0100
commit07adddfcf103161b249eceac6313d9ee1ca90ca4 (patch)
tree78a0443b0a1ae5c435dae1cf8c5398c79684c8e0
parentfe0d25643414bc693cb197a4045116663f00d5e5 (diff)
updated quick-start.md
-rw-r--r--docs/platform/tutorials/quick-start.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/platform/tutorials/quick-start.md b/docs/platform/tutorials/quick-start.md
index 9051f03..0c6ec20 100644
--- a/docs/platform/tutorials/quick-start.md
+++ b/docs/platform/tutorials/quick-start.md
@@ -10,7 +10,7 @@ There are two ways how you can setup leap platform
using vagrant.
Use the leap_cli vagrant integration
-====================================
+------------------------------------
Install leap_cli and leap_platform on your host,
configure a provider from scratch and use the
@@ -23,7 +23,7 @@ to setup a single node mail server.
Using the Vagrantfile provided by Leap Platform
-===============================================
+-----------------------------------------------
This is by far the easiest way.
It will install a single node mail Server in the default
@@ -43,9 +43,11 @@ There are 2 users preconfigured:
. `testuser` with pw `hallo123`
. `testadmin` with pw `hallo123`
+Testing your provider
+=====================
Using the bitmask client
-========================
+------------------------
Download the provider ca:
@@ -64,11 +66,11 @@ Use i.e. swaks to send a testmail
swaks -f noone@example.org -t testuser@example.org -s example.org
-and use
+and use your favorite mail client to examine your inbox.
+You can also use [offlineimap](http://offlineimap.org/) to fetch mails:
offlineimap -c vagrant/.offlineimaprc.example.org
-to fetch it.
WARNING: Use offlineimap *only* for testing/debugging,
because it will save the mails *decrypted* locally to
your disk !