Mail-in-a-Box – one-click, easy-to-deploy email server
21–30 of 92 posts
Re: Mail-in-a-Box – one-click, easy-to-deploy email server
#22I setup my own mail server last year and shortly gave up on the idea. Setting the server up isn't the problem. The problem is keeping your IP off of all the major blacklists. I wasn't even sending out mass emails and 30%+ of my email would never be delivered. I had to constantly check to see if my IP addresses were on the various spam lists (and fight to get my IPs off) and I just got tired of it. Companies like Goog…
I got that fixed, and have submitted half-a-dozen requests to have us removed from rfc-clueless, and they've all been ignored (and do their best to hide how to submit and what for). Fuck rfc-clueless - it's a blacklist for 'people who don't follow the rules', but they're bad netizens themselves and don't follow their own rules. Just... fuck them.
I can't imagine what it's like to end up on one of these ignored blacklists when you don't have the might of a professional email service behind you.
Re: Mail-in-a-Box – one-click, easy-to-deploy email server
#23Re: Mail-in-a-Box – one-click, easy-to-deploy email server
#24Earlier quoted context omitted.
Once you have SPF/DKIM in place and make sure your IP isn't already on a blacklist for some past (previous users) infractions you should be good to go. I've run my own mail server for years and have only had to remove it from a blacklist once. So once you get past some initial blacklist monitoring work, you are good to go. That does bring up the point of how to do blacklist monitoring. There are various commercial se…
Question: where's your IP address come from? I'd have guessed that common cloud VM IP pools are likely all trashed permanently already? I somehow doubt AWS or DO or Linode or Rackspace et al are worthwhile places to host an outbound mail server? I'd also guess ISP pools of home IP addresses are probably just as poisoned. Is proper SPF/DKIM setup "enough" to overcome that? (Or are my suspicions about pools of IP addre…
I'm using DO currently and it's been working fine, though it's just for personal email.
Re: Mail-in-a-Box – one-click, easy-to-deploy email server
#25Re: Mail-in-a-Box – one-click, easy-to-deploy email server
#26This includes Roundcube which, the last time I checked (admittedly, 2-3 years ago) was basically unusable on a mobile browser. Has this changed in the meantime? (Not that it matters much, one could always install another webmail client elsewere).
This is the skin I installed, it's nothing to write home about but it does the job: https://github.com/messagerie-melanie2/Roundcube-Skin-Melani...
Having said that I recently migrated to fastmail as it costs me <$5 a month and just works for all of my domains. I found I was spending more time making my email work than actually building things in my limited spare time.
Re: Mail-in-a-Box – one-click, easy-to-deploy email server
#27Unfortunately, it requires a fresh Ubuntu installation / separate instance. I think it would be a perfect use case for Docker-based solution.
Re: Mail-in-a-Box – one-click, easy-to-deploy email server
#28Earlier quoted context omitted.
Question: where's your IP address come from? I'd have guessed that common cloud VM IP pools are likely all trashed permanently already? I somehow doubt AWS or DO or Linode or Rackspace et al are worthwhile places to host an outbound mail server? I'd also guess ISP pools of home IP addresses are probably just as poisoned. Is proper SPF/DKIM setup "enough" to overcome that? (Or are my suspicions about pools of IP addre…
Cloud providers are not as bad as you'd think. I've tested several DO IPs using various checkers, as I've been thinking about moving my server there (currently at prgmr.com), and they have all been clean. SPF and not being an open relay seem to be the 2 important things to keep you off the blacklists. I still don't have DKIM (been on my TODO for a while... but lazy) and haven't been put on a blacklist in many years.
Re: Mail-in-a-Box – one-click, easy-to-deploy email server
#29This includes Roundcube which, the last time I checked (admittedly, 2-3 years ago) was basically unusable on a mobile browser. Has this changed in the meantime? (Not that it matters much, one could always install another webmail client elsewere).
It still is, unless you install a mobile skin. This is the skin I installed, it's nothing to write home about but it does the job: https://github.com/messagerie-melanie2/Roundcube-Skin-Melani... Having said that I recently migrated to fastmail as it costs me <$5 a month and just works for all of my domains. I found I was spending more time making my email work than actually building things in my limited spare time.
Re: Mail-in-a-Box – one-click, easy-to-deploy email server
#30Earlier quoted context omitted.
Question: where's your IP address come from? I'd have guessed that common cloud VM IP pools are likely all trashed permanently already? I somehow doubt AWS or DO or Linode or Rackspace et al are worthwhile places to host an outbound mail server? I'd also guess ISP pools of home IP addresses are probably just as poisoned. Is proper SPF/DKIM setup "enough" to overcome that? (Or are my suspicions about pools of IP addre…
FWIW, I stopped using my home connection because it was listed on Spamhaus' PBL, you might want to check that out if you plan on using yours: https://www.spamhaus.org/pbl/ I'm using DO currently and it's been working fine, though it's just for personal email.