this post was submitted on 12 Jul 2023
39 points (89.8% liked)

Selfhosted

39159 readers
379 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

As the title reads, I really want to begin hosting my own email server again. I'm sick of the poor quality of the service providers out there. Damnit all I want/need is a reliable IMAP/SMTP provider. I spent 3 hours getting off of Hostinger and on to Zoho. I just hope Zoho won't suck. It's great for now but we'll see.

Is the prevailing advice still not to bother with self-hosting email?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 year ago* (last edited 1 year ago)

I'm hosting my own email for several years now with https://docker-mailserver.github.io/docker-mailserver/latest/ which supports all the useful things like SPF, fail2ban, postgrey, sieve, spamassassin. I'm not hosting at home, I rented a server with a hoster which I also use for other services.

It's pretty unremarkable, mostly it just works. I do have more spam than with gmail because I have to feed all spam to spamassassin myself. I also had one issue with larger attachments where I had to modify the maximum size, but that was also pretty easy using https://docker-mailserver.github.io/docker-mailserver/latest/config/environment/#postfix_message_size_limit

I recently modified my setup to support DMARC and I occassionally check if I can improve something via https://mxtoolbox.com/. But other than that I never had any issues, never looked back.