Previous | Next | Contents | Index |
unforward
Command: remove a forwarding address
Previously established forwarding addresses can be undone with the
unforward
command. Parameter names and associated values
accepted by the command are listed in Table 4-25.
parameter=value |
Description | |
---|---|---|
on_error=file-spec
|
Required | Name of the formatting file to use to format the results when the command fails. |
on_success=file-spec
|
Required | Name of the formatting file to use to format the results when the command succeeds. |
username=string
|
Required |
Username for which to remove the forwarding.
string has a maximum length of 32 bytes and can not
contain wild cards.
|
When multiple instances of the username
parameter are
provided, the forwardings for each of the specified usernames are
removed.
As an example, consider the command which removes the forwardings for
the two usernames sue
and tom
:
command=unforward&username=sue&username=tom& on_success=unforward_success.txt&on_error=unforward_error.txt |
Previous | Next | Contents | Index |