After countless attempts to fix that or to understand why Google think I'm spamming I set up my own mail server on DigitalOcean Droplet. I used mailinabox and the setup was a piece of cake. it works flawlessly now.
The “mail is hard” myth
141–150 of 311 posts
Re: The “mail is hard” myth
#142His assessment on how “Big Mail Corps” accept mail is plain wrong from my experience. When I ran my own mail server, I had SPF, DKIM, rDNS and strict DMARC setup correctly, and got 10/10’s on mail-tester.com. Admittedly my main problems were with people on Microsoft hosted emails. They seem to run some kind of IP address based blacklist-by-default operation. My emails to Hotmail/Outlook.com users would randomly get e…
Re: The “mail is hard” myth
#143I think the biggest pain in hosting your own mail server is getting your outbound mail delivered into the mailboxes of the large providers without being marked as spam. Especially if you don't actually send a lot of mail, so you can never really build up a good IP reputation. That's why I generally recommend a hybrid setup: Host inbound mail completely by yourself so that you have full control, but ship off outbound…
> I think the biggest pain in hosting your own mail server is getting your outbound mail delivered into the mailboxes of the large providers without being marked as spam Why do you think that? The article mention exactly this could just be a myth that perpetuates because people repeat it without actually trying it. In fact, I used to think exactly like you when I originally set up my personal mail server and opted fo…
Big mail companies have blacklisted entire C-blocks of IP addresses at VPS providers, because parts of those blocks have been used to send spam in the past, and you won't know until you actually check with people you are sending mail to, to ask if they've received them. It sucks.
Re: The “mail is hard” myth
#144Managed mail server clusters for years with an ISP. Agreed, too many things that can break and cause PITA. However, ‘Hard’ is a subjective term. The deeper you are in a trade or the longer you have done it, the easier it comes to feel. I visited a family farm and found it very very hard to squeeze milk outta buffalo. My great uncle however has dealt with that buffalo that for years and didn’t sweat it one bit. In a s…
This is a great analogy. Why do more work when you can get the same result with less effort?
Yes, it is a similar result, but not the same. You give up a lot of control even using a smaller email service provider -- not the least of which is direct control of your own email data. Obviously, since it is email, there is nothing you can do about what others do with emails once they are received on their end, but it is still nice to have direct control of your side.
The counterpoint, however, remains valid. There is some work involved in maintaining your own mail server. If you use a provider, you don't have to deal with any of that -- it's always about tradeoffs. As the article says, however, maintaining your own mail server isn't as hard as a lot of people make it out to be. It takes a little of your time, but once you know the few things you need to do, I find it to not be a big deal at all.
Re: The “mail is hard” myth
#145Earlier quoted context omitted.
The article handwaves this by pointing out that it’s “proof-of-work”. Which is a fancy way of saying “it requires a bunch of work, continuously as the rules change over time”. Which is why I’d consider it “hard” to run my own mail server. The complexity of running a daemon with a config file isn’t the issue, nor is it that any individual task of SPF/DKIM/etc is complex. It’s that I generally want to put 0% of my time…
In my experience of over 15 years, the "rules" have only changed 3 times since I started. First to require good reverse DNS, then to require SPF, last to require DKIM. The transition on each of those was generally several years with plenty of publicity.
Re: The “mail is hard” myth
#146Unless he's talking of a one mailbox server, accepting outgoing only from localhost and somehow endowed with a non residential ip (or good luck with rdns, rbls, etc.). But that was always trivial, post UUCP era.
Background: I've been running mail servers from 1996, several different MTAs, for my company and for customers. Getting the thing up and running is not (very) hard -for a primary MX net facing machine. That's where work begins though.
My primary MTA is still sendmail, and sendmail.cf was never one of my problems - I do not have a degree in compilers, whatever that is, and surely I never read sendmail.cf
Re: The “mail is hard” myth
#147Earlier quoted context omitted.
This is a great analogy. Why do more work when you can get the same result with less effort?
Because it is not the same result. Yes, it is a similar result, but not the same. You give up a lot of control even using a smaller email service provider -- not the least of which is direct control of your own email data. Obviously, since it is email, there is nothing you can do about what others do with emails once they are received on their end, but it is still nice to have direct control of your side. The counter…
Re: The “mail is hard” myth
#148Let's see... Postfix, Dovecot, SPF and OpenDKIM on the server-side, each of them with their own config. Then you've got to set up your domain, and domain headers on your domain host. Oh, DMARC is also another thing. Then, most ISPs will outright refuse to accept incoming mail from your IP address, since they've basically changed from blacklisting to whitelisting. So you've also got to relay your outgoing mail via you…
Re: The “mail is hard” myth
#149I think the biggest pain in hosting your own mail server is getting your outbound mail delivered into the mailboxes of the large providers without being marked as spam. Especially if you don't actually send a lot of mail, so you can never really build up a good IP reputation. That's why I generally recommend a hybrid setup: Host inbound mail completely by yourself so that you have full control, but ship off outbound…
> I think the biggest pain in hosting your own mail server is getting your outbound mail delivered into the mailboxes of the large providers without being marked as spam Why do you think that? The article mention exactly this could just be a myth that perpetuates because people repeat it without actually trying it. In fact, I used to think exactly like you when I originally set up my personal mail server and opted fo…
I think it's more of a Gmail/BigMailerCorp issue, and still using a private mail server myself, but I don't think it's fair to say that it's all easy and works flawlessly, even with strangely behaving mail servers on the other end.