TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The Death of Decentralized Email

2 点作者 pr337h4m超过 2 年前

1 comment

zzo38computer超过 2 年前
I still run my own email server. However, I use the ISP&#x27;s server for sending messages (which is not one of the top ten listed in that article), and my own server for receiving. (Exim can be configured to do this, if the &quot;smart host&quot; mode is selected.)<p>I also do not claim to accept messages and then immediately discard them; I think that is not helpful (since you will be mistaken if a message is actually sent). Instead, messages are rejected (and reported as rejected) as soon as possible (usually when the RCPT command is received, sometimes even earlier (e.g. due to protocol missynchronization)).