Previous | Next | Contents | Index |
As described in Section 4.3.1, management commands take the general form
command=command-name¶meter-name-1=parameter-value-1& ...¶meter-name-N=parameter-value-N |
command-name
gives the name of the
command to execute. It is then followed by two or more parameters which
provide supplemental information relevant to the operation to be
performed. When parameter names are duplicated in the command, only the
right most instance of the parameter=value pair is honored. Two
exceptions to this are the username
and flag
parameters which for many commands can be repeated with significance.
For those parameters whose values are file specifications, the file
specifications must be relative file paths specifying files in the
/pmdf/www/popstore/
directory tree on UNIX and NT systems,
or the directory PMDF_ROOT:[WWW.POPSTORE]
on OpenVMS
systems.
The valid command names are listed in the table below and described in the following sections.
Command name | Section | Description |
---|---|---|
add_group
|
4.3.4.1 | Add a new management group |
add_user
|
4.3.4.2 | Add a new user account |
copy_user
|
4.3.4.3 | Use an existing user account as the basis for a new user account |
delete
|
4.3.4.5 |
Synonym for
delete_message
|
delete_group
|
4.3.4.4 | Delete a management group |
delete_message
|
4.3.4.5 | Delete one or more messages for a user account |
delete_messages
|
4.3.4.6 | Delete all stored messages for a user account |
delete_user
|
4.3.4.7 | Remove a user account |
forward
|
4.3.4.8 | Establish a forwarding address |
list_forward
|
4.3.4.9 | List forwarding addresses |
list_groups
|
4.3.4.10 | List management groups |
list_users
|
4.3.4.11 | List user accounts |
modify_group
|
4.3.4.12 | Modify a management group definition |
modify_user
|
4.3.4.13 | Modify an existing user account |
rename_user
|
4.3.4.14 | Change the username associated with a user account |
show
|
4.3.4.16 |
Synonym for
show_message
|
show_counters
|
4.3.4.15 | Show channel counters for the popstore or other PMDF channels |
show_message
|
4.3.4.16 | Show a stored message |
show_user
|
4.3.4.17 | Show settings for a user account |
unforward
|
4.3.4.18 | Remove a forwarding address |
Previous | Next | Contents | Index |