A Messaging Server Configuration Scripts

This appendix provides information about the Oracle Communications Messaging Server configuration scripts.

configure Script

The configure script enables you to perform an initial configuration of your Messaging Server deployment. Table A-1 describes the configure options.

Table A-1 configure Options

Option Description

--debug

Provides general debug information primarily for LDAP operations.

--help

Displays help.

--ignoreSendmail

Keeps sendmail enabled after configuration. In other words, sendmail does not disable after configuration.

--ldapport [ldapport]

Specifies an LDAP port other than the default port 389.

-ldif

Causes configure to run without modifying the directory and instead generate an LDIF file (MessagingServer_home/data/install/configure.ldif) which the administrator can apply to the directory after initial configuration. This is needed if the person doing the installation does not have directory administrative rights.

--noldap

Runs without LDAP present (statefile only).

--novalidate

Skips most validation of user input.

--noxml

Generates legacy configuration (does not use XML-based Unified Configuration); can also be used to replace a Unified Configuration with a freshly generated legacy configuration (fresh installation of Messaging Server, not an upgrade where the configtoxml command was run).

--preserveCritical

Does not overwrite critical attributes.

--saveState [statefile]

Specifies a location other than the default location (mentioned below) to save a state file.

--ssl [ssl]

Requires SSL when configuring LDAP.

--state [statefile]

Uses a silent installation file. See "To Run a Messaging Server Silent Installation."

--version, --V

Displays product version.

--xml

Generates Unified Configuration (XML).