Primary mailserver at home. Secondary MX in a VM at one of the services; it only stores mail if primary is down, otherwise relays immediately. Dovecot and Postfix, SpamAssassin and ClamAV; greylisting, SPF and DMARC but not DKIM. I handle mail for my family, some friends, and a few mailing lists.
Ask HN: Do You Host Your Own Email?
11–20 of 209 posts
Re: Ask HN: Do You Host Your Own Email?
#12https://docker-mailserver.github.io/docker-mailserver/edge/e...
Re: Ask HN: Do You Host Your Own Email?
#13Re: Ask HN: Do You Host Your Own Email?
#14I think it's important to at least own your email domain, so you can keep your address when changing hosts. Hosting myself is too much of a hassle, so I go with PurelyMail. It's wonderfully cheap and works great. Had no issues with delivery so far.
Re: Ask HN: Do You Host Your Own Email?
#15I mostly use aerc but recent versions of Roundcube are pretty slick as well.
Re: Ask HN: Do You Host Your Own Email?
#16In-bound is easy with DNS checks filtering all spam. Out-bound is somewhat out of my control, so I use a relay like smtp2go or sendgrid for reliable delivery.
Re: Ask HN: Do You Host Your Own Email?
#17protonmail
i recently moved to microsoft o365 basic, which is good and also gives the smtp etc, so you get any client to work. The biggest pro i miss is a catch all mail solution, which was amazing for protonmail. i didnt have enough time to tinker with o365 to find out catch all mail so far, everything else it beats protonmail hands down.
Re: Ask HN: Do You Host Your Own Email?
#18Re: Ask HN: Do You Host Your Own Email?
#19Maddy instead of Postfix because Postfix configuration gets quite messy with complex virtual users logic. I was trying to refactor it, trying to devise some sort of DSL to make things more bearable - and found myself wishing there'd be something more straightforward. Maddy was a good fit (and it has a modern easy-to-understand codebase that I can hack on it if I need to). It's much smaller and simpler than Haraka, but still has all the features I need, and looks secure (I swept through the source code and found nothing obvious).
Dovecot is a very fine piece of software. I was considering Wildduck, but haven't figured out a contingency plan if I'm going to dislike it in the long run. As long as all my mail is a Maildir (with some extra indexes I can just ditch), I have no worries - I'll always be able to read it. So I've just set up dsync for the failover (in case one of my servers has a network or power outage) and can't be happier.
Once (somewhere in early 2010s) I had a backscatter issue that put me on a couple DNSBLs, fixed that the same hour I've learned of the issue, filled out some forms on RBLs I was listed on, got removed in a couple days.
Delivery-wise, I've had some issues with Outlook (to an extent I've almost set up an "embassy" there, tricking the system into thinking that my domain is hosted with them and using their own MSA for my outgoing mail to Outlook-hosted domains - proof-of-concept had worked, but I haven't really bothered to implement it in practice as they had suddenly started to receive my mail without issues, and this whole idea is a dirty hack), but otherwise email delivers fine. A couple times Gmail put my emails into spam, but mostly everything worked as expected. Not that I send many emails, maybe a couple dozen a year - it's mostly receiving.
I'd say the main problem is lack of decent mail clients.
Re: Ask HN: Do You Host Your Own Email?
#20I can only receive mail, but having my own domain is useful because now I can move without telling everyone a new address.
For my websites, I use Zoho's free mail plan + nodemailer for sending automated password reset emails and the like. It works pretty well.