this post was submitted on 26 Apr 2026
27 points (88.6% liked)

Selfhosted

58781 readers
327 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Hey fellow self-horders!

I built mailcheck — a free, open-source tool that checks all 6 email authentication protocols (SPF, DKIM, DMARC, MTA-STS, TLS-RPT, BIMI) for any domain and gives you a 0–100 deliverability score.

Try it: https://korpo.pro/ — type any domain and get instant results.

Self-host it: It's MIT licensed with a FastAPI backend. pip install mailcheck or clone from our Forgejo repo.

CLI: mailcheck example.com — great for CI/CD integration (exit code 2 on critical issues).

API: curl https://korpo.pro/api/v1/check/example.com — no auth needed, 100 req/hr.

Batch mode: mailcheck --file domains.txt

I found that many well-known domains have misconfigurations — even big crypto projects. The tool helped me fix my own domain's email auth setup.

Would love feedback from email/infra folks!

you are viewing a single comment's thread
view the rest of the comments
[–] irmadlad@lemmy.world 2 points 18 hours ago

Firefox 149.0.2 (64-bit), Linux Mint, using VPN. I must have settings that are blocking the processing of the domain for whatever reason. I've tried multiple domains including well known domains. No joy. Sorry about that.