Earlier quoted context omitted.
I recall Litestream citing a ~3s streaming replication lag. What replication lag could tar-on-a-cronjob reasonably achieve for a moderate 5GB mail store? Even tar'ing isn't trivial: I've seen casing of people having missed preserving file permissions, making restoration difficult.
At 5G size you could do something with ZFS and tons of snapshots and zfs send.
Maddy: Composable all-in-one mail server
31–40 of 122 posts
Re: Maddy: Composable all-in-one mail server
#32I've been using Maddy now for about a month for my email, and it's incredible. The dev says it's not caddy for email – but in my experience, it's certainly been that easy. I've got to write a longer article about this, but self-hosting email is incredibly liberating. I now own my entire digital identity. I can work on open source projects with developers around the world completely while relying only on my own capabi…
Is there some sort of web interface for self-hosted e-mail that is reasonably good and sleek/modern-looking like Gmail, and also works well on mobile with swipe gestures and everything?
Re: Maddy: Composable all-in-one mail server
#33I've been using Maddy now for about a month for my email, and it's incredible. The dev says it's not caddy for email – but in my experience, it's certainly been that easy. I've got to write a longer article about this, but self-hosting email is incredibly liberating. I now own my entire digital identity. I can work on open source projects with developers around the world completely while relying only on my own capabi…
Is there some sort of web interface for self-hosted e-mail that is reasonably good and sleek/modern-looking like Gmail, and also works well on mobile with swipe gestures and everything?
But then I also very much prefer a hierarchical/directory tree approach to organizing e-mail than labels&search as Gmail does it.
More similar UX-philosophy can be found in Mailpile[1] and Cypht[2]. Both still have decent amount of moving parts but are continuously progressing.
[0]: https://github.com/roundcube/roundcubemail/
[1]: https://github.com/mailpile/Mailpile
[2]: https://cypht.org/
Re: Maddy: Composable all-in-one mail server
#34Unrelated but: what VPS hosts are reliable for email? I've had trouble with Linode being blocked in the past. I'm aware Google Cloud blocks port 25. I haven't tried EC2 but I assume the worst.
This doesn't answer your question, but I gave up on hosting my own email. I host my own other stuff where I can but email is just too much of a pain; constant delivery problems (especially to MS), spam is a pain to keep up with etc.
Re: Maddy: Composable all-in-one mail server
#35Re: Maddy: Composable all-in-one mail server
#36Earlier quoted context omitted.
What hosting service do you recommend to run it on?
Vultr, Linode, Njalla, Hetzner, Scaleway
Re: Maddy: Composable all-in-one mail server
#37This is a great initiative. The last time I remember setting up a mail server using Postfix or Dovecot was around 2015. It was a traumatizing experience. It rarely worked, all my email went to spam and I absolutely hated the amount of hackery and duct tape required to keep it working. Configuration files, missed emails... It was so unpleasant, to this day I avoid messing with mail on servers at all costs. I'd much ra…
Your mail will go to Spam too with Maddy, this is not about the MTA.
Maddy comes with a lot of the 'good stuff' like DKIM and DMARC ready to be used, whereas setting that up yourself with Postfix was a pain (from my experience a few years ago) and probably meant you didn't bother.
I've had better deliverability, especially to Gmail and Microsoft, since using Maddy, probably for this reason.
Now, of course, I must admit that self-hosted e-mail seems like it will always inevitably run into a blocklist problem, usually because of IP neighbours. But personally, I've managed to avoid that in the last year that I've been running Maddy -- main exception is I had to fill in Microsoft's silly form to get unblocked at the start (but I've had to do this for every deployment I've ever done).
Re: Maddy: Composable all-in-one mail server
#38Earlier quoted context omitted.
How did you get around deliverability issues?
From someone else with similar experience: I've been following all best practices to the best of my abilities (rDNS/DMARC/DKIM/SPF/etc). After all that was properly in place, the only problematic receiver was Microsoft (outlook.com/hotmail.com/live.com), which bounced and provided an appeal process. I filled the form, was requested documentation from my ISP on the IP address. I asked my VPS hosting company (since the…
Re: Maddy: Composable all-in-one mail server
#39Unrelated but: what VPS hosts are reliable for email? I've had trouble with Linode being blocked in the past. I'm aware Google Cloud blocks port 25. I haven't tried EC2 but I assume the worst.
I've run mail servers on EC2 before. You'll need to raise a request to remove the SMTP 25 restriction (both inbound and outbound), and also apply for a DNS reverse ptr update for that IP for it to work.