Ask HN: How do you manage email on a custom domain?
I want to send email using domains I own. It would be nice to have a decent gmail-like interface for them, but I don't want to pay for gsuite.
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?
35 comments
[ 3.3 ms ] story [ 77.6 ms ] thread[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).
I have set https://github.com/postalserver/postal and there are many details you usually don't worry about, the cost involved is whatever server you pay for, still, this is more adequate when you want to send emails through an API, for normal usage patterns, AWS is cheaper and simpler to set up.
[1] https://github.com/mlhpdx/email-delivery
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.
Also, do you maybe wanna share your dovecot+postfix configs?
I'm asking because I "should" not allow spam being sent over my servers, but I always get marked as spam in O365 domains, it's very weird.
The only thing that I currently cannot provide without having to move my domains somewhere else is the reverse dns entries.
https://support.apple.com/en-us/HT212514
Choose an email hosting provider like Google Workspace or Microsoft 365. Configure DNS records with your domain registrar to point to the email hosting servers. Set up email accounts with your custom domain and access them through webmail or email clients. Customize settings, prioritize security, and stay updated for smooth email management.
I use Mailjet’s free tier for sending emails via Gmail.
It even has this Gmail label > Important according to Google magic
$50/yr for all that is a steal. They don't charge you per-domain or have any funky tiered pricing for the stuff that matters.
Disclaimer: I am not related to them, just a happy customer :-)
[0] https://www.fastmail.com/
- Sending through *Protonmail*, using Protonmail DKIM
- Receiving via *Cloudflare Email*, using workers to forward to multiple addresses:
Cloudflare is needed because of how ProtonMail works, it doesn't allow forwarding the emails (because it would break their encryption protocol).Also wrote this short article on using/securing your own domain name for emails: https://www.uxwizz.com/blog/stop-others-use-your-domain-emai...