]> andersk Git - moira.git/blame - man/chpobox.1
mention double-quoted hostnames
[moira.git] / man / chpobox.1
CommitLineData
76ca8a03 1.TH CHPOBOX 1 "5 Feb 1988" "Project Athena"
2\" RCSID: $Header$
3.SH NAME
4chpobox \- change where user receives mail
5.SH SYNOPSIS
6.B chpobox
227344f4 7[-s address][-p][-u username]
76ca8a03 8.SH DESCRIPTION
227344f4 9This command sets and displays the mailbox currently assigned to
76ca8a03 10.IR username
11(your own name by default).
12If neither the
227344f4 13.B -s
76ca8a03 14or the
227344f4 15.B -p
16option is given, the current mailbox will be displayed.
17The
18.B -s
19option will attempt to set the user's mailbox to the specified address.
20The
21.B -p
22flag will set the user's mailbox to the last Post Office server it was
23using if the mailbox is now a foreign address.
24.PP
76ca8a03 25A mailbox address is of the form
26.I string@hostname,
27where the string is usually the username, and the hostname is the name
28of the machine the user wishes to receive mail on.
76ca8a03 29.B chpobox
30will determine if the mailbox is of type POP, LOCAL, or FOREIGN based
31on information in the SMS database, and then make the appropriate
32change in the SMS database.
b45bc46f 33
227344f4 34It will not allow a user to have more than one mailbox of any type.
35The actual change will not take place on the mail hub for several hours.
76ca8a03 36Users may only change their own information unless they are
37SMS database administrators.
b45bc46f 38
39When a mailbox is stored in the central database, any host mentioned
40will have it's name canonicalized to a standard form. If for some
41reason you don't want to have the hostname canonicalized, put
42.B just the hostname
43in double-quotes. For example, the command
44.nf
45.nj
46 chpobox -s jrhacker@\\"lcs.mit.edu\\"
47.fi
48will not be canonicalized to jrhacker@ptt.lcs.mit.edu, as it would
49otherwise. Also note that the double-quotes were preceded by
50backslashes to get them past the shell.
76ca8a03 51.SH "SEE ALSO"
227344f4 52sms(1),
76ca8a03 53SMS Section of the Project Athena Technical Plan.
This page took 0.099342 seconds and 5 git commands to generate.