PMDF System Manager's Guide


Previous Contents Index


delete delivery

Clear a delivery method selection.

Syntax

delete delivery

Command Qualifiers Defaults
-default See text
-user=username See text

restrictions

Must be superuser in order to delete another user's choice of delivery method, or to delete the default delivery method selection.

Parameters

None.

Description

This utility is used to delete (clear) a previous delivery method selection from the PMDF user profile database. A user may only delete their own delivery method choice. Superuser can delete the delivery method for another user with the -user qualifier, or may delete the default delivery method, used for all users who have not specified an explicit delivery method choice, with the -default qualifier.


Command Qualifiers

-default

Clear the default selection of delivery method.

-user=username

Clear the delivery method selection for user username.

EXAMPLES

Below is an example of deleting a delivery method.


# pmdf profile
profile> show delivery -default
  The default delivery selection is BSD 
profile> delete delivery -default
profile> exit


Previous Next Contents Index