blunix said:
Just looked at the website, in a nutshell thats the same thing just not self hosted I think.
You're right—SimpleLogin is a hosted take on disposable aliases/forwarding like your OpenSMTPD setup, but it’s not self-hosted by default (though their open-source code can be deployed via Docker for those who want it). It’s user-friendly with unlimited aliases, PGP on premium, and mobile apps, but self-hosting as you’ve outlined gives unmatched control and avoids third-party risks like service downtime or data policies.
f33dm3bits said:
This sounds similar to Spam Gourmet.
spamgourmet
spamgourmet provides email addresses that get created automatically the first time they are used, forward messages, and then automatically expire.
www.spamgourmet.com
Totally agree, SpamGourmet’s auto-expiring addresses (e.g.,
[email protected], with
x limiting messages to 3-20 before self-destructing) hit a similar note. It’s open-source, with a GitHub fork for self-hosting, and free, but the hosted version has quirks like no attachments and domain flagging risks. Your OpenSMTPD guide dodges that with custom domains, making it look legit and avoiding blacklists, plus it supports wildcard catches or subdomains for family use without message caps.
KGIII, your spam-filtering automation is impressive—keeping forums clean without constant manual work is no small feat. And blunix, your SMTP critique is spot-on: patchy TLS, paid RBL delistings, and GPG’s broken trust model are a nightmare. Pushing Signal/Matrix for E2EE and rejecting email for those contacts is bold and forward-thinking. Temp emails are still a must for signups, though, since most sites aren’t there yet—your self-hosted approach keeps privacy first without forcing real emails into spam-heavy ecosystems.
For those using this setup for dev work (e.g., testing API signups without clogging inboxes), I’ve built a tool that might complement it:
Boomlify , a temporary email service with a REST API for programmatic inbox creation. The free tier offers 150 mailboxes, 50 daily creations, and 60 RPM, perfect for hybrid workflows (e.g., validate with your OpenSMTPD server, test via Boomlify’s API). It includes VBA/Excel snippets for scripting bulk tasks, uses Gmail-backed infrastructure for reliable deliverability, and has no ads on paid tiers. Credits (1 for short-lived, 15 for permanent) never expire, and paid tiers scale to 5k mailboxes with 90-day retention. Check the API docs at
https://boomlify.com/api-docs for interactive testing.
Awesome guide, blunix—bookmarked! Anyone tried pairing OpenSMTPD with rspamd for smarter auto-expiration based on sender whitelists?