Do you configure/setup/manage the mail servers yourself or is it handled by the hosting service providers?
Ask HN: Why do some of the engineers/hackers manage their own mail servers?
1–10 of 15 posts
Re: Ask HN: Why do some of the engineers/hackers manage their own mail servers?
#2Re: Ask HN: Why do some of the engineers/hackers manage their own mail servers?
#3Re: Ask HN: Why do some of the engineers/hackers manage their own mail servers?
#4Re: Ask HN: Why do some of the engineers/hackers manage their own mail servers?
#5Re: Ask HN: Why do some of the engineers/hackers manage their own mail servers?
#6Re: Ask HN: Why do some of the engineers/hackers manage their own mail servers?
#7Re: Ask HN: Why do some of the engineers/hackers manage their own mail servers?
#8Re: Ask HN: Why do some of the engineers/hackers manage their own mail servers?
#91. Own domain means you can brand, host other services on it and generally be flexible. It also means you don't end up with the equivalent of an @aol.com or @hotmail.com address for everything.
2. Hosting it yourself also gives you options. 10 years ago gmail didn't exist and many providers charged a lot to host personalised domain (which were seen as a business service). I still keep it because:
a. I used to manage big email setups, re-building a little one was fun practice for a few hours
b. I don't really like gmail's interface.
c. A significant amount of work copying a couple of gigabytes of old email into gmail
d. If Google change some policy 5 years down the track I'll be stuck with it.
e. Trying not to tie my entire life into google.
Re: Ask HN: Why do some of the engineers/hackers manage their own mail servers?
#10These days I run OpenSMTPD ( https://www.opensmtpd.org/ ) on a server out of my house because I want to minimize my cloud footprint, and OpenSMTPD is orders of magnitude easier to configure than other mail software, and was designed from the ground up to be maximally secure. I've also got it locked to require STARTSSL, which is not recommended but works for the mail I get.