OpenSource-Hub
W

WildDuck Mail Server

2.1k stars·System Optimization·SHA-256 checksum verified

Scalable no-SPOF IMAP/POP3 mail server that stores everything in distributed MongoDB and follows Gmail's design.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

A modern, horizontally scalable IMAP/POP3 mail server backed by MongoDB, inspired by Gmail.

Core Features

  • All data (including emails) stored in sharded+replicated MongoDB for horizontal scaling and high availability
  • Full REST API for integration and automation
  • Design inspired by Gmail for modern user experience
  • Supports IMAP and POP3, compatible with most email clients
  • No single point of failure architecture

What It Can't Do

  • Requires MongoDB expertise (sharding, replication); higher memory/disk footprint than traditional mail servers; smaller community and fewer resources in English/Chinese; requires basic knowledge of Node.js and NoSQL.

Use Cases

  • Organizations needing a reliable, scalable internal mail system
  • Email service providers looking to replace traditional Postfix/Dovecot stacks
  • Developers who want a fully API-programmable mail server

WildDuck is an open-source mail server designed to be horizontally scalable and eliminate single points of failure. It stores all data—including emails—in a sharded and replicated MongoDB cluster, allowing for easy scaling and high availability. The server implements IMAP and POP3 protocols, and provides a comprehensive REST API for integration. Its design philosophy is heavily inspired by Gmail, aiming for a modern, user-friendly email experience. WildDuck is part of the Zone Mail Suite (ZMS) and is licensed under the EUPL 1.2. It is ideal for organizations that need a reliable, scalable email infrastructure without traditional mail server complexities.

Tags

mail-serverIMAPPOP3MongoDBscalableno-spofopen-source

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Step 1: Prepare a Linux server, install MongoDB 4.4+ and configure sharding/replica sets (minimum 3 nodes recommended)

4

Step 2: Install Node.js 16+, download WildDuck source and extract

5

Step 3: Copy config/default.toml to config/production.toml, edit database connection and other settings

Install Guide
  1. Step 1: Prepare a Linux server, install MongoDB 4.4+ and configure sharding/replica sets (minimum 3 nodes recommended)
  2. Step 2: Install Node.js 16+, download WildDuck source and extract
  3. Step 3: Copy config/default.toml to config/production.toml, edit database connection and other settings
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Stop the WildDuck process (e.g., pm2 stop wildduck), remove the installation directory (rm -rf /opt/wildduck). To completely remove data, drop the wildduck database in MongoDB.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseEUPL-1.2
Last Updated2026-06-25 13:35:05
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

3 FAQs

Similar Projects