Skip to content

Installation

Docker

sh
docker run -p 1025:1025 -p 8025:8025 -e RUSTMAIL_BIND=0.0.0.0 ghcr.io/rustmailapp/rustmail:latest

See the Docker guide for Compose, persistence, and configuration.

Homebrew

sh
brew install rustmailapp/rustmail/rustmail

From Source

sh
git clone https://github.com/rustmailapp/rustmail
cd rustmail
make build
./target/release/rustmail

Default Ports

ServicePort
SMTP1025
HTTP / WebSocket8025

Released under the MIT / Apache 2.0 License.