Previous | Contents | Index |
Show a delivery method definition.
show method [method-name]
Qualifiers Defaults -all
See text
None.
method-name
An optional parameter, which if specified must be the name of a previously defined delivery method.
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.
Show the definitions of all delivery methods.
-all
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 |