secubox-openwrt/package/secubox/luci-app-mailserver/root/usr/share/luci/menu.d/luci-app-mailserver.json
CyberMind-FR ded107e408 feat(luci-app-mailserver): Add unified mail server dashboard
All-in-one LuCI interface for:
- Mail server status and control
- User/alias management with modals
- Port status monitoring
- DNS/SSL setup actions
- Webmail configuration
- Mesh backup integration

RPCD handler with 17 methods for full mail management.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 10:43:55 +01:00

15 lines
238 B
JSON

{
"admin/services/mailserver": {
"title": "Mail Server",
"order": 60,
"action": {
"type": "view",
"path": "mailserver/overview"
},
"depends": {
"acl": ["luci-app-mailserver"],
"uci": { "mailserver": true }
}
}
}