Name

msgservicelist — list the status of a SCOoffice Mail Server system service

Synopsis

/opt/lsb-sco.com/msg/bin/msgservicelist 
   --service=ldap|postfix|cyrus|docview [ attributes ]

Description

The msgservicelist utility is a Perl script that lists the status of a single SCOoffice Mail Server system service with its description and attributes. Only the SCOoffice Mail Server admin user can use the msgservicelist tool.

The status of SCOoffice Mail Server system services can also be viewed with the Server Manager in the System menu under Mail Services; this is the recommended method.

The SCOoffice Mail Server system services are:

ldap

LDAP directory server.

postfix

Postfix MTA (Mail Transfer Agent).

cyrus

Cyrus IMAP server.

docview

DocView on-line documentation server.

One or more of the following attributes can be specified; without attribute arguments, the default is --all:

--all

List all attributes.

--service

List the name of the service.

--description

List the description.

-- pid

List the current process ID.

--command

List the full pathname of the command that starts the service.

--action

List the actions that can be taken on the service; for example, start, stop, restart (stop, then start) or reload (configuration files).

--status

List whether the services is UP or DOWN.

Files

/opt/lsb-sco.com/msg/bin/msgservicelist

the msgservicelist Perl script

/etc/rc.d/init.d/ldap

the LDAP init file

/etc/rc.d/init.d/postfix

the Postfix init file

/etc/rc.d/init.d/cyrus

the Cyrus init file

/etc/rc.d/init.d/docview

the DocView init file

See also

msgserviceaction(8), msgserviceactionlistall(8)