Created
March 2, 2011 09:36
-
-
Save skihero/850693 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="ISO-8859-1" ?> | |
<!-- This conf file will be read to configure the client side --> | |
<!-- and the set the requried parameters in the server side --> | |
<!-- First draft: Wed Feb 16 11:19:52 IST 2011 : Kish --> | |
<!-- Added zimbra params : Mon Feb 28 21:08:01 IST 2011: Kish --> | |
<!-- Added zimbraMisc : Wed Mar 2 00:24:08 IST 2011 : Kish --> | |
<default_settings> | |
<services> | |
<name>Messagin </name> | |
<name>Phone</name> | |
<name>CMS</name> | |
</services> | |
<!-- | |
<user> | |
</user> | |
--> | |
<zimbra> | |
<host> 10.10.20.183 </host> | |
<domain> domainuc.com </domain> | |
<admin_username>[email protected]</admin_username> | |
<admin_password>ourpassword12345</admin_password> | |
<json> true</json> | |
<trial_run> true </trial_run> | |
<verbosity> true</verbosity> | |
</zimbra> | |
<!-- These will be the generic misc params that will be | |
passed with create account request | |
--> | |
<zimbraMisc> | |
<name> name1 </name> | |
<description> description1 </description> | |
<name> name2 </name> | |
<description> description2 </description> | |
</zimbraMisc> | |
<sipx> | |
<host>10.10.20.x</host> | |
<password>password </password> | |
</sipx> | |
<log>true</log> | |
</default_settings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment