#+TITLE: Mail Checking and interacting with mail. * Etc https://dbp.io/essays/2013-06-29-hackers-replacement-for-gmail.html https://www.reddit.com/r/selfhosted/comments/ha1ikl/best_vps_for_email_server/ https://dbp.io/essays/2018-01-01-home-backups.html backing up is important! email ideas: - generate arb. email name with the same domain per website, using email similar to web name - fwd these emails to central repo - know exactly what service these emails came from - quick frontend to generate these email addresses/inboxes for subscriptions https://github.com/tomav/docker-mailserver/blob/master/README.md https://github.com/icyphox/mael [[https://www.reddit.com/r/NEU/comments/hiqe2r/a_minimal_guide_to_sending_emails_through_office/][sending mail through office365]] https://stevelosh.com/blog/2012/10/the-homely-mutt/ http://matt.might.net/articles/how-to-email/ https://en.m.wikipedia.org/wiki/Anonymous_remailer https://alot.readthedocs.io/en/latest/ https://notmuchmail.org/frontends/ you should probably use plaintext email instead of html most of the time: https://useplaintext.email/ * Setting up a NixOS email server I used Vultr's VPS; install NixOS with it [[https://www.vultr.com/docs/install-nixos-on-vultr][adding the ISO with these instructions]], or using the ISO included with Vultr. (You'll still have to manually partition and install NixOS though). There are several nice preconfigured mail server options. I chose [[https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/tree/nixos-20.09/mail-server/dovecot/imap_sieve][nixos-simple-mailserver]] and run NixOS 20.09, managed with flakes and merged into my system configurations. [[https://nixos-mailserver.readthedocs.io/en/latest/index.html][The documentation]] for the mail server is superb. [[https://timput.com/posts/mailserver.html][This article]] might also be useful but could be dated. As part of the instructions, you'll have to set up a reverse DNS record. [[https://www.vultr.com/docs/how-to-create-reverse-dns-or-ptr-records-in-the-vultr-control-panel][Here's]] how you handle that for Vultr. On Namecheap, the DNS records took several hours to propagate. The LetsEncrypt certificates in this mail server cannot be issued until your DNS records go into effect, so be patient until this happens. [[http://www.asciiribbon.org/][use plain html email]] * Thunderbird configuration - Add new calendar with the specific calendar link off Radicale (Counted as calendar /account/ on android but just one calendar on thunderbird) - CardBook extension to synchronize contacts over CardDAV