PMDF User's Guide
UNIX Edition


Previous Contents Index


set delivery

Select a delivery method.

Syntax

set delivery method

Command Qualifiers Defaults
None. None.

restrictions

Must be root in order to define a delivery method for a user other than oneself, or to set a default delivery method.

Parameters

method

A delivery method previously defined for the PMDF profile database by the PMDF postmaster.

Description

This utility is used to select a delivery method in the PMDF user profile database. A user may only select a delivery method for themself.


EXAMPLES

Below is an example of setting one's own delivery method to DMW.


# 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> set delivery DMW
profile> exit


Previous Next Contents Index