Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-03-2009, 02:53 AM
Loyal Member
 
Posts: 84
Default Applying new security patch

A quick heads-up for people about to apply the recently announced patch (Critical Security Issue) using the commands listed in that run-down: the commands as currently presented try to move the old versions of the files to a new location without first creating it. If following the method in that forum post, the following:
Code:
cd /tmp;
curl -O http://files.zimbra.com/downloads/security/dom4j-1.5.jar;
mv /opt/zimbra/lib/jars/dom4j-1.5.jar /opt/zimbra/save-07012009/dom4j-1.5-lib.jar;
mv /opt/zimbra/jetty-6.1.5/common/lib/dom4j-1.5.jar /opt/zimbra/save-07012009/dom4j-1.5-common.jar;
cp /tmp/dom4j-1.5.jar /opt/zimbra/lib/jars/dom4j-1.5.jar;
cp /tmp/dom4j-1.5.jar /opt/zimbra/jetty-6.1.5/common/lib/dom4j-1.5.jar;
should become:
Code:
cd /tmp;
curl -O http://files.zimbra.com/downloads/security/dom4j-1.5.jar;
mkdir /opt/zimbra/save-07012009;
mv /opt/zimbra/lib/jars/dom4j-1.5.jar /opt/zimbra/save-07012009/dom4j-1.5-lib.jar;
mv /opt/zimbra/jetty-6.1.5/common/lib/dom4j-1.5.jar /opt/zimbra/save-07012009/dom4j-1.5-common.jar;
cp /tmp/dom4j-1.5.jar /opt/zimbra/lib/jars/dom4j-1.5.jar;
cp /tmp/dom4j-1.5.jar /opt/zimbra/jetty-6.1.5/common/lib/dom4j-1.5.jar;
(note: the above is for 5.x, the relevant change is needed for the other versions too)

Last edited by dspillett; 07-03-2009 at 03:39 AM.. Reason: Typos
Reply With Quote
  #2 (permalink)  
Old 07-03-2009, 05:35 AM
Member
 
Posts: 13
Default

Also, if your Zimbra is new enough to have this command (5+ I believe) you can do

su - zimbra
zmmailboxdctl stop
zmmailboxdctl start

To restart just the mailbox service without restarting all services.

This is not official Zimbra advice but worked for me.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.