]> andersk Git - moira.git/blobdiff - man/chpobox.1
changing status field in host table now results in only the target host's
[moira.git] / man / chpobox.1
index 003ad4cbc91287c1f8f52ac4f18e2c5797189f4c..e841aa5676cb9de26c147caf46efdc578acbc1d0 100644 (file)
 .TH CHPOBOX 1 "5 Feb 1988" "Project Athena"
 \" RCSID: $Header$
 .SH NAME
-chpobox \- change where user receives mail
+chpobox \- change address at which user receives mail
 .SH SYNOPSIS
+.B chpobox 
+[
+.B username
+]
+
+or
+
 .B chpobox
-[ -d|a address] [-u username]
+[ \-s 
+.B address
+] [ \-p ] [ -u 
+.B username 
+]
+
 .SH DESCRIPTION
-This command adds a new mailbox, deletes and existing mailbox, or
-lists the mailboxes currently assigned to
-.IR username
-(your own name by default).
-If neither the
-.B -a
-or the
-.B -d
-option is given, the current mailboxes will be displayed.  
-The options will attempt to add or delete the specified mailbox.  
-A mailbox address is of the form
-.I string@hostname,
-where the string is usually the username, and the hostname is the name
-of the machine the user wishes to receive mail on.
+Your post office box is what determines where you will receive
+mail.  It can be of two types: 
+.I POP,
+which is what you have by default, or 
+.I SMTP
+which allows you to specify an alternate address for your mail.
+
+In the first use of this command, the post office box of the
+user whose name corresponds to the single argument
+.I username
+(or your own name if 
+.I username
+is not specified) is displayed.
+
+In the second use, this command sets the 
+actual address that will receive mail sent to 
+.I username@ATHENA.MIT.EDU
+(where 
+.I username
+is your own name if you have not specified it on the command line).
+It should be used if you want to change where you will 
+receive mail.  
+
+The 
+.I chpobox 
+command is used instead of the file
+.I .forward,
+which would be used with standard UNIX mail. 
+
+In order to change the address that receives mail sent to 
+.I username@ATHENA.MIT.EDU,
+use the 
+.B -s
+option.  Specifically, to reroute your mail to
+the address 
+.I name@host,
+you would issue the command
+
+.nf
+.nj
+chpobox -s name@host.
+.fi
+
+To restore your post office box to its original Athena default,
+use the 
+.B -p
+flag.  This will set your mailbox to the last post office server
+it was using.
 .PP
-.B chpobox
-will determine if the mailbox is of type POP, LOCAL, or FOREIGN based
-on information in the SMS database, and then make the appropriate
-change in the SMS database.
-It will not allow a user to have more than one mailbox of type POP,
-and it will not allow a user to delete his last mailbox.
-The actual change will take place a couple of hours later. 
-Users may only change their own information unless they are
-SMS database administrators.
-.SH "SEE ALSO"
-usermaint(1),
-SMS Section of the Project Athena Technical Plan.
+
+Only one of 
+.B -p
+or
+.B -s
+may be used at a time.
+
+Note that the actual change will not take place on the mail hub
+for several hours.  
+
+Regular users may change and retrieve information about only
+their own post office boxes.  Moira database administrators can
+change or retrieve information about any user's post office box,
+specifying the user with the
+.B -u
+option.
+
+.SH NOTE
+
+When a mailbox is stored in the central database, any host mentioned
+will have its name canonicalized to a standard form.  If for some
+reason you don't want to have the hostname canonicalized, put
+.B just the hostname
+in double-quotes.  For example, the command
+.nf
+.nj
+       chpobox -s jrhacker@\\"lcs.mit.edu\\"
+.fi
+will not be canonicalized to jrhacker@ptt.lcs.mit.edu, as it would
+otherwise.  Also note that the double-quotes were preceded by
+backslashes to get them past the shell.
+
+.SH SEE ALSO
+moira(1),
+
+Moira Section of the Project Athena Technical Plan.
This page took 0.069503 seconds and 4 git commands to generate.