This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
internet:mail:zimbra:zimbra_zextras [2021/02/10 10:49] gcooper |
internet:mail:zimbra:zimbra_zextras [2022/09/26 13:50] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Zimbra with Zextras Add-On ====== | ====== Zimbra with Zextras Add-On ====== | ||
- | http://www.zextras.com | + | See also **[[internet: |
+ | |||
+ | **Documentation**: | ||
+ | |||
+ | ===== Zextras Licensing ===== | ||
+ | |||
+ | **License File Management**: | ||
+ | |||
+ | **License Download**: https:// | ||
+ | |||
+ | Sometimes the permissions get messed up on the downloaded Zextras license file: | ||
+ | |||
+ | < | ||
+ | chown zimbra.zimbra ./ | ||
+ | chmod 777 ./ | ||
+ | mv ./license_* / | ||
+ | su - zimbra | ||
+ | zxsuite core doUploadLicense ./ | ||
+ | zmprov fc zimlet && zmprov fc all | ||
+ | </ | ||
===== Upgrade ===== | ===== Upgrade ===== | ||
Line 50: | Line 69: | ||
< | < | ||
grep DoSFilter / | grep DoSFilter / | ||
+ | zgrep DoSFilter / | ||
+ | |||
+ | grep DoSFilter / | ||
+ | zgrep DoSFilter / | ||
</ | </ | ||
Line 56: | Line 79: | ||
**[[http:// | **[[http:// | ||
- | **[[http://tblog.myriad.ca/?p=114|HowTo Use S3 as Backup Storage]]** | + | **[[https://docs.zextras.com/zextras-suite-documentation/ |
**[[https:// | **[[https:// | ||
Line 95: | Line 118: | ||
* Per CoS | * Per CoS | ||
- | ===== Chat ===== | + | ===== Team ===== |
- | + | ||
- | FIXME **Zextras Chat has been replaced by Zextras Team.** | + | |
https:// | https:// | ||
- | |||
- | |||
- | ---- | ||
- | |||
- | |||
- | http:// | ||
- | |||
- | http:// | ||
- | |||
- | **Zimbra Administration Console -> ZeXtras -> ZxChat -> Deploy** | ||
- | |||
- | Enable the ZxChat Zimlet: | ||
- | |||
- | * Per Account, or | ||
- | * Per CoS | ||
- | |||
- | ==== Video Chat ==== | ||
- | |||
- | https:// | ||
- | |||
- | ==== XMPP ==== | ||
- | |||
- | https:// | ||
===== Drive ===== | ===== Drive ===== | ||
Line 149: | Line 147: | ||
===== Zextras Docs ===== | ===== Zextras Docs ===== | ||
+ | |||
+ | Zextras Docs provides the capability to **edit ODF documents** stored in Zextras (Zimbra) Drive in a web browser. | ||
+ | |||
+ | ==== Installation ==== | ||
https:// | https:// | ||
- | Zextras Docs provides the capability to edit ODF documents stored in Zextras (Zimbra) Drive in a web browser. | + | ==== Test ==== |
+ | |||
+ | < | ||
+ | zmlocalconfig -s ldap_master_url zimbra_ldap_user zimbra_ldap_userdn zimbra_ldap_password | ||
+ | |||
+ | nc -zv ldap.example.com 389 | ||
+ | |||
+ | ldapsearch -H ldap:// | ||
+ | </ | ||
==== CSF Firewall ==== | ==== CSF Firewall ==== | ||
- | === Single Server Zimbra Example | + | === csf.allow |
+ | |||
+ | Single server Zimbra example: | ||
< | < | ||
Line 167: | Line 179: | ||
tcp|in|d=9980|s=192.168.189.29 | tcp|in|d=9980|s=192.168.189.29 | ||
- | # Zimbra | + | # Zimbra |
tcp|in|d=389|s=192.168.189.26 | tcp|in|d=389|s=192.168.189.26 | ||
tcp|in|d=8443|s=192.168.189.26 | tcp|in|d=8443|s=192.168.189.26 |