]> andersk Git - moira.git/blame_incremental - man/chpobox.1
don't print empty type fields & don't print entries with bad addresses
[moira.git] / man / chpobox.1
... / ...
CommitLineData
1.TH CHPOBOX 1 "5 Feb 1988" "Project Athena"
2\" RCSID: $Header$
3.SH NAME
4chpobox \- change address at which user receives mail
5.SH SYNOPSIS
6.B chpobox
7[
8.B username
9]
10
11or
12
13.B chpobox
14[ \-s
15.B address
16] [ \-p ] [ -u
17.B username
18]
19
20.SH DESCRIPTION
21Your post office box is what determines where you will receive
22mail. It can be of two types:
23.I POP,
24which is what you have by default, or
25.I SMTP
26which allows you to specify an alternate address for your mail.
27
28In the first use of this command, the post office box of the
29user whose name corresponds to the single argument
30.I username
31(or your own name if
32.I username
33is not specified) is displayed.
34
35In the second use, this command sets the
36actual address that will receive mail sent to
37.I username@ATHENA.MIT.EDU
38(where
39.I username
40is your own name if you have not specified it on the command line).
41It should be used if you want to change where you will
42receive mail.
43
44The
45.I chpobox
46command is used instead of the file
47.I .forward,
48which would be used with standard UNIX mail.
49
50In order to change the address that receives mail sent to
51.I username@ATHENA.MIT.EDU,
52use the
53.B -s
54option. Specifically, to reroute your mail to
55the address
56.I name@host,
57you would issue the command
58
59.nf
60.nj
61chpobox -s name@host.
62.fi
63
64To restore your post office box to its original Athena default,
65use the
66.B -p
67flag. This will set your mailbox to the last post office server
68it was using.
69.PP
70
71Only one of
72.B -p
73or
74.B -s
75may be used at a time.
76
77Note that the actual change will not take place on the mail hub
78for several hours.
79
80Regular users may change and retrieve information about only
81their own post office boxes. Moira database administrators can
82change or retrieve information about any user's post office box,
83specifying the user with the
84.B -u
85option.
86
87.SH NOTE
88
89When a mailbox is stored in the central database, any host mentioned
90will have its name canonicalized to a standard form. If for some
91reason you don't want to have the hostname canonicalized, put
92.B just the hostname
93in double-quotes. For example, the command
94.nf
95.nj
96 chpobox -s jrhacker@\\"lcs.mit.edu\\"
97.fi
98will not be canonicalized to jrhacker@ptt.lcs.mit.edu, as it would
99otherwise. Also note that the double-quotes were preceded by
100backslashes to get them past the shell.
101
102.SH SEE ALSO
103moira(1),
104
105Moira Section of the Project Athena Technical Plan.
This page took 0.045529 seconds and 5 git commands to generate.