Quote:
Originally Posted by rbreck 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.
