PMDF popstore & MessageStore Manager's Guide
PMDF-POP-6.0


Previous | Contents

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 may 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 sue to the address susan@acme.com, issue the command
popstore> forward sue susan@acme.com
The username supplied (e.g., sue) 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 sue "sue,susan@acme.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 sue to no longer receive into the popstore mail sent to it. The mail is instead directed to susan@acme.com. In the second example, however, mail will still be stored into the popstore for the account sue. In addition, a copy of the mail will be forwarded to susan@acme.com.

COMMAND SWITCHES

-override (default)

-nooverride

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


Previous | Next | Contents