diff options
author | martin@martin-laptop.lan <martin@martin-laptop.lan> | 2018-06-02 21:47:13 +0000 |
---|---|---|
committer | martin@martin-laptop.lan <martin@martin-laptop.lan> | 2018-06-02 21:47:13 +0000 |
commit | 3f64cc174f7f0b9ee149582ee4e6e4478a1f4369 (patch) | |
tree | ead63c0e7e5186a39ccab6f35d2e8b24bbc17277 /_posts/2018-06-01-mailu.md | |
parent | 840aab0c9acbd2898c754fc5063a21f7a0d6a487 (diff) | |
download | mfashby.net-3f64cc174f7f0b9ee149582ee4e6e4478a1f4369.tar.gz mfashby.net-3f64cc174f7f0b9ee149582ee4e6e4478a1f4369.tar.bz2 mfashby.net-3f64cc174f7f0b9ee149582ee4e6e4478a1f4369.tar.xz mfashby.net-3f64cc174f7f0b9ee149582ee4e6e4478a1f4369.zip |
Wrote some more about mailu
Diffstat (limited to '_posts/2018-06-01-mailu.md')
-rw-r--r-- | _posts/2018-06-01-mailu.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/_posts/2018-06-01-mailu.md b/_posts/2018-06-01-mailu.md index ef43bb2..a3a0efd 100644 --- a/_posts/2018-06-01-mailu.md +++ b/_posts/2018-06-01-mailu.md @@ -33,8 +33,10 @@ There are a couple of alternative ways to get a good mail server setup: [iRedMai This approach actually leads really neatly onto the last solution I tried, and the one I actually have working: [Mailu][mailu]. This project provides all the same open-source email components (postfix, dovecot), but pre-configured and packaged as [Docker][docker] images. This has a couple of advantages over iRedMail: * You don't need a fresh Debian install. You only need a working Docker installation. -* Other system packages will not interfere. -* It's more easily movable. Since I pushed all my images to docker hub, I just copy over the data directory and the docker-compose file to a new Pi, execute `docker-compose up -d` and it's all back up. +* You can configure & run other services on the same machine without interference. +* It's more easily portable: copy over the single /var/lib/mailu directory to another machine, and spin up all the servers again with `docker-compose up` and it's all back up & working again. + +The project didn't work out of the box with Raspberry Pi - not all the base images are ARM compatible. This was a pretty easy thing to fix though, and I now maintain a permanent fork of mailu for Raspberry Pi over [here][mailu-rpi] [rpi]:https://www.raspberrypi.org/ [dovecot-basic]:https://wiki.dovecot.org/BasicConfiguration @@ -47,4 +49,5 @@ This approach actually leads really neatly onto the last solution I tried, and t [caddy-forum-non-http]:https://caddy.community/t/server-types-other-than-http/65/7 [iredmail]:https://www.iredmail.org/ [mailu]:https://github.com/Mailu/Mailu -[docker]:http://docker.io/
\ No newline at end of file +[docker]:http://docker.io/ +[mailu-rpi]:https://github.com/MFAshby/mailu
\ No newline at end of file |