From: Gustav Eek Date: Thu, 9 May 2019 10:14:11 +0000 (+0200) Subject: Refactor case documentation structure X-Git-Url: https://git.g-eek.se/?a=commitdiff_plain;h=577b73acbba5911a4f1bc724ffcd37c31614d4f7;p=interimap.git Refactor case documentation structure --- diff --git a/doc/case.mdwn b/doc/case.mdwn index e131f44..ff66fa4 100644 --- a/doc/case.mdwn +++ b/doc/case.mdwn @@ -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 ...?*