I was wondering if anyone had any experience combining the microsoft 365 business basic (6$ a month) with self-hosted email server? By relaying SMTP through the Microsoft provided outlook server, would my custom domain be free from being marked by spam?
Ask HN: The middle ground for email self-hosting?
1–10 of 105 posts
There were many threads previously on how bad/impractical it is to self-host your email. For example, this thread[1] is just a few days ago.
Re: Ask HN: The middle ground for email self-hosting?
#2I've done similar with AWS's SES before with no trouble - I imagine you'd have similar results with MSFT.
Re: Ask HN: The middle ground for email self-hosting?
#3[flagged]
Re: Ask HN: The middle ground for email self-hosting?
#4[deleted]
Re: Ask HN: The middle ground for email self-hosting?
#5Do the same but use a http://postmarkapp.com or https://www.smtp2go.com account where you likely pay nothing unless you're a heavy sender.
Had an issue with my self hosted email going to spam and these services solved it.
Re: Ask HN: The middle ground for email self-hosting?
#6I'm still wondering why there's no go-to choice to spin up a docker container that has everything preconfigured.
Re: Ask HN: The middle ground for email self-hosting?
#7You can also try to use your domain registrar SMTP as relay, in case they offer you a mail service, and setting their SPF records to the domain. I have set it up with Gandi and works pretty good.
Re: Ask HN: The middle ground for email self-hosting?
#8I'm still wondering why there's no go-to choice to spin up a docker container that has everything preconfigured.
Because the problem is mostly about the reputation of the IP address.
Setting up an email server is somewhat easy. Ensuring that other servers consider yours as legitimate that is the problem.
Re: Ask HN: The middle ground for email self-hosting?
#9Don't know about the effect on the spam ranking, but on the flip side you'd lose some privacy.
For example, email notifications sent by Stripe are delivered over TLS'd connections. My bank does this too. If you are to proxy these, the relay will obviously be in the loop on all emails that aren't local to your mail server.
Re: Ask HN: The middle ground for email self-hosting?
#10I'm still wondering why there's no go-to choice to spin up a docker container that has everything preconfigured.
Would you trust it if there was one?