View Single Post
  #7 (permalink)  
Old 06-16-2010, 12:33 PM
phoenix phoenix is online now
Zimbra Consultant & Moderator
 
Posts: 20,305
Default

Quote:
Originally Posted by rbreck View Post
I'm in the same boat Jonallport, did you ever figure out a safe way to remove memcached completely from your server?
Details of how to disable and remove service are in the forums. Run the following command to display the installed & Enabled services:

Code:
zmprov gs `zmhostname` | grep zimbraServiceEnabled
zmprov gs `zmhostname` | grep zimbraServiceInstalled
To disable a service run the following (this example is for the proxy):

Code:
zmprov ms `zmhostname` -zimbraServiceEnabled imapproxy
Details for memcached are in the earlier post in this thread.
__________________
Regards


Bill
Reply With Quote