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:
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# 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.Auto-fetched about 24 hours ago