]> git.g-eek.se Git - interimap.git/commitdiff
Case documentation configuration update
authorGustav Eek <gustav.eek@fripost.org>
Thu, 9 May 2019 10:06:50 +0000 (12:06 +0200)
committerGustav Eek <gustav.eek@fripost.org>
Thu, 9 May 2019 10:06:50 +0000 (12:06 +0200)
Update instructions

 * Harmonise hash for bash commands
 * Don't write "sudo" in commands
 * Correct some typos

doc/case.mdwn

index 3241038ba580e3d116042ebff8ef6633d3dd3f81..e131f44aecf18632120c8c1186cd6aa6808ca08a 100644 (file)
@@ -2,6 +2,8 @@
 title: Case of setting up InterIMAP with Dovecot and Mutt for Fripost account on Debian
 ...
 
+*TODO Actually the configuration is for a single account. Restructure
+documentation to cover "single" and "multiple account" setups*
 
 # Overview
 
@@ -20,20 +22,20 @@ private setup.
 
 # Install software
 
-Make sure testing is in sources.
+Make sure testing is in sources. Install (run as sudo):
 
-    sudo apt-get install interimap dovecot-imapd
+    apt-get install interimap dovecot-imapd
     
 # Structure of Maildir locally
+*TODO Explain the local storage setup*
 
 # Setup Dovecot
 
-
-Disable dovecot:
+Disable the system wide Dovecot service (run as sudo):
 
 ```
-systemctl stop dovecot
-systemctl disable dovecot
+systemctl stop dovecot
+systemctl disable dovecot
 ```
 
 Verify connectivity and setup with the following:
@@ -41,7 +43,7 @@ Verify connectivity and setup with the following:
     /usr/lib/dovecot/imap -o "mail_location=maildir:~/Maildir/fripost-dovecot"
 
 you should see long output pattern `* PREAUTH ... Logged in as
-...`. The PREAUTH shows your authenticated at login. No type command
+...`. The PREAUTH shows your authenticated at login. Type the command
 `a list "" "*"` to list your mailboxes.
 
 Create a wrapper for execution
@@ -55,7 +57,7 @@ exec /usr/lib/dovecot/imap \
 EOF
 ```
 
-# Configure email client (mutt)
+# Configure email client (Mutt)
 
 Put in your mutt configuration: