WildDuck is a modern mail server software for IMAP and POP3. Modern being scalable, Unicode-first, and API-controlled. To create a complete mail server, you can bundle WildDuck with Haraka and ZoneMTA.
WildDuck tries to follow Gmail in product design. If there’s a decision to be made then usually the answer is to do whatever Gmail has done.
This is free and open source software.
Key Features
- Fast.
- Scalable – does not use a file system to store email messages (or any data, to think of it) as everything is stored on a MongoDB cluster. WildDuck supports MongoDB sharding, so you can set up your cluster as large as you want to.
- IMAP Protocol Support – multiple newer and experimental mail server software projects offer great scalability but lack on the protocol side, usually providing only the simplistic and less capable POP3 protocol. WildDuck has first-class support for IMAP. Any email client should be able to connect to it.
- Advanced Security – does not require root privileges, does not touch the file system, does not run any shell commands, and is written in a memory-safe language. It also has some built-in security features to help secure user accounts. It supports Application-Specific Passwords and multi-factor authentication, it includes TOTP and U2F helper methods, but you can also BYO. Security events are logged and can be inspected by the user. Users can also set their GPG public key to encrypt stored emails. Authentication attempts are rate-limited to prevent brute-forcing.
- Granular Control – everything can be controlled by REST API, no need to modify config files. This means mail account settings, email access, server-side filtering, auto-replies, and even DKIM setup, to name a few.
- Cross-platform – run WildDuck on any operating system (such as Linux) that supports Node.js, MongoDB, and Redis.
Website: wildduck.email
Support: GitHub Code Repository
Developer: nodemailer
License: European Union Public License 1.2
WildDuck is written in JavaScript. Learn JavaScript with our recommended free books and free tutorials.
Related Software
| Email Servers | |
|---|---|
| Exim | Highly configurable mail transfer agent |
| OpenSMTPD | Implementation of the server-side SMTP protocol with additional extensions |
| mox | Modern, secure, all-in-one email server |
| DBMail | Enables storing and retrieving mail messages from a database |
| WildDuck | Opinionated email server |
| Stalwart | All-in-one mail and collaboration server |
| Mailu | Self-hosted mail server stack |
| Mail-in-a-Box | Self-hosted email server solution |
| Postfix | Popular mail transfer agent |
| Maddy | Composable all-in-one mail server |
| Haraka | Modern SMTP server |
| Dovecot | Secure POP3 server that supports mbox and maildir mailboxes |
| Courier | Integrated mail/groupware server |
| Cyrus IMAP | Email, contacts and calendar server |
| Zimbra | Zimbra Collaboration Suite |
| Modoboa | Mail hosting and management platform |
| Citadel | Exchange-killer groupware server |
| chasquid | SMTP server with a focus on simplicity, security, and ease of operation |
| Sendmail | Mail transfer agent for sophisticated mail configurations |
| qmail | Written as a more secure replacement for the Sendmail program |
| dma | DragonFly Mail Agent |
| DavMail | POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange gateway |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

