TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What is your email setup?

2 pointsby anilshanbhagover 7 years ago
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 comments

LinuxBenderover 7 years ago
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>
Atg4Vover 7 years ago
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.