I.E. like this:
Internet Email (SMTP) -> [MTA + Rspamd] -> [Real MTA + Inboxes]
I ask because I've got a mail server system I'm happy with, but just want to bolt a better anti-spam filtering system on in front of it.Thanks.
61–70 of 339 posts
I.E. like this:
Internet Email (SMTP) -> [MTA + Rspamd] -> [Real MTA + Inboxes]
I ask because I've got a mail server system I'm happy with, but just want to bolt a better anti-spam filtering system on in front of it.Thanks.
Instead of running each component individually, I would recommend looking at something like Zimbra or another OSS mail package that handles a lot of this.
I hosted my own email for over 10 years and maintaining the bits are as painful if you don't have a plan in place.
A decent comparable for do-it-yourself hosting is the kind of luck a product like MDaemon provides - it decent job on windows of rolling all the features into a reasonably manageable server, as well as being quite affordable. I don't work for MDaemon, but tools like this make hosting email relatively trivial.
This isn't bad. I ended up creating an Ansible role to do it for me, and it works great. I thought about Fastmail, but its too expensive when you want to do more than one email address or domain. I run mine on a $5 server from DigitalOcean.
Not true, I run multiple email addresses and domains on my $5 account. Each address is routed to a different folder.
Earlier quoted context omitted.
I started to go down the running my own mail server road and started to worry about every one of these issues. I decided that my time is worth more than the cost of something like FastMail.
Not to mention, regardless of time there's little chance you could do it as good as FastMail.
Earlier quoted context omitted.
It's all well and good running a single server but if that shits the bed then you have to deal with it immediately. Well, that depends on your needs. SMTP will keep retrying, so you won't lose any emails, you just might not be able to access them immediately. For my personal email, this is perfectly OK. Not that it ever happened, in my six years of running Exim + Dovecot, but that may have just been luck.
smtp will eventually give up retrying, and if you're not willing to "always" respond within a few hours, you're going to lose emails.
> Before we dive in, an important caveat: You will become a sysadmin of your own mail server. This for me is the deal breaker. I say this as a sysadmin. It's all well and good running a single server but if that shits the bed then you have to deal with it immediately. So to run something that doesn't require 24/7 support I now have to run a cluster of servers. I'll also need something to manage those servers like sal…
It's really more of a second job.
But it's ever so much fun once you have a decent grasp on all these things
I swear, I don’t work for Fastmail, but I’d much rather use them (or any email provider that is halfway decent) than fiddle with my own mail server.
I've done this before. It's a pain in the ass. You have to run several different programs each with hundreds of configuration options, make sure the different programs can communicate with each other properly, make sure your email doesn't get flagged as spam, and be your own sysadmin. All for marginal benefit. It would be great if someone wrote a program handling all of this that could be deployed as a single binary…
Earlier quoted context omitted.
It's all well and good running a single server but if that shits the bed then you have to deal with it immediately. Well, that depends on your needs. SMTP will keep retrying, so you won't lose any emails, you just might not be able to access them immediately. For my personal email, this is perfectly OK. Not that it ever happened, in my six years of running Exim + Dovecot, but that may have just been luck.
smtp will eventually give up retrying, and if you're not willing to "always" respond within a few hours, you're going to lose emails.
Earlier quoted context omitted.
smtp will eventually give up retrying, and if you're not willing to "always" respond within a few hours, you're going to lose emails.
Is there any server with such a short default? The RFC recommends at least 4-5 days.
At least if the the mail get's bounced after a few hours only, they get some sort of feedback, instead of being left wondering.