From: Gustav Eek Date: Wed, 8 May 2019 22:04:33 +0000 (+0200) Subject: Inital on Fripost case documentation X-Git-Url: https://git.g-eek.se/?a=commitdiff_plain;h=629f00e8d69f80a98ba02b17cdefe620094db1f4;p=interimap.git Inital on Fripost case documentation Watch out for multiple TODO's in the documentation. The setup works, but need completion on philosophy and particularities on multi account setup --- diff --git a/doc/case.mdwn b/doc/case.mdwn new file mode 100644 index 0000000..caabcdf --- /dev/null +++ b/doc/case.mdwn @@ -0,0 +1,156 @@ +--- +title: Case of setting up InterIMAP with Dovecot and Mutt for Fripost account on Debian +... + + +# Overview + +Lolcal IMAP servier has a local mail store. InterIMAP works only +between two IMAP servers. In this case eventually the interest is to +sync between multiple IMAP servers to cover the case of work and +private setup. + +# Configuration introduction + +*TODO Fundamental philosophy ...* + +## Namespaces + +*TODO Why not ...?* + +# Install software + +Make sure testing is in sources. + + sudo apt-get install interimap dovecot-imapd + +# Structure of Maildir locally + +# Setup Dovecot + + +Disable dovecot: + +``` +# systemctl stop dovecot +# systemctl disable dovecot +``` + +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 +`a list "" "*"` to list your mailboxes. + +Create a wrapper for execution + +``` +install -m 0755 /dev/stdin ~/.local/bin/imap-fripost-dovecot <