Ask HN: Do You Host Your Own Email?
121–130 of 209 posts
Re: Ask HN: Do You Host Your Own Email?
#122If I wasn’t trying to trim every possible cost currently, I would still selfhost. It’s trivial if you have any sysadmin/syseng experience and a little time for setup. IME, the main thing that trips people up has already been mentioned. You need SPF, PTR, and DKIM records to get delivery to big providers. You can usually request to be removed from blacklists if your IP was flagged before you got it.
Re: Ask HN: Do You Host Your Own Email?
#123I run my own email. I have my own physical servers, that I built and tested myself, that I'm colocating. They handle both incoming and outgoing, and I've been doing it for so long that there is no previous reputation for the IP addresses I use. In spite of how vehemently some people, Reddit's /r/sysadmin, as an example, want you to NOT host your own and use issues like deliverability as reasons, it's really not hard…
Re: Ask HN: Do You Host Your Own Email?
#124Re: Ask HN: Do You Host Your Own Email?
#125I run my own email. I have my own physical servers, that I built and tested myself, that I'm colocating. They handle both incoming and outgoing, and I've been doing it for so long that there is no previous reputation for the IP addresses I use. In spite of how vehemently some people, Reddit's /r/sysadmin, as an example, want you to NOT host your own and use issues like deliverability as reasons, it's really not hard…
> or the reputation of your IP is poor I'd add that it's not just the reputation of your IP, but the reputation of your whole /24 block. That seems to be where a lot of filtering based on reputation takes place. I've got my corporate email server on a VPS (running FreeBSD with exim) with a hosting company that cares about its reputation (and charges a bit more for it) and email delivery is never a problem. I've also…
That is due to the prevalence of what is known as Snowshoe Spam.
Spammers get old of (or infiltrate) large net blocks and then spread out their spamming across the entire range.
The extreme version of Snowshoe Spam is known as Hailstorm Spam. For fairly obvious reasons ... spammers get hold of (or infiltrate) a large netblock, intensively abuse the hell out of it and then move on.
Re: Ask HN: Do You Host Your Own Email?
#126I use one of these domain+email only webhosters, doesn't cost much more than the domain itself and they do a better job than I did in my spare time. I still get spam but it's maybe 5 mails per day and I have catchall on a 20 year old domain.
Re: Ask HN: Do You Host Your Own Email?
#127I run my own email. I have my own physical servers, that I built and tested myself, that I'm colocating. They handle both incoming and outgoing, and I've been doing it for so long that there is no previous reputation for the IP addresses I use. In spite of how vehemently some people, Reddit's /r/sysadmin, as an example, want you to NOT host your own and use issues like deliverability as reasons, it's really not hard…
Do you have any services you'd recommend to smarthost outgoing mail?
Be sure to search for "smarthost" in quotes, because "smarthosting" is a marketing term.
Re: Ask HN: Do You Host Your Own Email?
#128Yup, OpenBSD + OpenSMTPD off a wholesaleinternet dedicated box, for roughly a dozen domains. Previously, Postfix and/or qmail. If anyone's got any tips or contacts for getting off of Microsoft's (live.com, outlook.com, hotmail.com ,etc) blacklist, I'd be much obliged. Their webform for such matters goes nowhere, and postmaster@ goes unanswered. It apparently has to do with the ASN of my hosting provider, but I've bee…
Re: Ask HN: Do You Host Your Own Email?
#129Re: Ask HN: Do You Host Your Own Email?
#130I used to in the late 90s early 2000s, but it became impractical. I also maintained one as part of my job in the 2000s, and it became obvious that the amount of upkeep/time was not worth it just to host it yourself. The main headache? Anti-spam. A lot of IP ranges are just outright broadly blacklisted (e.g. residential IPs, some hosting services), but also a lot of individual IPs reused by hosting providers got black…
Self-hosting email for over 20 years, I will say most of what you stated is either greatly exaggerated or grossly factually incorrect.
Both perspectives may be entirely correct, but the devil is in the details. It seems more right to say that in general, self-hosting email is hard, rather than act like it's easy because you figured it out and everyone else running into issues is just inexperienced/dumb/not good enough. Chances are, those folks were dealing with more complexity than you have.