Security
4 posts
Linux
Hardening a Webuzo Mail Server Against Sextortion Spoofing & Fixing Email Deliverability
A Webuzo server was under mass sextortion spoofing. Five compounding failures allowed it. Here's the full fix across Exim ACLs, DMARC, DKIM, PTR records, and Cloudflare proxy settings.
Security
How to Disable 2FA in Webuzo via Terminal or File Manager
Webuzo doesn't have a CLI command to disable 2FA. Edit one line in universal.php to regain access, then re-enable it when done.
Laravel
Fixing ModSecurity 911100 Blocking PUT, PATCH & DELETE in Laravel on Webuzo
ModSecurity OWASP CRS blocks PUT/PATCH/DELETE by default. Here's how to fix it on Webuzo without weakening your firewall — and how to make the fix survive UI changes.
Laravel
Complete Development Server Setup Guide
Full guide to building a centralized dev server: Hyper-V VM, Ubuntu, Nginx, Laravel multi-tenancy with nip.io, Tailscale VPN for remote SSH, Cloudflare Tunnel for public access, and HTTP Basic Auth security.