It's absolutely possible to run an email server in 2016 and I encourage anyone capable to do so! Email is one of the bastions of the decentralised Internet and we should hang on to it. Every day more and more people are moving to Gmail/Hotmail/Outlook and while I do understand the reasons, it also puts more and more power into the hands of these providers and the little guy (us) gets more screwed (like marked as junk…
I disagree with you. I consider email legacy technology because of its reliance upon DNS and static IP addresses. These two requirements make hosting email unnecessarily costly.
Ask HN: Is it possible to run your own mail server for personal use?
111–120 of 314 posts
Re: Ask HN: Is it possible to run your own mail server for personal use?
#112Re: Ask HN: Is it possible to run your own mail server for personal use?
#113I've been running my own MTA for about 15 years now, so it's definitely possible without spending the majority of one's waking hours to do so. Even when I switched mail server IPs twice over the last few years I didn't run into the issues you ran into. A large part of it depends on where you run it - if you, say, run it on your home Internet connection that's usually an immediate strike against you because of the ins…
For years it was qmail, but when I wanted to use SMTP/SSL as much as possible, switching to Postfix was easier than maintaining all the qmail patches.
I switched over to Let's Encrypt certs several months ago, and those have been working out quite well for me.
Re: Ask HN: Is it possible to run your own mail server for personal use?
#114It's absolutely possible to run an email server in 2016 and I encourage anyone capable to do so! Email is one of the bastions of the decentralised Internet and we should hang on to it. Every day more and more people are moving to Gmail/Hotmail/Outlook and while I do understand the reasons, it also puts more and more power into the hands of these providers and the little guy (us) gets more screwed (like marked as junk…
Re: Ask HN: Is it possible to run your own mail server for personal use?
#115It's absolutely possible to run an email server in 2016 and I encourage anyone capable to do so! Email is one of the bastions of the decentralised Internet and we should hang on to it. Every day more and more people are moving to Gmail/Hotmail/Outlook and while I do understand the reasons, it also puts more and more power into the hands of these providers and the little guy (us) gets more screwed (like marked as junk…
Re: Ask HN: Is it possible to run your own mail server for personal use?
#116It's absolutely possible to run an email server in 2016 and I encourage anyone capable to do so! Email is one of the bastions of the decentralised Internet and we should hang on to it. Every day more and more people are moving to Gmail/Hotmail/Outlook and while I do understand the reasons, it also puts more and more power into the hands of these providers and the little guy (us) gets more screwed (like marked as junk…
I would suggest running OpenSMTPD over any of the alternatives, it's much easier to configure and should be/remain secure as it comes from the OpenBSD people (the audit from Qualys attests to that).
Re: Ask HN: Is it possible to run your own mail server for personal use?
#117Re: Ask HN: Is it possible to run your own mail server for personal use?
#118Re: Ask HN: Is it possible to run your own mail server for personal use?
#119Earlier quoted context omitted.
> Digital ocean droplet $10 a month I don't know whether OP uses a home connection, but that makes a big difference. It has some pros and cons: A VPS (with its dedicated IP address): - Usually has a good reputation, though you might have bad luck. Switch early on when you notice this. Doing it later just nullifies any trouble you had building its reputation. - Is hosted somewhere in the cloud. (I used to hate the ter…
There is also a third option, set up a OpenVPN server and connect the home hosted SMTP server to the internet though it, gives you the best of both worlds I figure.
Re: Ask HN: Is it possible to run your own mail server for personal use?
#120I run my own mail server on a dynamic IP. Not being marked as spam is mainly a matter of how you send mail. Make your next SMTP hop a server of decent repute. Don't send mail directly.