This is an old revision of the document!
http://wiki.zextras.com/wiki/ZeXtras_Suite_Installation_Guide#ZeXtras_Suite_full_Upgrade
Installing a newer version will automatically perform an upgrade.
rm -rf ~/zextrasinstall.old && mv ~/zextrasinstall ~/zextrasinstall.old mkdir ~/zextrasinstall && cd ~/zextrasinstall wget --limit-rate=300k http://www.zextras.com/download/zextras_suite-latest.tgz tar -xzvf zextras_suite-latest.tgz cd zextras_suite* ./install.sh all
http://wiki.zextras.com/wiki/ZeXtras_Suite_and_the_Zimbra_DoSFilter
http://wiki.zimbra.com/wiki/DoSFilter
Whitelist your IP or subnet:
zmprov gcf zimbraHttpThrottleSafeIPs zmprov mcf +zimbraHttpThrottleSafeIPs 192.168.0.0/24 zmmailboxdctl restart
View results:
grep DoSFilter /opt/zimbra/log/mailbox.log
HowTo Use S3 as Backup Storage
HowTo - Zextras Export/Backup to External Storage
Create the mount point as zimbra
user:
su - zimbra mkdir /opt/zimbra/backup/zextras
Mount NFS backup storage:
vim /etc/fstab # Add Zextras Backup store ip.of.nfs.server:/backup/va-zimbra /opt/zimbra/backup/zextras nfs _netdev 0 0
Make sure the permissions are correct:
chown zimbra.zimbra /opt/zimbra/backup
Finally, initialize the Zextras Backup:
Zimbra Administration Console → ZeXtras → Backup → Initialize NOW
http://wiki.zextras.com/wiki/ZxChat_Zimlet_Install_Guide
http://wiki.zextras.com/wiki/ZxChat_Admin_Guide
Zimbra Administration Console → ZeXtras → ZxChat → Deploy
Enable the ZxChat Zimlet:
https://wiki.zextras.com/wiki/Zextras_Drive
https://wiki.zextras.com/wiki/Zextras_Drive#Briefcase_Migration
Migrate all Briefcase data to Drive for all users:
for user in `zmprov -l gaa | grep -v -e galsync -e spam -e ham -e virus | sort`; do zxsuite drive doImport $user; done
To hide the
Briefcase
tab, uncheck it in the CoS.
The command zxsuite drive doImport
has the attribute deleteSources true
which deletes source files from the briefcase. You may do the import again with that parameter to clean the briefcases. Files already imported in Drive will not be modified if you don't use the overwrite true
attribute.