Autoconfig: - Created config-v1.1.xml (Thunderbird), autodiscover.xml (Outlook), email.mobileconfig (Apple) for automatic mail client configuration - Added uhttpd instance on port 8025 to serve autoconfig files - Added HAProxy backends with waf_bypass for autoconfig domains - Added mailctl autoconfig-setup and autoconfig-status commands LuCI Mailserver: - Added user_repair method for mailbox repair (doveadm force-resync) - Added repair button to user actions in overview LuCI Nextcloud: - Added list_users method to list Nextcloud users - Added reset_password method for password reset via OCC Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
529 B
JSON
18 lines
529 B
JSON
{
|
|
"luci-app-mailserver": {
|
|
"description": "Grant access to Mail Server Manager",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.mailserver": ["status", "user_list", "alias_list", "webmail_status", "logs"]
|
|
},
|
|
"uci": ["mailserver"]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.mailserver": ["install", "start", "stop", "restart", "user_add", "user_del", "user_passwd", "alias_add", "dns_setup", "ssl_setup", "webmail_configure", "mesh_backup", "mesh_sync", "fix_ports", "alias_del", "user_repair"]
|
|
},
|
|
"uci": ["mailserver"]
|
|
}
|
|
}
|
|
}
|