Maddy: Composable all-in-one mail server
51–60 of 122 posts
Re: Maddy: Composable all-in-one mail server
#52I 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 interface.
Re: Maddy: Composable all-in-one mail server
#53Earlier quoted context omitted.
Vultr, Linode, Njalla, Hetzner, Scaleway
Have you actually hosted an email server on all five of those? As you mentioned in your other comment, it can be very helpful if your VPS provider is able to respond to support requests asking Microsoft for IP addresses to be whitelisted. I can't imagine all VPS providers would be so helpful but you didn't mention which one you were using in that comment.
Re: Maddy: Composable all-in-one mail server
#54This is exactly the kind of thing that I’ve been planning to make for my own personal use. I’ll definitely check it out!
Re: Maddy: Composable all-in-one mail server
#55Earlier quoted context omitted.
Your mail will go to Spam too with Maddy, this is not about the MTA.
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…
Re: Maddy: Composable all-in-one mail server
#56Earlier 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
#57Earlier quoted context omitted.
Vultr, Linode, Njalla, Hetzner, Scaleway
Have you actually hosted an email server on all five of those? As you mentioned in your other comment, it can be very helpful if your VPS provider is able to respond to support requests asking Microsoft for IP addresses to be whitelisted. I can't imagine all VPS providers would be so helpful but you didn't mention which one you were using in that comment.
Re: Maddy: Composable all-in-one mail server
#58This 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.
For anyone with deliverability issues and mail going to spam, it might be worth trying this out (after you have sorted all the usual points like DKIM, SPF, PTR record etc.) - this obviously only helps if your IP is clean. I was surprised though, and only discovered it by accident.
I had good deliverability to Google hosted mail, but not to Microsoft 365. I even had issues with deliverability doing 365 to 365, until I sent HTML mail.
Re: Maddy: Composable all-in-one mail server
#59I'm running a Postfix, Dovecot, OpenDKIM, OpenSPF stack, and it's not entirely trivial to setup and get working.. Next time, I'll try this, if I remember.. Next big issue is how difficult it is to actually get to send email from your email server when you're really self hosting it (as in, on a box in your actual home, like it's supposed to be)
I am severely tempted to give maddy a try now...!
Re: Maddy: Composable all-in-one mail server
#60I 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…