1337.legal is a privacy-first, encrypted email alias relay service inspired by DuckDuckGo Email Protection, but with a hacker twist. Protect your real email address, forward messages securely, and keep your inbox 1337.
- Anonymous Email Aliases: Generate unique aliases to shield your real email address.
- End-to-End Encryption: All forwarded emails are encrypted with your PGP public key before delivery.
- Custom Forwarding: Choose where your emails are sent—your real inbox stays hidden.
- Blazing Fast: Built with Rust, samotop, and Postgres for speed and safety.
git clone https://github.com/1337-legal/Relay.git
cd RelayCopy .env.example to .env and fill in DATABASE_URL, the DKIM_* keys, and (optionally) RELAY_CERTIFICATES / RELAY_PRIVATE_KEY for STARTTLS.
docker compose up --build # relay + Postgres
# or
cargo run # loads .env in devThe relay listens for SMTP on port 25 (override with RELAY_BIND).