Hacker News new | ask | show | jobs
by jhugo 1523 days ago
> Protocol not changing is a problem. Email is so outdated nowadays that you're way better off using Gmail for its added security, especially within a company so everything stays within Gmail. IIRC email has changed a bit, but the new security features haven't been uniformly adopted like with HTTPS, so it's too much of a mixed bag.

I've been self-hosting email for ~20 years. The new security features have close to 100% adoption in the real world, especially since most people are using one of the massive centralised email systems, all of which implement all the new security features.

The protocol not changing is not a problem. SMTP is as fit for purpose now as it was 40 years ago, and has been truly decentralised since the very beginning. The protocol is not the cause of the centralisation trend, neither in email nor in IM.

1 comments

> The new security features have close to 100% adoption in the real world, especially since most people are using one of the massive centralised email systems, all of which implement all the new security features.

Well that's the thing, if they were self-hosting or using smaller providers, they probably wouldn't all have the new features. And I'm surprised emails from your server aren't being filtered out as spam going into Gmail inboxes.

An open protocol success story is HTTPS. Nearly everyone is forced onto fully-compliant new versions, and self-hosting is more viable than ever.

> Well that's the thing, if they were self-hosting or using smaller providers, they probably wouldn't all have the new features.

They are really not difficult to implement. Like, 10% extra effort on top of deploying a mail server gets you all the modern security features. They are really not relevant in the question of whether someone self-hosts or not.

> And I'm surprised emails from your server aren't being filtered out as spam going into Gmail inboxes.

Implementing modern SMTP security features helps with that, and keeping the same server for a long time. In the first year or two my mail used to occasionally get sent to spam (but that was also before several of the modern security features existed), but once your IP has been sending mail for two decades and has never sent a single spam message, you tend not to have a problem with reputation.

> An open protocol success story is HTTPS. Nearly everyone is forced onto fully-compliant new versions, and self-hosting is more viable than ever.

Notably, the decentralisation mechanism for HTTPS and SMTP is identical, and the transport security mechanism is identical. The effort to self-host mail is higher, but that would be completely solved by a modern 'plug & play' mail server implementation. Once again, the protocol is not the issue here at all.