New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Looking for MTA-STS Web Hosting
Hi!
I'm looking for a reliable provider to host my MTA-STS policy files.
My requirements are as follows:
- Reliability and excellent web server availability
- Unlimited domains (e.g., mta-sts.domain.tld)
- Some kind of interface (e.g., DirectAdmin)
- You take care of the HTTPS certificates (e.g., Let's Encrypt)
- At least 5 MB of storage
- Unlimited traffic
Thanks!


Comments
Github can do that for free, but only 1 domain per repo so for hundreds, thousands domains it'll be annoying. A way to still host multiple domains sharing the same mta-sts policy on 1 repo is to import the repo on cloudflare pages https://github.com/jpawlowski/mta-sts.template
Why, just why, do you need a control panel for this?
Buy (or use one of your idling) el cheapo VPS, chuck nginx on Debian 12, use certbot with automatic nginx integration (gross but it works). You get unlimited domains, you get your own server with no noisy neighbours. If you really want to go for redundancy, set up DNS round robin with multiple replicated webservers. It'll work perfect for probably the same cost as a non-fly-by-night shared hosting provider.
Or as someone said ,use Cloudflare Pages.
Bonus: if you absolutely cannot live without a control panel and are allergic to the term "scp" maybe try setting up an FTP client with a WebUI on your server. Or just connect Visual Studio Code to your server via tunnel - fully GUI-based, no l33t h4x0r scariness involved.