diff options
-rw-r--r-- | README.md | 15 | ||||
-rw-r--r-- | USE.md (renamed from doc/setup.md) | 0 | ||||
-rw-r--r-- | doc/intro.md | 17 | ||||
-rw-r--r-- | doc/use.md | 30 |
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/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). |