Making an Automatic Email Backup – Part 2

UPDATE: PART 3 has instructions for email backup using pre-made docker images based on this post and Part 1.

<— Part 1

Summary so far

Ok, so if you have gone through Part 1 already, you have Mbsync set up to sync all emails from your remote IMAP server and then Dovecot set up to host those emails on a local SMTP server, but without SSL.

That may be enough for many, but we can take things a step further. In this part, we will add self-signed SSL certificates for Dovecot, and we will install Roundcube. Roundcube is an … Read the rest

Making an Automatic Email Backup – Part 1

UPDATE: PART 3 has instructions for email backup using pre-made docker images based on this post and Part 2.

Intro

In the world of self-hosting, creating a personal email server always seemed like the Holy Grail of personal privacy. Unfortunately, with all the work that would go into maintaining it, and the high probability of failure when operated by someone as inexperienced as myself, it has never seemed like a viable option for me. However, I have wanted a system for some time whereby I can automatically backup my email in a standard format which could potentially be served to … Read the rest