Mox

Take control of your communications with a complete, open-source email solution. Set up a secure server with modern protocols and webmail in under 10 minutes.

Take full control of your communications and keep email decentralized with a modern, all-in-one mail server. Written in Go, this solution replaces complex, multi-component setups with a single, dependency-free application that is easy to maintain and highly secure.

Enjoy a complete email solution designed for both sending and receiving, featuring a modern protocol stack and built-in webmail. You can set up a fully functional server for your domains in under 10 minutes using the quickstart command.

Key features include:

  • Comprehensive Protocol Support: Fully supports IMAP4, SMTP, SPF, DKIM, DMARC, MTA-STS, DANE, and DNSSEC.
  • Advanced Security: Features automatic TLS with Let's Encrypt, fuzz-testing, and a memory-safe Go codebase.
  • Smart Filtering: Includes both reputation-based and content-based junk filtering to keep your inbox clean.
  • Easy Maintenance: Manage your server easily via a web interface or a powerful configuration file.

Directory Structure

mox
data
.env
docker-compose.yml

docker-compose.yml

services:
  mox:
    image: mjl-/mox:latest
    container_name: mox
    restart: unless-stopped
    ports:
      - "25:25"
      - "80:80"
      - "443:443"
      - "465:465"
      - "587:587"
      - "993:993"
      - "143:143"
    volumes:
      - ./data:/mox

.env

# No specific environment variables are required for the initial container startup.
# All configuration is generated and stored in the persistent volume (./data).
# Post-deployment, you typically run 'docker exec -it mox mox config init' to setup the server.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Mox

Favicon

 

  
  
Favicon

 

  
  
Favicon