luci-app-email: configure EmailRelay
[project/luci.git] / applications / luci-app-email / root / usr / share / luci / menu.d / luci-app-email.json
1 {
2 "admin/services/email": {
3 "title": "Email server",
4 "order": 50,
5 "action": {
6 "type": "view",
7 "path": "email/emailrelay"
8 },
9 "depends": {
10 "acl": [ "luci-app-email" ]
11 }
12 }
13 }