-
Notifications
You must be signed in to change notification settings - Fork 12
/
README.txt
59 lines (41 loc) · 1.39 KB
/
README.txt
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
; $Id: README.txt,v 1.0 2014/11/25 09:32:18 [email protected] Exp $
Implements Zimbra multi-tenacy of Zimbra mail.
FEATURES
________
1. Server management
* Create a new server (create server and set permissions at the same time)
* Update an existing server
* Delete an existing server
2. Tenant management
* Create a new tenant (create tenant-account and set permissions at the same time)
* Update an existing tenant
* Delete an existing tenant
3. Domain management
* Create a new domain (create domain-admin-account and set permissions at the same time)
* Update an existing domain
* Delete an existing domain
4. Group/Distribution List management
* Create a new distribution list
* Update an existing distribution list
* Delete an existing distribution list
5. Mailbox/Account management
* Create a new mailbox
* Update an existing mailbox
* Delete an existing mailbox
* Reset mailbox password
6. Alias management
* Create a new alias
* Update an existing alias
* Delete an existing alias
REQUIREMENTS
____________
- Drupal 7.x (https://www.drupal.org/project/drupal);
- Entity module (https://drupal.org/project/entity)
- Zimbra server (http://www.zimbra.com);
INSTALLATION
____________
Add this module to the modules folder (sites/all/modules), enable it and configure to meet your needs.
AUTHOR
______
- Nguyễn Văn Nguyên
Email: [email protected]