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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What is your email setup?

2 点作者 anilshanbhag超过 7 年前
After seeing a past HN thread where someone lost access to their Gmail account, I am scared. I currently just use Gmail with no backup. Wondering if there are good suggestions on building a "real-world faults" tolerant email service.

2 条评论

LinuxBender超过 7 年前
I point MX for my domains to a VM. Postfix dumps everything to a text file. Most would use Dovecot but I&#x27;m too lazy and dont care.<p>To read my mail, I use<p><pre><code> strings -a &#x2F;var&#x2F;spool&#x2F;mail&#x2F;nobody | more </code></pre> When I am done reading my mail, I use<p><pre><code> &gt; &#x2F;var&#x2F;spool&#x2F;mail&#x2F;nobody</code></pre>
Atg4V超过 7 年前
I have an email specifically for account recovery and alerts on any changes to my other email accounts. All except the recovery email have two factor. The recovery email also has a max length password.