Making an Automatic Email Backup - Part 3
Repackaging the mbsync and Dovecot setup from Parts 1 and 2 into a pair of Docker images, configured entirely through environment variables. Part 3 of 4 in Making an Automatic Email Backup. Initially, I described a solution which required the use of LXC or some full Linux box to install and operate the necessary tools. Recently, however, I repackaged those tools into a couple docker containers, more easily deployable through a docker compose file with configuration done with environment variables. https://github.com/jon6fingrs/mbsync-dovecot https://hub.docker.com/repository/docker/thehelpfulidiot/dovecot https://hub.docker.com/repository/docker/thehelpfulidiot/mbsync Instructions on the github page. Let me know if you have any questions! Next in this series: Making an Automatic Email Backup (Updated 9/15/2024)