-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ra's al Ghul edited this page Aug 9, 2026
·
2 revisions
Mailbridge is a security-focused Node.js mail gateway connecting Cloudflare Email Routing to a private SMTP server. It also provides an optional CIDR-restricted SMTP relay for trusted outbound mail.
- Encrypts inbound messages in the Cloudflare Worker before storing them in R2.
- Sends only encrypted object references through Cloudflare Queues.
- Decrypts messages locally, then applies SpamAssassin, optional Spamhaus, and optional AI screening.
- Delivers accepted inbound mail to a private SMTP server.
- Queues temporary failures in an encrypted local retry store.
- Relays trusted outbound SMTP through SendGrid, Resend, Mailgun, or Cloudflare Email Service.
- Follow the Quick Start for the interactive setup.
- Review the Architecture and Security Model.
- Use the Configuration Reference for environment variables.
- Follow Cloudflare Setup and Deployment.
- Consult Testing and Operations and Troubleshooting.
The repository README remains the complete, version-controlled reference.
Copyright (c) 2026 Voxvey Research LLC, a Helio company.