Our MailWizz stack — what actually runs underneath
Every Blue Spirit MailWizz install is provisioned on the same hardened stack. This is not a generic "VPS with PHP" — it is configured specifically for the MailWizz workload, calibrated against the actual bottlenecks we have seen across hundreds of deployments.
- OS: AlmaLinux 9 or Ubuntu 22.04 LTS, hardened to CIS, automated security updates, kernel tuned for high-concurrency PHP-FPM and MySQL.
- Web layer: nginx + PHP-FPM 8.2, opcache configured for MailWizz, fastcgi cache for static admin assets, gzip and brotli compression.
- Database: MariaDB 10.11 or MySQL 8.0, tuned for MailWizz's specific query patterns (large list table scans, campaign bounce JOINs, segment evaluation), InnoDB buffer pool sized to fit your active dataset.
- Cron: 8 separate MailWizz cron tasks running on independent schedules with proper locking, monitored individually so a stuck cron does not silently break campaign sending.
- MTA layer: PowerMTA 6.0 with virtual MTAs configured per pool (marketing, transactional, cold), per-ISP throttling pre-tuned, integrated with MailWizz via SMTP and bounce/FBL feedback loops.
- Authentication: SPF aligned, DKIM 2048-bit rotated quarterly, DMARC published with reporting endpoint, MTA-STS, TLS-RPT, BIMI when ready.
- Backup: daily MySQL dump retained 7 days, weekly full filesystem snapshot retained 4 weeks, monthly off-site backup retained 6 months. Restore tested quarterly.
- Monitoring: Prometheus metrics scraped every 15 seconds, Grafana dashboards for MailWizz queue depth + delivery rate + bounce rate per ISP + reputation trends + database health. Alerts route to our on-call rotation.
All of this is documented in your client folder and accessible via a read-only Grafana login. You do not have to trust us; you can see the numbers.