PMDF popstore & MessageStore Manager's Guide


Previous Next Contents Index


forward

Establish a forwarding address.

Syntax

forward username forward-to-address

Command Switches
-override -override

Parameters

username

Username for which to establish a forwarding address.

forward-to-address

Address to which to forward messages. Must be a single, fully-qualified RFC822 address---specifically, an RFC822 "addr-spec".

Description

Messages destined for the popstore can be automatically forwarded to a different popstore addressee or to another address outside of the popstore altogether. This is done by establishing a forwarding address with the forward command. For instance, to forward all mail for the popstore user sandy to the address sandra@example.com, issue the command


popstore> forward sandy sandra@example.com
The username supplied (e.g., sandy) need not correspond to an actual popstore account. Note that if more than one forwarding address is supplied, then each address should be separated by commas and all the addresses enclosed in a set of double quotes. For example,


popstore> forward sandy "sandy, sandra@example.com"
When a forwarding address is established for an actual popstore user, that user will no longer receive mail in the popstore unless the forwarding includes their account in the list of addresses to forward to. For instance, the first example above would cause the account sandy to no longer receive into the popstore mail sent to it. The mail is instead directed to sandra@example.com. In the second example, however, mail will still be stored into the popstore for the account sandy. In addition, a copy of the mail will be forwarded to sandra@example.com.


Command Switches

-override (default)

-nooverride

By default, forwarding addresses can be established for existing popstore users. Specify -nooverride to prevent inadvertently forwarding an existing user's messages elsewhere. A manager can not establish a forwarding address which will override a popstore account outside of their own management group.


Previous Next Contents Index