32 lines
1.5 KiB
INI
32 lines
1.5 KiB
INI
|
; vpanel-stack
|
||
|
; https://git.stack-source.com/msb/vpanel-stack
|
||
|
; Copyright (c) 2022 Matthew Saunders Brown <matthewsaundersbrown@gmail.com>
|
||
|
; GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||
|
|
||
|
[maps]
|
||
|
; Panel (web admin) mapping
|
||
|
/ [sync] = Panel\Vmail\Domains
|
||
|
/Login [sync] = Panel\Login
|
||
|
/Logout [sync] = Panel\Logout
|
||
|
/Accounts [sync] = Panel\Vmail\Mboxes
|
||
|
/Accounts/Add [sync] = Panel\Vmail\MboxesAdd
|
||
|
/Accounts/@mbox [sync] = Panel\Vmail\Mboxes
|
||
|
/Accounts/@mbox/Edit [sync] = Panel\Vmail\MboxesEdit
|
||
|
/Accounts/@mbox/Delete [sync] = Panel\Vmail\MboxesDelete
|
||
|
/Accounts/@mbox/Aliases [sync] = Panel\Vmail\Aliases
|
||
|
/Accounts/@mbox/Aliases/Add [sync] = Panel\Vmail\AliasesAdd
|
||
|
/Accounts/@mbox/Aliases/@alias [sync] = Panel\Vmail\Aliases
|
||
|
/Accounts/@mbox/Aliases/@alias/Delete [sync] = Panel\Vmail\AliasesDelete
|
||
|
/Accounts/@mbox/Autoresponder [sync] = Panel\Vmail\Autoresponders
|
||
|
/Accounts/@mbox/Autoresponder/Add [sync] = Panel\Vmail\AutorespondersAdd
|
||
|
/Accounts/@mbox/Autoresponder/Edit [sync] = Panel\Vmail\AutorespondersEdit
|
||
|
/Accounts/@mbox/Autoresponder/Delete [sync] = Panel\Vmail\AutorespondersDelete
|
||
|
/Accounts/@mbox/Forwarding [sync] = Panel\Vmail\Forwards
|
||
|
/Accounts/@mbox/Forwarding/Add [sync] = Panel\Vmail\ForwardsAdd
|
||
|
/Accounts/@mbox/Forwarding/Edit [sync] = Panel\Vmail\ForwardsEdit
|
||
|
/Accounts/@mbox/Forwarding/Delete [sync] = Panel\Vmail\ForwardsDelete
|
||
|
/Aliases [sync] = Panel\Vmail\Aliases
|
||
|
/Aliases/@alias [sync] = Panel\Vmail\Aliases
|
||
|
/Autoresponders [sync] = Panel\Vmail\Autoresponders
|
||
|
/Forwards [sync] = Panel\Vmail\Forwards
|