]> git.g-eek.se Git - interimap.git/commitdiff
Refactor case documentation structure
authorGustav Eek <gustav.eek@fripost.org>
Thu, 9 May 2019 10:14:11 +0000 (12:14 +0200)
committerGustav Eek <gustav.eek@fripost.org>
Thu, 9 May 2019 10:14:11 +0000 (12:14 +0200)
doc/case.mdwn

index e131f44aecf18632120c8c1186cd6aa6808ca08a..ff66fa4d98847e7a249277ccfd07ebed783a6d1c 100644 (file)
@@ -16,10 +16,6 @@ private setup.
 
 *TODO Fundamental philosophy ...*
 
-## Namespaces
-
-*TODO Why not ...?*
-
 # Install software
 
 Make sure testing is in sources. Install (run as sudo):
@@ -128,9 +124,11 @@ systemctl --user daemon-reload
 
 This is standard Systemd configuration. See "systemd.unit(5)".
 
-# Dovecot morals
+# Dovecot morals (comments on configuration)
+
+Stop read here if you are happy with having it all working.
 
-Stop read here if all works.
+## Secure your instance
 
 Above configuration assumes that you will disable all of dovecot. As a
 precaution take a few security measures regarding the service in case
@@ -156,3 +154,7 @@ service imap-login {
 
 Restart and verify with `ss -ptln` that nothing listens on port 143 or
 993.
+
+## Dovecot namespaces
+
+*TODO Why not ...?*