]> andersk Git - moira.git/blame - man/chpobox.1
SMS->Moira; how connect finds server
[moira.git] / man / chpobox.1
CommitLineData
76ca8a03 1.TH CHPOBOX 1 "5 Feb 1988" "Project Athena"
2\" RCSID: $Header$
3.SH NAME
8f474dac 4chpobox \- change address at which user receives mail
76ca8a03 5.SH SYNOPSIS
8f474dac 6.B chpobox
7[
8.B username
9]
10
11or
12
76ca8a03 13.B chpobox
8f474dac 14[ \-s
15.B address
16] [ \-p ] [ -u
17.B username
18]
19
76ca8a03 20.SH DESCRIPTION
8f474dac 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 if you want to change where you will
42receive mail.
43
227344f4 44The
8f474dac 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
227344f4 66.B -p
8f474dac 67flag. This will set your mailbox to the last post office server
68it was using.
227344f4 69.PP
b45bc46f 70
8f474dac 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
b45bc46f 88
89When a mailbox is stored in the central database, any host mentioned
90will have it's 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.
8f474dac 101
102.SH SEE ALSO
103moira(1),
104
105Moira Section of the Project Athena Technical Plan.
This page took 0.085012 seconds and 5 git commands to generate.