Email server
TL;DR why and how to setup a mail-server Why setup a server If you’re like me you’ve never put much thought into your email, and you simply use a free provider. I see three main reasons to take an alternative approach Security: Email is the backup for every other online account, and this should be in your control as much as possible. Privacy: Everything sent and received on a free provider can be read and (generally) used to target advertisements to you Customisation: With an alternative approach you can have your own address (tom@libreengineer.com instead of tom@genericprovider.com) The server Our mail server has to run somewhere. In an ideal (privacy) world, this would be on self managed hardware. However as this is the first time I’ve tried to put together a mail server I’d like to separate the potential software problems from the potential hardware problems. I achieved this with an Amazon Web Services (AWS) 1GB Lightsail instance. Debian was choses as the operating sysem as the tutorial I use recommends it. It also fits nicely with my desired for long-term stability, and free and open source software. ...