A modern, full-featured, secure mail server designed for low-maintenance self-hosted email.
Mox is a modern, full-featured, open-source mail server designed for low-maintenance self-hosted email. It integrates SMTP, IMAP, webmail, and essential security protocols like SPF, DKIM, and DMARC into a single system, simplifying the process of running your own email server. It aims to keep email decentralized by making self-hosting accessible and secure.
Individuals, small organizations, and developers who want to self-host email for their domains with minimal setup and maintenance overhead. It's also suitable for those testing email-related applications locally.
Developers choose Mox because it bundles all necessary mail server components into one easy-to-configure package, written in Go for security and maintainability. Its integrated web admin, automatic TLS, and learning-based spam filtering reduce the typical complexity of managing a mail server.
modern full-featured open source secure mail server for low-maintenance self-hosted email
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Combines SMTP, IMAP, webmail, and essential security protocols into a single system, eliminating the need to configure multiple separate services as highlighted in the features list.
Supports SPF, DKIM, DMARC, DANE, and automatic TLS with ACME, ensuring adherence to current email standards and reducing deliverability issues, as described in the features.
Offers a quickstart command for automatic configuration and a web admin interface for domain and account management, making self-hosting accessible with minimal manual effort.
Includes a localserve subcommand for local email testing and a simple HTTP/JSON API for transactional email, facilitating development and integration workflows.
Lacks support for POP3, SMTP relay without authentication, and delivery to Unix system users, as explicitly listed in the 'Not supported/planned' section of the README.
The main 'mox serve' command does not work on Windows, only functioning for local testing with 'mox localserve', which restricts production use on Windows servers.
Combining Mox with an existing webserver on ports 80/443 requires extensive additional configuration, as warned in the Quickstart section, increasing setup overhead.