Fast and efficient
Optimized for high-speed email processing with a lean, async core.
Open-source SMTP relay
Hedwig is a high-performance, minimalist SMTP server implemented in Rust. It receives, queues, and forwards email to destination SMTP servers using a durable on-disk queue and a straightforward configuration.
Core capabilities
Optimized for high-speed email processing with a lean, async core.
Focuses on core SMTP relay flows without unnecessary complexity.
Emails are queued on the filesystem for durable processing.
Specializes in receiving and forwarding, not full server semantics.
Supports DKIM, TLS, and SMTP authentication with practical defaults.
Per-domain rate limiting keeps outbound delivery healthy.
Download a release binary, write one config file, and Hedwig is relaying.