<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/removing-google-as-a-single-point-of-failure-part-2-gmail-tbfs5abrx" -->

---
title: Removing Google as a Single Point of Failure Part 2: Gmail
description: Jake Wharton details his approach to removing Gmail as a single point of failure by migrating to Fastmail with a custom domain (ke.fyi), while keeping Gmail as...
canonical: https://daily.dev/posts/removing-google-as-a-single-point-of-failure-part-2-gmail-tbfs5abrx
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Removing Google as a Single Point of Failure Part 2: Gmail | daily.dev
og:description: Jake Wharton details his approach to removing Gmail as a single point of failure by migrating to Fastmail with a custom domain (ke.fyi), while keeping Gmail as...
og:url: https://daily.dev/posts/removing-google-as-a-single-point-of-failure-part-2-gmail-tbfs5abrx
og:image: https://api.daily.dev/og/posts/TBFS5aBrx.png
og:image:alt: Removing Google as a Single Point of Failure Part 2: Gmail
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Removing Google as a Single Point of Failure Part 2: Gmail

**[Jake Wharton](https://daily.dev/sources/jakewharton)** · 7 min read · 0 upvotes · 0 comments

## Summary

Jake Wharton details his approach to removing Gmail as a single point of failure by migrating to Fastmail with a custom domain (ke.fyi), while keeping Gmail as a forwarding address. He sets up a catch-all domain for per-service email addresses, uses Fastmail's near-realtime Gmail sync to bypass IMAP rate limits, and automates incremental email backups using mbsync wrapped in a Docker container. Emails are stored in Maildir format on a ZFS filesystem with snapshots, synced off-site to rsync.net for redundancy.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://jakewharton.com/removing-google-as-a-single-point-of-failure-gmail>

## Similar posts on daily.dev

- [Become Unbannable from Your Email/Gmail](https://daily.dev/posts/become-unbannable-from-your-email-gmail-ssh0iwnbw) · Hacker News · 2 upvotes · 0 comments
- [Running mail at home without sending mail from home](https://daily.dev/posts/running-mail-at-home-without-sending-mail-from-home-qiv8oln1d) · /dev/io · 5 upvotes · 0 comments
- [Putting email in its place with Emacs and Mu4e](https://daily.dev/posts/putting-email-in-its-place-with-emacs-and-mu4e-i9uvubu5u) · Hacker News · 0 upvotes · 0 comments

---

Tags: [#docker](https://daily.dev/tags/docker), [#self-hosting](https://daily.dev/tags/self-hosting)

[View this post on daily.dev](https://daily.dev/posts/removing-google-as-a-single-point-of-failure-part-2-gmail-tbfs5abrx)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Removing Google as a Single Point of Failure Part 2: Gmail","url":"https://daily.dev/posts/removing-google-as-a-single-point-of-failure-part-2-gmail-tbfs5abrx","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/removing-google-as-a-single-point-of-failure-part-2-gmail-tbfs5abrx"},"datePublished":"2026-07-05T07:13:51.167Z","dateModified":"2026-07-05T07:16:21.085Z","description":"Jake Wharton details his approach to removing Gmail as a single point of failure by migrating to Fastmail with a custom domain (ke.fyi), while keeping Gmail as...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/783b359bc344ce8763770516ac461830?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/783b359bc344ce8763770516ac461830?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Jake Wharton","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Jake Wharton","logo":"https://media.daily.dev/image/upload/logos/placeholder.jpg","url":"https://daily.dev/sources/jakewharton"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/removing-google-as-a-single-point-of-failure-part-2-gmail-tbfs5abrx","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"docker,self-hosting","timeRequired":"PT7M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Jake Wharton","item":"https://daily.dev/sources/jakewharton"},{"@type":"ListItem","position":3,"name":"Removing Google as a Single Point of Failure Part 2: Gmail"}]}
```

