Live data from Hacker News

Maddy: Composable all-in-one mail server

maddy.email

61–70 of 122 posts

Re: Maddy: Composable all-in-one mail server

#61
I’ve been using YunoHost (https://yunohost.org/) for my VPS setup for years, including emails, and the setup is such a breeze. It takes care of everything from certs to spam detection, includes IMAP, and you can even choose you webmail interface. Maddy sure looks like a great alternative if you just want/need emails.

Edit : typo

Re: Maddy: Composable all-in-one mail server

#63
post #25

Unrelated 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 got good results with Hetzner. But it takes some time to set up a server that complies with all of Google requirements. Also, I once inherited a spammy IP address and took me some time to remove it from spam databases.

What google requirements are you referring to? SPF/DKIM/etc?

Re: Maddy: Composable all-in-one mail server

#64

I’ve been using YunoHost ( https://yunohost.org/ ) for my VPS setup for years, including emails, and the setup is such a breeze. It takes care of everything from certs to spam detection, includes IMAP, and you can even choose you webmail interface. Maddy sure looks like a great alternative if you just want/need emails. Edit : typo

I hit `esc` on that page (no idea why) and it looks like a cool way to modify the content (or send a request to). It did confuse me for a moment!

Re: Maddy: Composable all-in-one mail server

#65
post #55

Earlier quoted context omitted.

This is not (always) true. 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 w…

So you agree is not about the software but you did not implement best practices with Postfix. Also, whenever you give an address to someone else, family or friend, risk of going to spam increases. Links or src in emails without https, higher risk, Does Maudy prevent you from doing that?

It is definitely possible to configure something like rspamd to scan outbound messages.

Re: Maddy: Composable all-in-one mail server

#66
post #45

Earlier quoted context omitted.

What hosting service do you recommend to run it on?

I use Hetzner, personally. Did a bit of a cost analysis here: https://figbert.com/posts/moving-to-hetzner-from-digitalocea...

Some parts of Hetzner IP space are in blacklists. It is a bit of a lottery here. Be sure to check IP you got.

Re: Maddy: Composable all-in-one mail server

#67

I see no one has mentioned Mailu ( https://mailu.io/1.7/ ). It’s a self hosted mail server made up of a couple docker images. I would recommend it based on my use and experience. I’ve been using it for my personal email and for automated no-reply messages in a few projects with no delivery issues. I’m hosting on a Contabo VPS. It handles spam with rspamd, sets you up with DMARC, DKIM, has an admin interface, web mail…

What keeps me from running my own like this is stuff like, how easy would migration to another sever be and how easy is backup and recover.

Re: Maddy: Composable all-in-one mail server

#70

How complete is the IMAP4 support?

IMAP4rev1 is fully and almost [1] correctly implemented. There are some useful protocol extensions supported but some other important ones are missing (e.g. CONDSTORE).

There are no known issues with popular clients but performance may be a bit rough. Both due to missing extensions and storage implementation quality e.g. SEARCH may get slow for large inboxes.

[1] https://github.com/foxcpp/maddy/issues/188

Post reply on HN