How can I tell the Messaging Server to use another Directory Server if its Directory Server fail
Find the following file:
server-root/userdb/dbswitch.conf
where server-root is the base directory where your SuiteSpot
servers are installed. The contents of the file
probably look something like this:
directory default ldap://foo.mcom.com:389/o%3DAcme,c%3DUS
Replace the single hostname listed in the file with a
space-separated list of multiple host names identifying
your primary and backup Directory Server machines. For example:
directory default ldap://foo.mcom.com bar.mcom.com:389/o%3DAcme,c%3DUS
Note: All listed Directory Servers must all use the same port
number and base DN. All the listed servers
must also have identical content for a failover to work seamlessly.

