Earlier quoted context omitted.
> Email is one of the bastions of the decentralised Internet and we should hang on to it. This. I hope someone will eventually create an "E-mail server in a box" package for Ubuntu LTS, so that more people can run their own E-mail. I'm not saying it has to be super-easy for everyone, just that it should avoid unnecessary chore work (like configuring postfix to always use TLS, or plugging postgrey into postfix).
There is something you can do to install that : https://mailinabox.email/
Ask HN: Is it possible to run your own mail server for personal use?
171–180 of 314 posts
Re: Ask HN: Is it possible to run your own mail server for personal use?
#172Earlier quoted context omitted.
There was http://seclists.org/oss-sec/2015/q4/11 PS. maybe that's one of the vulnerabilities mentioned in the report (1). Anyway it's an argument for me to run Qmail/qpsmtpd instead. (1) https://www.qualys.com/2015/10/02/opensmtpd-audit-report.txt
Yeah those issues were found in the Qualys audit. They have been fixed so the codebase should only be stronger now. I just wish we had something that wasn't written in C.
Re: Ask HN: Is it possible to run your own mail server for personal use?
#173One little trick that I rarely see mentioned for working around the negative or neutral reputation your MTA's IP might have is that you can route your outgoing emails through another MTA that has a higher reputation. For example route them through smtp.gmail.com (or for other options see https://support.google.com/a/answer/176600?hl=en ). It does not mean you have to use Gmail. It does not mean you have to change you…
Re: Ask HN: Is it possible to run your own mail server for personal use?
#174You can't do everything so you have to pick your battles ;)
Re: Ask HN: Is it possible to run your own mail server for personal use?
#175It's possible but it's not worth it unless you have a lot of knowledge about it or a lot of time and enjoy it. That's why most small to medium companies outsource this to services like sendgrid, mailchimp, etc. You can't do everything so you have to pick your battles ;)
Indeed big companies outsource mail servers too, that was very surprising at first but reduce [effective and hidden] costs significantly and with a good SLA they can receive an excellent service.
Re: Ask HN: Is it possible to run your own mail server for personal use?
#176I chose postfix which has a lot of off the shelf support for blacklisting and such, but even so I found that I couldn't stay ahead of spammers and their (new at the time) techniques like reflection attacks.
Anyway, while it's fun to play with this, unless you want to spend time every week keeping it up to date, etc., I found it mostly a drain on other better things I could be doing.
Re: Ask HN: Is it possible to run your own mail server for personal use?
#177Re: Ask HN: Is it possible to run your own mail server for personal use?
#178Earlier quoted context omitted.
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.
What replaces email?
Re: Ask HN: Is it possible to run your own mail server for personal use?
#179Been running it for over 15 years. No SPF. No dkim. Never had complaints, though threads like these have me worried.
You and me both. I think the risks are overplayed, but at the same time it's probably about time to join the future with SPF/DKIM/DMARC.
Re: Ask HN: Is it possible to run your own mail server for personal use?
#180I used to run my own MTA, and then I get fed up staying ahead of spammers. I chose postfix which has a lot of off the shelf support for blacklisting and such, but even so I found that I couldn't stay ahead of spammers and their (new at the time) techniques like reflection attacks. Anyway, while it's fun to play with this, unless you want to spend time every week keeping it up to date, etc., I found it mostly a drain…