Quote:
|
I want to put the volumes (userdata et al) onto another server of mine that has raid drives..
|
Let's say just dealing with the store and index (not all the userdata by any means but it probably takes up the most space).
shutdown zimbra
backup your entire /opt/zimbra directory to a safe place (tar it up etc)
move store and index to say storesave and indexsave.
Mount the remote filesystems/drives according to your os documentation.
If you can't mount them with the desired path, create symbolic links to the mount etc so for instance /opt/zimbra/store is a symbolic link to /data (which might be a on a remote machine)
Move the contents of storesave & indexsave to that mount/remote location.
Quote:
|
Lastly can any other software use the zimbra ldap server? I'd like plone to authenticate users against zimbra.
|
search...you might have found:
Using Zimbra LDAP for System Auth
for instance if you want an apache installation to auth against zimbra ldap:
LDAP Apache - ZimbraWiki