Overview of Mox features
mainMox is an all-in-one, secure, open-source mail server designed for low-maintenance self-hosting. Key features include:
- Easy Operation: A quickstart process that performs DNS checks, generates configuration files, creates initial admin and email accounts, and provides necessary DNS records. It also provides a systemd unit file for Linux.
- SMTP Support: Includes an SMTP server for incoming messages (port 25), an SMTP client and delivery queue for outgoing messages, and a submission server for authenticated clients.
- Message Authentication: Built-in support for SPF, DKIM, and DMARC to verify domain identity and prevent spoofing.
- Secure Delivery: Supports DANE (requires DNSSEC) and MTA-STS for protecting MX records and verifying TLS certificates during SMTP delivery. It also implements the
REQUIRETLSextension. - IMAP4: Implements up to IMAP4rev2, including extensions like
CONDSTOREandQRESYNCfor efficient mailbox synchronization. - Junk Filtering: Uses reputation-based filtering (SPF, DKIM, DMARC) to manage spam.