mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 13:59:40 +00:00
PR #169 moved login.html out of secubox-hub to /usr/share/secubox/www/ under secubox-portal's ownership, but 67 source files across the package set still redirected to /portal/login.html which no longer exists on disk. nginx fell back to /index.html (hub root) on every hit, whose checkAuth() bounced back to /portal/login.html, producing an infinite "Redirecting to login..." loop with no way for any user to authenticate. sed -i 's|/portal/login\.html|/login.html|g' across all packages/*/www sources (82 occurrences). The two prior partial fixes that triggered this investigation ( |
||
|---|---|---|
| .. | ||
| api | ||
| config | ||
| debian | ||
| haproxy | ||
| lib/mail | ||
| menu.d | ||
| nginx | ||
| sbin | ||
| templates/rspamd | ||
| tests | ||
| www/mail | ||
| README.md | ||
📧 Mail Server
Postfix/Dovecot mail server
Category: Email
Screenshot
Features
- Domains
- Mailboxes
- DKIM
- SpamAssassin
- ClamAV
Installation
# Add SecuBox repository
curl -fsSL https://apt.secubox.in/install.sh | sudo bash
# Install package
sudo apt install secubox-mail
Configuration
Configuration file: /etc/secubox/mail.toml
API Endpoints
GET /api/v1/mail/status- Module statusGET /api/v1/mail/health- Health check
License
MIT License - CyberMind © 2024-2026
