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 [2020/08/09 16:53] 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 12: | Line 31: | ||
<note warning> | <note warning> | ||
+ | |||
+ | < | ||
+ | apt install binutils | ||
+ | </ | ||
< | < | ||
Line 46: | Line 69: | ||
< | < | ||
grep DoSFilter / | grep DoSFilter / | ||
+ | zgrep DoSFilter / | ||
+ | |||
+ | grep DoSFilter / | ||
+ | zgrep DoSFilter / | ||
</ | </ | ||
Line 52: | 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 91: | Line 118: | ||
* Per CoS | * Per CoS | ||
- | ===== Chat ===== | + | ===== Team ===== |
- | http://wiki.zextras.com/ | + | https://docs.zextras.com/ |
- | + | ||
- | http:// | + | |
- | + | ||
- | **Zimbra Administration Console | + | |
- | + | ||
- | Enable the ZxChat Zimlet: | + | |
- | + | ||
- | * Per Account, or | + | |
- | * Per CoS | + | |
- | + | ||
- | ==== Video Chat ==== | + | |
- | + | ||
- | https://wiki.zextras.com/ | + | |
- | + | ||
- | ==== XMPP ==== | + | |
- | + | ||
- | https:// | + | |
===== Drive ===== | ===== Drive ===== | ||
Line 135: | Line 145: | ||
for user in `zmprov -l gaa | grep -v -e galsync -e spam -e ham -e virus | sort`; do zxsuite drive doImport $user deleteSources true; done | for user in `zmprov -l gaa | grep -v -e galsync -e spam -e ham -e virus | sort`; do zxsuite drive doImport $user deleteSources true; done | ||
</ | </ | ||
+ | |||
+ | ===== Zextras Docs ===== | ||
+ | |||
+ | Zextras Docs provides the capability to **edit ODF documents** stored in Zextras (Zimbra) Drive in a web browser. | ||
+ | |||
+ | ==== Installation ==== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ==== 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.allow === | ||
+ | |||
+ | Single server Zimbra example: | ||
+ | |||
+ | < | ||
+ | # Advanced port+ip filtering allowed with the following format | ||
+ | # tcp/ | ||
+ | |||
+ | # Zextras Docs Server - IP 192.168.189.26 | ||
+ | tcp|out|d=389|d=192.168.189.29 | ||
+ | tcp|out|d=8443|d=192.168.189.29 # Allow from Zextras Docs to Zimbra | ||
+ | tcp|in|d=9980|s=192.168.189.29 | ||
+ | |||
+ | # Zimbra Server - IP 192.168.189.29 | ||
+ | tcp|in|d=389|s=192.168.189.26 | ||
+ | tcp|in|d=8443|s=192.168.189.26 | ||
+ | tcp|out|d=9980|d=192.168.189.26 # Allow to Zextras Docs | ||
+ | </ | ||
+ |