
Nortix Mail
Disposable email server with a simple self-hosted setup
712 stars 55 forks last commit first released
Actively maintained
Last commit 23 Jun 2026.
Nortix Mail is a self-hosted disposable email server designed to let you create temporary email addresses for signups and verification flows. It focuses on minimizing setup complexity while providing a simple interface for viewing received messages.
Key Features
- Receive emails over SMTP on port 25 for disposable/temporary addresses
- Web interface for browsing received emails
- Optional TLS support by placing certificate and key files in the data directory
- Automatic domain detection when using TLS and minimal reconfiguration when domains change
- Portable storage model: move instances by copying the data folder
- Docker Compose deployment option alongside a direct Node.js run mode
Use Cases
- Use temporary addresses for website signups to reduce spam exposure
- Isolate risky registrations to limit impact from third-party data breaches
- Provide disposable inboxes for testing email verification in development environments
Limitations and Considerations
- TLS is optional; running without it can allow mail contents to be intercepted in transit in some threat models
- Deliverability depends on typical email-server factors (DNS records and port 25 reachability)
Nortix Mail fits users who want the benefits of disposable email without relying on third-party temporary inbox providers. Its emphasis on simple deployment and portable data makes it practical for small personal or homelab setups.
Categories:
Tags:
Tech Stack:
Similar to Nortix Mail

mailcow: dockerized
Docker-based email server suite with a web admin interface
Mailcow is a dockerized mail server suite providing SMTP/IMAP, webmail, anti-spam/anti-virus, and domain/mailbox administration via a unified web UI.
Mox
Modern, secure, all-in-one mail server for self-hosted email
All-in-one secure mail server with SMTP, IMAP, webmail, automatic TLS (ACME), and built-in SPF/DKIM/DMARC plus junk filtering for low-maintenance domains.

docker-mailserver
Containerized mail server stack for SMTP and IMAP with anti-spam
Production-ready mail server stack in a Docker container with SMTP, IMAP/POP3, LDAP auth, anti-spam/AV, DKIM/DMARC, and optional OAuth2 support.

Stalwart Mail Server
All-in-one mail and collaboration server for modern and legacy protocols
All-in-one open-source mail and collaboration server with SMTP, IMAP, JMAP, CalDAV, CardDAV, and WebDAV, plus integrated anti-spam and phishing protection.

Mailu
Docker-based mail server with webmail and admin interface
Mailu is a full-featured mail server distributed as Docker images, providing SMTP/IMAP/POP3, webmail, administration UI, and built-in security and anti-spam features.
Haraka
High-performance, extensible SMTP server built on Node.js
Haraka is a fast, event-driven SMTP server for receiving, filtering, and relaying email, featuring a modular plugin architecture for customization at scale.



