-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.ini
28 lines (24 loc) · 943 Bytes
/
module.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name = "vpopqmail"
label = "Vpopmail + Qmail"
vendor = "Mazelab"
description = "Module to configure a Vpopmail + Qmail node"
[repository]
version = "1.0.0"
name = "mazelab/vpopqmail"
url = "[email protected]:mazelab/vpopqmail.git"
type = "vcs"
[authors]
vendor.name = "CDS-Internetagentur"
vendor.email = "[email protected]"
[routes]
dashboard.client.route = "mazelab-vpopqmail_dashboard"
dashboard.links.routes.addaccount.route = "mazelab-vpopqmail_addaccount"
dashboard.links.routes.addaccount.label = "create new email account"
dashboard.links.routes.addforwarder.route = "mazelab-vpopqmail_addforwarder"
dashboard.links.routes.addforwarder.label = "create new forwarder"
config.config.route = "mazelab-vpopqmail_config"
config.client.route = "mazelab-vpopqmail_configClient"
config.domain.route = "mazelab-vpopqmail_configDomain"
config.node.route = "mazelab-vpopqmail_configNode"
[api]
core = "MazelabVpopqmail_Model_Api_Core"