secubox-openwrt/package/secubox/luci-app-smtp-relay/root/usr/share/luci/menu.d/luci-app-smtp-relay.json
CyberMind-FR a345c16425 feat(smtp-relay): Add unified SMTP relay configuration
- New secubox-app-smtp-relay package with centralized SMTP config
- Shared library with send_mail(), send_html_mail(), send_text_mail()
- CLI: smtp-relayctl with status/test/send/configure/admin commands
- RPCD: 5 methods for LuCI integration
- LuCI settings page with mode selection and test button
- Modes: external (SMTP server), local (auto-detect mailserver), direct
- Migrated reporter and bandwidth-manager to use shared library
- Backwards-compatible fallback to legacy per-app config

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-15 16:01:12 +01:00

15 lines
241 B
JSON

{
"admin/secubox/system/smtp-relay": {
"title": "SMTP Relay",
"order": 55,
"action": {
"type": "view",
"path": "smtp-relay/settings"
},
"depends": {
"acl": ["luci-app-smtp-relay"],
"uci": {"smtp-relay": true}
}
}
}