Getting the Email Server Settings
You can get (retrieve) the email server settings by executing a command in the command line interface of Command Central.
To get the settings, execute the following command, which will print the configuration:
CentraSiteCommand.sh get Email [-url <CENTRASITE-URL>] -user <USER-ID>
-password <PASSWORD> -file <CONFIG-FILE>
The following table describes the complete set of input parameters that you can use with the get Email utility:
Parameter | Description |
-url | The fully qualified URL (http://localhost:53307/CentraSite/CentraSite) for the CentraSite registry/repository. |
-user | The user ID of a user who has the CentraSite Administrator role. |
-password | The password of the user identified by the parameter -user. |
-file | The absolute or relative path to the XML configuration file. If relative, the path should be relative to the location from where the command is executed. |
For example:
CentraSiteCommand.sh get Email -url http://localhost:53307/CentraSite/CentraSite
-user Administrator -password manage -file config.xml