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>
15 lines
238 B
JSON
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 }
|
|
}
|
|
}
|
|
}
|