Home
Name Modified Size InfoDownloads / Week
zimbra-domain-admin-1.2.tgz 2019-09-03 49.9 MB
README.txt 2019-08-31 1.2 kB
Totals: 2 Items   49.9 MB 0
Zimbra Domain Admin
==========
Zimbra Domain Admin for Zimbra Open Source Edition. A PHP web application developed from Zimbra Soap API. Zimbra Domain Admin can list, add, delete and change password of their user domain without Zimbra global admin right.


DEPENDENCIES
============
The following are the minimum requirements for using Zimbra Domain Admin:

- Zimbra 8+
- PHP>=7.1.3 and php-soap php-xml php-json php-bcmath php-mbstring Extension 
- A Web Server (apache/lighttpd/nginx)


INSTALLATION
============
1. Untar file
   tar xzvf zimbra-domain-admin.tgz

2. chmod -R www-data:www-data zimbra-domain-admin
   Change owner to web server's user

3. cd zimbra-domain-admin

4. vi config/zimbra.php
   Change information to be yours.

5. Point web root to zimbra-domain-admin/public

6. Before login. You need to set "description" attribute of an email account to "Postmaster".

7. Access the login page and use email address that have "Postmaster" value in "description" attribute.


AUTHOR
======
Chaiyot Pipatpaisit <info@zimphony.com>


Resources
---------
- Zimbra Collaboration Suite:
    http://www.zimbra.com/
- Project hosted on SourceForge:
    http://sourceforge.net/
Source: README.txt, updated 2019-08-31