mox-email-server
Installation
SKILL.md
Mox Email Server
Mox is a modern, self-hosted email server written in Go. This skill covers installation, Caddy integration, and administration.
Quick Reference
| Task | Command/Location |
|---|---|
| Start/stop service | systemctl start/stop/restart mox |
| View logs | journalctl -u mox -f |
| Test config | sudo -u mox /home/mox/mox config test |
| List accounts | sudo -u mox /home/mox/mox config account list |
| Add account | sudo -u mox /home/mox/mox config account add user@domain.com |
| Set password | sudo -u mox /home/mox/mox setaccountpassword user@domain.com |
| Admin UI | https://mail.domain.com/admin/ |
| Webmail | https://mail.domain.com/webmail/ |