mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 16:55:59 +03:00
[GH-ISSUE #261] Documentation of vimbtool.php #211
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#211
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MasinAD on GitHub (Sep 17, 2019).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/261
Is there any documentation available which actions are possible with
bin/vimbtool.php?For automation purposes I'm looking for a way to create mailboxes and aliases in ViMBAdmin using the command line.
vimbtool.phplooked promising but it seems there are only the four actions available which are called in the cronjob.@barryo commented on GitHub (May 16, 2020):
Hi @MasinAD - the only actions available are those that are part of the documentation via cronjob.
There is no API in ViMbAdmin but the database schema is really simple so you should be able to create automtaion by just adding / editing the database directly.