User Tools

Site Tools


internet:mail:zimbra_zextras

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
internet:mail:zimbra_zextras [2015/01/18 18:18]
gcooper
internet:mail:zimbra_zextras [2015/05/01 08:25]
gcooper
Line 6: Line 6:
  
 <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> <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>
 +
 +===== Zextras Upgrade =====
 +
 +http://wiki.zextras.com/wiki/ZeXtras_Suite_Installation_Guide#ZeXtras_Suite_full_Upgrade
 +
 +===== Installation =====
 +
 +<file>
 +rm -rf ~/zextrasinstall.old && mv ~/zextrasinstall ~/zextrasinstall.old
 +mkdir ~/zextrasinstall && cd ~/zextrasinstall
 +wget http://www.zextras.com/download/zextras_suite-latest.tgz
 +tar -xzvf zextras_suite-latest.tgz
 +cd zextras_suite*
 +./install.sh all
 +
 +</file>
  
 ===== Zimbra DoS Filter ===== ===== Zimbra DoS Filter =====
Line 24: Line 40:
 <file> <file>
 grep DoSFilter /opt/zimbra/log/mailbox.log grep DoSFilter /opt/zimbra/log/mailbox.log
-</file> 
- 
-===== Installation ===== 
- 
-<file> 
-mkdir ~/zextrasinstall 
-cd ~/zextrasinstall 
-wget http://www.zextras.com/download/zextras_suite-latest.tgz 
-tar -xzvf zextras_suite-latest.tgz 
-cd zextras_suite* 
-./install.sh all 
- 
 </file> </file>