OpenSource-Hub
M

mox

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

A modern, full-featured open source secure mail server for low-maintenance self-hosted email.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

An all-in-one, low-maintenance, secure mail server for self-hosted email.

Core Features

  • Single binary with SMTP, IMAP, webmail, and more
  • Automatic TLS via ACME (Let's Encrypt), no manual HTTPS config
  • Built-in Bayesian spam filtering and sender reputation tracking
  • Web admin interface for domains, accounts, and aliases
  • SPF/DKIM/DMARC/DANE/MTA-STS for high deliverability

What It Can't Do

  • Needs a dedicated machine (or at least free ports 80/443); sharing with an existing web server requires extra config. Docker requires host networking. All DNS records (A, MX, SPF, DKIM, DMARC, etc.) must be manually added; Quickstart only provides hints.

Use Cases

  • Personal or small team self-hosted email without Postfix/Dovecot complexity
  • Enterprise internal email needing high security and low maintenance
  • Development/testing for email protocol compatibility

Mox is a modern, full-featured open source secure mail server designed for low-maintenance self-hosted email. It bundles SMTP, IMAP, webmail, SPF/DKIM/DMARC authentication, Bayesian spam filtering, automatic TLS via ACME, DANE/MTA-STS, a web admin interface, and an HTTP/JSON API into a single binary. It supports internationalized email, reputation tracking, greylisting, and account autodiscovery. Mox is MIT-licensed and built with reusability in mind, with automated tests and manual testing against major email clients and providers.

Tags

mail-serverself-hostedemailsmtpimapwebmailsecurityspam-filteropen-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: Create a mox user on a dedicated machine: useradd -m -d /home/mox mox

4

Step 2: Download the mox binary from https://beta.gobuilds.org/github.com/mjl-/mox@latest/linux-amd64-latest/ and rename to mox

5

Step 3: Run './mox quickstart you@example.com' and follow DNS record instructions

Install Guide
  1. Step 1: Create a mox user on a dedicated machine: useradd -m -d /home/mox mox
  2. Step 2: Download the mox binary from https://beta.gobuilds.org/github.com/mjl-/mox@latest/linux-amd64-latest/ and rename to mox
  3. Step 3: Run './mox quickstart you@example.com' and follow DNS record instructions
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 mox service, remove the installation directory and user (userdel -r mox), and clean up DNS records.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseMIT
Last Updated2026-06-25 12:15:46
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

5 FAQs

Similar Projects