PMDF System Manager's Guide


Previous Contents Index


delete method

Delete a delivery method definition.

Syntax

delete method method-name

Command Qualifiers Defaults
None. None.

restrictions

Must be superuser in order to delete a delivery method definition.

Parameters

method-name

The name of a delivery method previously defined via the pmdf profile set method command.

Description

This utility is used to delete a delivery method definition from the PMDF user profile database. (Users who had previously selected this delivery method with the pmdf profile set delivery command will get the default delivery method until they select another currently defined delivery method.)


EXAMPLES

Below is an example of deleting a delivery method.


# pmdf profile
profile> show method -all
Delivery method(s) defined: 
    BSD         /var/spool/mail/%s 
    DMW         |/usr/bin/inetgrecv %s 
    MIME        +/var/spool/mail/%s 
profile> delete method MIME
profile> exit


Previous Next Contents Index