Email security and deliverability monitoring platform built on Laravel.
- DNS security scans (MX, SPF, DKIM, DMARC, MTA-STS, TLS-RPT, BIMI)
- Blacklist monitoring across RBL providers
- SPF analysis with lookup counting
- Delivery monitoring via
[email protected] - DMARC aggregate report ingestion and visibility
- Domain and SSL expiry detection
- Plan-based access: Freemium, Premium, Ultra
All project documentation lives in docs/README.md:
- Environments & databases
- Deployment
- Scheduler & cron
- Plans & entitlements
- Operations & troubleshooting
cp .env.example .env
# Configure DB, mail, Stripe, IMAP keys in .env
composer install
php artisan key:generate
php artisan migrate
php artisan db:seed --class=PlanSeeder
php artisan serve| Environment | URL | Path | Database |
|---|---|---|---|
| Production | https://app.mxscan.me | /home/mxscan/public_html/app.mxscan.me |
zed2_email (no prefix) |
| Development | https://dev.mxscan.me | /home/mxscan/public_html/dev.mxscan.me |
zed2_devmx (dev_ prefix) |
Never run migrate:fresh or db:wipe against a shared or production database.
Proprietary. All rights reserved.