PMDF User's Guide
UNIX Edition


Previous Contents Index


show method

Show a delivery method definition.

Syntax

show method [method-name]

Qualifiers Defaults
-all See text

restrictions

None.

Parameters

method-name

An optional parameter, which if specified must be the name of a previously defined delivery method.

Description

This command is used to show the definitions of delivery methods in the PMDF user profile database. This command may be used to show the definition of a particular delivery method, by specifying the method parameter, or may be used to show the definitions of all the currently defined delivery methods by instead specifying the -all qualifier.


Command Qualifiers

-all

Show the definitions of all delivery methods.

EXAMPLES

Below is an example of showing all defined delivery methods.


# pmdf profile
profile> show method -all
Method BSD is defined as: /var/spool/mail/%s 
Method DMW is defined as: |/usr/bin/inetgrecv %s 
Method MIME is defined as: +/var/spool/mail/%s 
profile> exit


Previous Next Contents Index