Ask HN: Are there people still running their own mail server?
It's been a few days that I've started to gain knowledge in the "mail stack" and I was wondering if there are people who, almost in 2019, are still running their own personal mail server and if so what are the pros & cons of it?
I was looking at Mail-in-a-Box [https://mailinabox.email] which seems a "it just works" solution, any worthy alternatives?
13 comments
[ 2.9 ms ] story [ 33.1 ms ] threadI'm going to look into this next weekend, thanks for this :)
For you to maintain redundant connectivity, storage, and compute will immediately be a non-trivial workload. Then you need to keep it patched, and monitored, and backed up.
Then you have to run the mail infrastructure, possibly including a web front-end. postfix + dovecot + some-spam-thing. Blacklists. Spam signatures. DNS configuration, SPF, all the other hoops you need to jump through to get the big players to accept your mail.
After a lot of work, and mucking about, and ongoing expense and effort, you can end up with something that will probably be nearly-but-not-quite as good as what you'd get from a commercial provider.
BUT ... it'll be yours, and it'll be how the Internet was meant to be, and you'll be a part of the last bastion of open standards and cooperative distributed systems until such time as the big players decide that they're sick of SMTP and collude to produce a proprietary thing that looks like email, but kinda isn't, and you'll be left talking only to the other diehards.
Personally, I have taken a middle path: I use Pobox/Fastmail with my own domain. That way I maintain the control over it, but I've outsourced the work to someone who can amortize the costs over lots of accounts. I pay for the service, and have chosen a provider who doesn't try to leverage that relationship into a whole-of-life intrusion.
I haven’t looked back.
It's a burning shame, because email is one of the key technologies of the Internet, and the one that ought to be the most decentralized. (At least, in my idealist mind.) But there we go, I guess reality isn't as idealistic as I am...