It's amazing how quickly people with strong feelings about email come out when any mention of self hosting is made. They can't prove a negative, but they valiantly try, often using the very points that are excellent reasons to self-host as reasons we should all just give up. "It doesn't work for me, so it won't work for you" is rather weak when the reasons aren't articulated, when generalizations are made without det…
I've said elsewhere in the thread, but everyone has a circle of influence. Big Mail needs to maintain a reputation of being reliable. I can and have convinced people that e.g. Yahoo mail is not reliable for receiving mail and to stop using it. And those people will do the same with their people. I think that's why it's important for people to keep at it with these "artisanal mail servers" (with the help of mail packa…
Running your own email is increasingly an artisanal choice, not a practical one
351–360 of 519 posts
Re: Running your own email is increasingly an artisanal choice, not a practical one
#352Someone should try "artisanal email server" using cloudron or yunohost ! the bigger problem is that "authoritative" email monopolies such as Gmail, 365 and the other big ones arbitrarily define and impose what is a legit email server or not and even with better score than gmail an "artisanal" email server can suffer from being classified into spam by the big tech players just because they can and will do anything to…
I’d argue that the vast bulk of email is sent from dedicated providers like Sendgrid which are built on the same tech that might be found in any given ‘artisanal’ on-prem service.
Re: Running your own email is increasingly an artisanal choice, not a practical one
#353I would really say that "running your own email" is a set of things that can be done independently: - Getting your own domain and using a provider such as fastmail or proton is a first step that gives you lots of security fom arbitrary. Because you own the doorstep, you can change provider without having to inform all your contacts of the move. You're also more secure from unilateral moves from your provider. -Hostin…
I pay $12 a year for email hosting, $10 a year for the domain. I use name.com and I presume (though I have not tested) that if I needed a human to talk to, I would have much better luck than with Google. I also don't have to worry about a snarky Youtube comment getting me locked out of Youtube, Youtube TV, Gmail, GDrive and everything else.
Re: Running your own email is increasingly an artisanal choice, not a practical one
#354> … general security will not be as good as they have. > Entirely "on premise" email is now an inferior thing for almost everyone. I disagree on this one. Placing your email with a big player means that by definition, they have access to your mailbox (with sensitive stuff hopefully encrypted). To allow that you have to trust the big player and the countries where they reside. They can drop you any time for political…
Once you’ve sent or received email containing “sensitive stuff” you no longer control your data. Folks need to come to grips with the fact that email security is dead and hosting it yourself doesn’t fix this. The author of the post should have included that in his post.
Sort of, but not entirely true ...
If you run your own mailserver then users of that mailserver can send and receive mail, to each other, without traversing a network. The mail never goes out on the net. That can be valuable/interesting.
This is true in both the webmail use-case (the text goes to the browser, ephemerally, encrypted with SSL) or the terminal/console (alpine) use-case (the text goes to the terminal, ephemerally, encrypted with SSH).
There's a certain cloud storage provider I know of whose internal / intra-company emails have never traversed the Internet ...
Re: Running your own email is increasingly an artisanal choice, not a practical one
#355It’s not so bad to run your own email server. Im doing it, because email is very sensitive data, and I don’t want to share it with Google or Microsoft or any other cloud provider. The worst part is, that you can’t use any fancy email clients, because they all use proprietary protocols and once again cloud services. But imap and activesync works well enough too. The most important thing is, to get a clean IP address.…
I've had real trouble with digital ocean as they just don't want to get involved in helping email providers at all. They don't want to do anything with managing IP reputation.
Re: Running your own email is increasingly an artisanal choice, not a practical one
#356Earlier quoted context omitted.
Honest and non-rhetorical question here: Have any of your customers had an e-mail they've tried to send not arrive because the recipient's system was using a black-hole list that, for some erroneous reason, had you blocked? If so, were you able to successfully communicate with and/or reasonably work through whatever issue got you black-holed? I haven't administered e-mail servers for 20 years, but back when I did, th…
> Have any of your customers had an e-mail they've tried to send not arrive because the recipient's system was using a black-hole list [...] ? Yes. Twice. In the first case, the mail provider was our ISP; and they got themselves in some mainstream blacklists. The problems getting that sorted out were part of the motivation for bringing mail in-house. In the second case, there was some academic departmental mailserver…
This. So much this.
I will happily run my "artisinal" mail system for myself. Would I put customers on it? Oh, hell, no.
I, sadly, always recommend that companies pay money to Microsoft for email. You are really paying for the customer support service rather than the email service.
Re: Running your own email is increasingly an artisanal choice, not a practical one
#357Re: Running your own email is increasingly an artisanal choice, not a practical one
#358I would really say that "running your own email" is a set of things that can be done independently: - Getting your own domain and using a provider such as fastmail or proton is a first step that gives you lots of security fom arbitrary. Because you own the doorstep, you can change provider without having to inform all your contacts of the move. You're also more secure from unilateral moves from your provider. -Hostin…
> Sending your mail yourself is the real hard part It's possible to punt on this by using SES for outbound, while continuing to handle inbound a different way. Obviously SES doesn't count as fully self-hosted, but it does solve (or at least significantly ameliorate -- zero issues here) the reputation problem
How does this work? Do you just sign up for aws, then set your outbound SMTP to whatever SES provides?
Re: Running your own email is increasingly an artisanal choice, not a practical one
#359If I have business outcomes that are dependent on people receiving my emails, it's difficult for me to be in a situation where the other person may need to, at some point, be told that they aren't getting my emails because I'm on some kind of "hipster email system" which they are no doubt going to perceive it to be. They're probably going to wonder why they are wasting their time with me when I can't even get somethi…
Re: Running your own email is increasingly an artisanal choice, not a practical one
#360It's amazing how quickly people with strong feelings about email come out when any mention of self hosting is made. They can't prove a negative, but they valiantly try, often using the very points that are excellent reasons to self-host as reasons we should all just give up. "It doesn't work for me, so it won't work for you" is rather weak when the reasons aren't articulated, when generalizations are made without det…
Yes. I want to create a mail server that auto-rejects e-mail with externally hosted tracking pixels and returns a Mailer-Daemon error that tells the sender to re-send without malware. Of course with Gmail I disable automatic image loading to avoid being tracked, but I want to take a more active stance against the practice.
I mean this as an honest question. I don’t really know variety of tracking pixels out there. Are there other similar things one should block?