BSD 4_1c_2 release
[unix-history] / usr / doc / Mail / mail1.nr
CommitLineData
1b34f08c
C
1.sh 1 Introduction
2.pp
3.i Mail
4provides a simple and friendly environment for sending and receiving mail.
5It divides incoming mail into
6its constituent messages and allows the user to deal with them
7in any order. In addition, it provides a set of
8.i ed -\c
9like commands for manipulating messages and sending mail.
10.i Mail
11offers the user simple editing capabilities to ease the composition
12of outgoing messages, as well as providing the ability to define and send
13to names which address groups of users. Finally,
14.i Mail
15is able to send and receive messages across such networks as the
16ARPANET, UUCP, and Berkeley network.
17.pp
18This document describes how to use the
19.i Mail
20program to send and receive messages. The reader is not assumed to
21be familiar with other message handling systems, but should be
22familiar with the \s-2UNIX\s0\**
23.(f
24\** \s-1UNIX\s0 is a trademark of Bell Laboratories.
25.)f
26shell, the text editor, and some of the common \s-2UNIX\s0 commands.
27.q "The \s-2UNIX\s0 Programmer's Manual,"
28.q "An Introduction to Csh,"
29and
30.q "Text Editing with Ex and Vi"
31can be consulted for more information on these topics.
32.pp
33Here is how messages are handled:
34the mail system accepts incoming
35.i messages
36for you from other people
37and collects them in a file, called your
38.i "system mailbox" .
39When you login, the system notifies you if there are any messages
40waiting in your system mailbox. If you are a
41.i csh
42user, you will be notified when new mail arrives if you inform
43the shell of the location of your mailbox. On version 7 systems,
44your system mailbox is located in the directory /usr/spool/mail
45in a file with your login name. If your login name is
46.q sam,
47then you can make
48.i csh
49notify you of new mail by including the following line in your .cshrc
50file:
51.(l
52set mail=/usr/spool/mail/sam
53.)l
54When you read your mail using
55.i Mail ,
56it reads your system mailbox and separates that file into the
57individual messages that have been sent to you. You can then
58read, reply to, delete, or save these messages.
59Each message is marked with its author and the date they sent it.