]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/doc/usd/07.mail/mail1.nr
Add VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-V
[FreeBSD/FreeBSD.git] / share / doc / usd / 07.mail / mail1.nr
1 .\" Copyright (c) 1980, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. Neither the name of the University nor the names of its contributors
13 .\"    may be used to endorse or promote products derived from this software
14 .\"    without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .\"     @(#)mail1.nr    8.1 (Berkeley) 6/8/93
29 .\"
30 .sh 1 Introduction
31 .pp
32 .i Mail
33 provides a simple and friendly environment for sending and receiving mail.
34 It divides incoming mail into
35 its constituent messages and allows the user to deal with them
36 in any order.  In addition, it provides a set of
37 .i ed -\c
38 like commands for manipulating messages and sending mail.
39 .i Mail
40 offers the user simple editing capabilities to ease the composition
41 of outgoing messages, as well as providing the ability to define and send
42 to names which address groups of users.  Finally,
43 .i Mail
44 is able to send and receive messages across such networks as the
45 ARPANET, UUCP, and Berkeley network.
46 .pp
47 This document describes how to use the
48 .i Mail
49 program to send and receive messages.  The reader is not assumed to
50 be familiar with other message handling systems, but should be
51 familiar with the \s-2UNIX\s0\**
52 .(f
53 \** \s-1UNIX\s0 is a trademark of Bell Laboratories.
54 .)f
55 shell, the text editor, and some of the common \s-2UNIX\s0 commands.
56 .q "The \s-2UNIX\s0 Programmer's Manual,"
57 .q "An Introduction to Csh,"
58 and
59 .q "Text Editing with Ex and Vi"
60 can be consulted for more information on these topics.
61 .pp
62 Here is how messages are handled:
63 the mail system accepts incoming
64 .i messages
65 for you from other people
66 and collects them in a file, called your
67 .i "system mailbox" .
68 When you login, the system notifies you if there are any messages
69 waiting in your system mailbox.  If you are a
70 .i csh
71 user, you will be notified when new mail arrives if you inform
72 the shell of the location of your mailbox.  On version 7 systems,
73 your system mailbox is located in the directory /var/mail
74 in a file with your login name.  If your login name is
75 .q sam,
76 then you can make
77 .i csh
78 notify you of new mail by including the following line in your .cshrc
79 file:
80 .(l
81 set mail=/var/mail/sam
82 .)l
83 When you read your mail using
84 .i Mail ,
85 it reads your system mailbox and separates that file into the
86 individual messages that have been sent to you.  You can then
87 read, reply to, delete, or save these messages.
88 Each message is marked with its author and the date they sent it.