Self Hosted Email vs. Gmail
airinformation.com
Self Hosted Email vs. Gmail
1–10 of 31 posts
Re: Self Hosted Email vs. Gmail
#2A commercial email provider like Fastmail charges $5/month (less if paying annually) for mailbox with 30 GB limit, with free unlimited email aliases and free custom domains. If you are happy with a single mail storage location, this is much easier and cheaper too.
Re: Self Hosted Email vs. Gmail
#3Note they are paying 6 euro/month per VPS with 40 GB disk, which probably leaves 20-30 GB for messages themselves. A commercial email provider like Fastmail charges $5/month (less if paying annually) for mailbox with 30 GB limit, with free unlimited email aliases and free custom domains. If you are happy with a single mail storage location, this is much easier and cheaper too.
But using GMail doesn't give you any experience in system administration, is not satisfying, and no one will hire you because you know how to create a GMail account.
Also, if you pay for a server, you have a server, you don't have to limit yourself to email. You can host a few web pages, make a personal VPN, maybe even a small Minecraft server, or whatever fun project you can think of.
Re: Self Hosted Email vs. Gmail
#4It's the best VPS provider I've seen, and their cheap servers are big enough that you can throw Mailcow (or Mail-in-a-box, or mailu, for a smaller mail solution with fewer fancy features) onto it without performance tweaks. Same advantages, but better bang-for-the-buck.
I'm not sure if I'd go with Amazon for DNS hosting, though, I don't trust their DNS servers ever since their DNSSEC implementation took down Slack for a while.
Re: Self Hosted Email vs. Gmail
#5Re: Self Hosted Email vs. Gmail
#6Note they are paying 6 euro/month per VPS with 40 GB disk, which probably leaves 20-30 GB for messages themselves. A commercial email provider like Fastmail charges $5/month (less if paying annually) for mailbox with 30 GB limit, with free unlimited email aliases and free custom domains. If you are happy with a single mail storage location, this is much easier and cheaper too.
So while catch-all solves the problem of receiving emails on random email addresses on your domain it gets tricky when you have send emails from those addresses. (Apple mail client allows you to do this in a convoluted way - you have to add the email in advance and if you forgot it’ll be sent from another email)
Re: Self Hosted Email vs. Gmail
#7An important part, adding DNS SPF records, is missing. And I would like to see mention of deliverability stats, since lots of times e-mail send from a new IP is marked as spam in some providers, even if DKIM, DMARC and SPF is all right.
I currently use migadu and it's almost perfect, except for the API access. I don't care about storing e-mails, just give me a programmatic way to create aliases. Wish they just had API access available as an addon. /rant
Re: Self Hosted Email vs. Gmail
#8Re: Self Hosted Email vs. Gmail
#9That way you can write your own storage/homepage for handling all your internet needs running in one process.
The biggest problem with selfhosting is spam, and for that I'm going for IP + geolocation so that you can filter things by from where your spam is coming from.
If that fails I'm going to have an authorized from address list system and some kind of RAM only this spam might be something... but that will be memory constrained and lost on reboot!
Eventally we are going to need hashes provided with each new (unauthorized) mail, it's sad but that is the way humans work.
Re: Self Hosted Email vs. Gmail
#10Using any "package" with require unnecessary management, updates, etc. Surely there are fancy bells and whistles, but do we really need it?