PMDF System Manager's Guide


Previous Contents Index


set delivery

Select a delivery method.

Syntax

set delivery method

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

restrictions

Must be superuser 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 via the pmdf profile set method command.

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. Superuser can select a delivery method for another user with the -user qualifier, or may select a default delivery method for all users who have not specified a delivery method choice with the -default qualifier.


EXAMPLES

Below is an example of setting the default delivery method to DMW, and the delivery method for the PMDF system manager to BSD.


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


Previous Next Contents Index