Previous | Next | Contents | Index |
Select a delivery method.
set delivery method
Command Qualifiers Defaults -default
See text -user=
usernameSee text
Must be superuser in order to define a delivery method for a user other than oneself, or to set a default delivery method.
method
A delivery method previously defined via thepmdf profile set method
command.
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.
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 |