internet:mail:zimbra_zextras
Differences
This shows you the differences between two versions of the page.
Both sides previous revision
Previous revision
Next revision
|
Previous revision
|
internet:mail:zimbra_zextras [2014/11/11 12:19] gcooper |
— (current) |
====== Zimbra with Zextras Add-On ====== | |
| |
http://www.zextras.com | |
| |
<note warning>ZeXtras Suite needs to bind on TCP port 8735 in order to operate, for inter-instance communication. The ZeXtras Chat module needs to bind on TCP ports 5222 and/or 5223 in order for any XMPP feature to be functional. Please verify no other service listens on these ports and that port 8735 is properly filtered from public access by your firewall.</note> | |
| |
<note important>Zimbra 8.x users might experience slowness and AJAX errors when accessing the Zimbra Administration Console because of the Zimbra DOS Filter. In this case, raising the number of Maximum Requests per Second is suggested (see http://wiki.zextras.com/DosFilter for further information)</note> | |
| |
===== Installation ===== | |
| |
<file> | |
mkdir ~/zextrasinstall | |
cd ~/zextrasinstall | |
wget http://www.zextras.com/download/zextras_suite-latest.tgz | |
tar -xzvf zextras_suite-latest.tgz | |
cd cd zextras_suite* | |
./install all | |
| |
</file> | |
| |
===== Backup ===== | |
| |
http://wiki.zextras.com/wiki/ZxBackup_Admin_Guide | |
| |
Create the mount point as ''zimbra'' user: | |
| |
<file> | |
su - zimbra | |
mkdir /opt/zimbra/backup/zextras | |
</file> | |
| |
Mount NFS backup storage: | |
| |
<file> | |
vim /etc/fstab | |
| |
# Add Zextras Backup store | |
ip.of.nfs.server:/backup/va-zimbra /opt/zimbra/backup/zextras nfs _netdev 0 0 | |
</file> | |
| |
| |
| |
| |
internet/mail/zimbra_zextras.1415733552.txt.gz · Last modified: 2014/11/11 12:19 by gcooper