I could set up access within my gmail account, but I don't want to accidentally email people with the wrong address. What do people generally do?
Ask HN: How do you manage email on a custom domain?
1–10 of 36 posts
Re: Ask HN: How do you manage email on a custom domain?
#2Re: Ask HN: How do you manage email on a custom domain?
#3Some here use Fastmail [1] with their domains. Others run their own self hosted mail servers. Fastmail is probably less expensive and less hassle unless one has a bit of knowledge of setting up mail servers. I don't know gsuite pricing or if this is a better option for your use-case. [1] - https://www.fastmail.com/pricing/
Thanks for the fastmail pointer. I'll take a look, but I am hoping to find a free option (at least at this point).
Re: Ask HN: How do you manage email on a custom domain?
#4Re: Ask HN: How do you manage email on a custom domain?
#5I use AWS Simple Email Service for sending and receiving, but my use of email is largely automated (not reading it with my own eyes) so a bit of a niche. I wrote about the harder bit (receiving)[1]. [1] https://github.com/mlhpdx/email-delivery
Re: Ask HN: How do you manage email on a custom domain?
#6I also made a habit of creating an email alias per web service to keep credential leaks under control.
Edit: you messages should pass through any big email service if you implement DKIM, DMARC, etc. and make sure you are not an open relay.
Re: Ask HN: How do you manage email on a custom domain?
#7Postfix, Dovecot and DNS with cheap Debian/Ubuntu LTS is all I needed to maintain all my email for about 10 years. I also made a habit of creating an email alias per web service to keep credential leaks under control. Edit: you messages should pass through any big email service if you implement DKIM, DMARC, etc. and make sure you are not an open relay.
Re: Ask HN: How do you manage email on a custom domain?
#8Postfix, Dovecot and DNS with cheap Debian/Ubuntu LTS is all I needed to maintain all my email for about 10 years. I also made a habit of creating an email alias per web service to keep credential leaks under control. Edit: you messages should pass through any big email service if you implement DKIM, DMARC, etc. and make sure you are not an open relay.
Re: Ask HN: How do you manage email on a custom domain?
#9Postfix, Dovecot and DNS with cheap Debian/Ubuntu LTS is all I needed to maintain all my email for about 10 years. I also made a habit of creating an email alias per web service to keep credential leaks under control. Edit: you messages should pass through any big email service if you implement DKIM, DMARC, etc. and make sure you are not an open relay.
Are you saying you didn't have delivery issues? Any spam issues/other gotchas I should know about before deciding to self-host?
Re: Ask HN: How do you manage email on a custom domain?
#10Postfix, Dovecot and DNS with cheap Debian/Ubuntu LTS is all I needed to maintain all my email for about 10 years. I also made a habit of creating an email alias per web service to keep credential leaks under control. Edit: you messages should pass through any big email service if you implement DKIM, DMARC, etc. and make sure you are not an open relay.