PMDF System Manager's Guide


Previous Contents Index

30.2.1 PMDF Profile: Delivery Method Utility (UNIX)

The pmdf profile utility sets PMDF user profile database entries. It may be used by the PMDF system manager to define delivery methods for local users, and to set the delivery method for a specific user or to set a default delivery method for local users, and may also be used by users to select among the defined delivery methods.

To create a PMDF profile database, issue a command such as


# su pmdf -c "pmdf crdb /dev/null PMDF_USER_PROFILE_DATABASE"

Then to run the pmdf profile utility, issue the command


# pmdf profile

Use the exit or quit command to exit pmdf profile. The commands accepted by this utility are summarized in Table 30-2 and described in detail subsequently.

Table 30-2 Summary of pmdf profile commands
set method Define a delivery method
show method Show the definition of a delivery method
delete method Delete a delivery method definition
set delivery Select a delivery method
show delivery Show what delivery method is currently selected
delete delivery Clear a delivery method selection


Previous Next Contents Index