source: trunk/third/moira/man/chpobox.1 @ 24319

Revision 24319, 2.2 KB checked in by broder, 14 years ago (diff)
New Moira snapshot from SVN.
Line 
1.TH CHPOBOX 1 "5 Feb 1988" "Project Athena"
2\" RCSID: $HeadURL: svn+ssh://svn.mit.edu/moira/trunk/moira/man/chpobox.1 $ $Id: chpobox.1 3956 2010-01-05 20:56:56Z zacheiss $"
3.SH NAME
4chpobox \- change address at which user receives mail
5.SH SYNOPSIS
6.TP 8
7chpobox [ username ]
8.TP 8
9chpobox [ \-s address | \-S address | \-p ] [ \-u username ]
10.SH DESCRIPTION
11Your post office box is what determines where you will receive
12mail.  It can be of several types:
13.I POP, IMAP, SMTP, SPLIT
14or
15.IR NONE .
16
17In the first use of this command, the post office box of the
18user whose name corresponds to the single argument
19.I username
20(or your own name if
21.I username
22is not specified) is displayed.
23
24In the second use, this command sets the
25actual address that will receive mail sent to
26.I username@MIT.EDU
27(where
28.I username
29is your own name if you have not specified it on the command line).
30It should be used if you want to change where you will
31receive mail. 
32
33The
34.I chpobox
35command is used instead of the file
36.I .forward,
37which would be used with standard UNIX mail.
38
39In order to change the address that receives mail sent to
40.I username@MIT.EDU,
41use the
42.B -s
43option.  Specifically, to reroute your mail to
44the address
45.I name@host,
46you would issue the command
47
48.nf
49.nj
50chpobox -s name@host
51.fi
52
53To split mail between your local post office box and a remote address,
54use the
55.B -S
56option.
57
58To restore your post office box to its original Athena default,
59use the
60.B -p
61flag.  This will set your mailbox to the last POP or IMAP server
62it was using.
63.PP
64
65Only one of
66.B -p
67or
68.B -s
69or
70.B -S
71may be used at a time.
72
73Note that the actual change may take up to a day to
74propogate to the mail hub.
75
76.SH NOTE
77
78When a mailbox is stored in the central database, any host mentioned
79will have its name canonicalized to a standard form.  If for some
80reason you don't want to have the hostname canonicalized, put
81.B just the hostname
82in double-quotes.  For example, the command
83.nf
84.nj
85        chpobox -s jrhacker@\\"cd.mit.edu\\"
86.fi
87will not be canonicalized to jrhacker@ls.mit.edu, as it would
88otherwise.  Also note that the double-quotes were preceded by
89backslashes to get them past the shell.
90
91.SH SEE ALSO
92moira(1),
93
94Moira Section of the Project Athena Technical Plan.
Note: See TracBrowser for help on using the repository browser.