aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2016-08-08 18:23:06 +0200
committerJonas Smedegaard <dr@jones.dk>2016-08-08 18:27:57 +0200
commit5c41301a3ced0ae1c2f3104fbaae6c3b2dec1d3e (patch)
tree6effb40fbc2d4b9e02fab99fa45b3855239c91bb
parent306785621ca710fa5774d2a531ad7f10fa218d7a (diff)
Restructure to new file naming convention.
-rw-r--r--README.md15
-rw-r--r--USE.md (renamed from doc/setup.md)0
-rw-r--r--doc/intro.md17
-rw-r--r--doc/use.md30
4 files changed, 15 insertions, 47 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..2e377f6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# Mail handling
+
+Each user [[account]] is an email account -
+with one ore more email [[addresses]] attached.
+
+Emails are accessed either via webmail at [[!template id=webmailurl]],
+or (recommended) using a real email program.
+
+
+## Use
+
+ * [[Guide|USE]] to setting up and using a real email program
+ * Dealing with disk [[quota]]
+ * Subscribing to and and using [[mailinglists]]
+ * [[Problem]] reporting
diff --git a/doc/setup.md b/USE.md
index 62014be..62014be 100644
--- a/doc/setup.md
+++ b/USE.md
diff --git a/doc/intro.md b/doc/intro.md
deleted file mode 100644
index e409e67..0000000
--- a/doc/intro.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# Overview of email documentation
-
-Each user [[account]] is an email account - with one ore more email
-[[addresses]] attached.
-
-
-## Setup
-
- * Short [[mail/intro]] to start using email
- * [[Configuration|mail/setup]] more detailed
-
-
-## Use
-
- * Dealing with disk [[quota]]
- * Subscribing to and and using [[mailinglists]]
- * [[Problem]] reporting
diff --git a/doc/use.md b/doc/use.md
deleted file mode 100644
index e541867..0000000
--- a/doc/use.md
+++ /dev/null
@@ -1,30 +0,0 @@
-# Email introduction
-
-Your account at [[!template id=realm]] has at least one email address attached.
-
-Additional addresses can be added on request. Some may already be added.
-
-All incoming emails are stored in your account inbox, no matter what email
-address was addressed.
-
-
-## Webmail
-
-Webmail is at [[!template id=webmailurl]]
-
-This is ready to use as is - no additional setup required to get started.
-
-
-## Local email application
-
-"Real" email applications require some configuration to work.
-
-Here's a short summary of the needed setup:
-
- * Email server is **[[!template id=mailhost]]**, for both incoming and outgoing
- services.
- * Incoming email is reachable through **pop3** and **imap**. Imap is
- recommended for most cases.
- * Outgoing email is accepted through secure smtp on port **465** (not the
- regular port 25).
- * You MUST use password **authentication** for all email services (also smtp).