[kwlug-disc] Mail the right way. Snappymail!
kwlug at c.nixc.us
kwlug at c.nixc.us
Tue Apr 23 08:20:47 EDT 2024
Snappymail wraps all the nice things you've wanted in an email app you can self-host and point at any SMTP provider. I highly recommend it. There is a Docker file for those of us who like isolation and modularity in our lives. Plus, the client can be a PWA on your phone, so no app is required. Finally, it has GPG support in the app and can be stored on the server side. It's not the Fort Knox of GPG setups, but it will help remove the excuse that one day I might set up a GPG so I can email myself endless test messages.
Here's an example docker compose in its most basic yet functional state if you just want to kick the tires comment or remove the volumes segment. The YAML config specification is highly dependent on an even number of spaces this email might eat some spaces.
version: '3.9'
services:
snappy:
image: djmaze/snappymail
volumes:
- ./snappydata:/var/lib/snappymail
ports:
- "8888:8888"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <http://mail.kwlug.org/pipermail/kwlug-disc_kwlug.org/attachments/20240423/251d8eb5/attachment.sig>
More information about the kwlug-disc
mailing list