8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / sendmail / READ_ME
blob3ca31ed10c43aa45ac5b1e8d3a5e57bc79b1dda8
2 # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
3 # Use is subject to license terms.
5 # CDDL HEADER START
7 # The contents of this file are subject to the terms of the
8 # Common Development and Distribution License, Version 1.0 only
9 # (the "License").  You may not use this file except in compliance
10 # with the License.
12 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13 # or http://www.opensolaris.org/os/licensing.
14 # See the License for the specific language governing permissions
15 # and limitations under the License.
17 # When distributing Covered Code, include this CDDL HEADER in each
18 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19 # If applicable, add the following below this CDDL HEADER, with the
20 # fields enclosed by brackets "[]" replaced with your own identifying
21 # information: Portions Copyright [yyyy] [name of copyright owner]
23 # CDDL HEADER END
26 #ident  "%Z%%M% %I%     %E% SMI"; from UCB 4.1          7/25/83
28                         S E N D M A I L
30 The first thing you should look at is the documentation.  The two
31 critical documents are "Sendmail - An Internetwork Router" and
32 "Sendmail - Installation and Operation Guide". Read both of these
33 before proceeding with your installation.  If you have read these
34 before, you should still read through the second one again anyhow,
35 since the installation procedures change occasionally.
37 A brief tour:
38         Makefile  A Makefile that will install Sendmail on Solaris.
39         Makefile.cmd  Some Makefile variable definitions included by subdirs.
40         READ_ME   This file.
41         aux       Useful programs and shell scripts for debugging and
42                   administering sendmail and the network mail environment.
43                   Also, some C source files for peculiar configurations.
44         db        The Berkeley Database, built for linking with aux/makemap
45                   and src/sendmail .
46         cf        The sources and "object" for the configuration files.
47         include   Various headers files.
48         lib       Master copies of files used by sendmail, e.g. the aliases
49                   file.
50         libsm     Sendmail general library.
51         libsmdb   Sendmail database library; for use with makemap and
52                   praliases
53         libsmutil Sendmail utility library; various general-purpose routines
54                   needed by sendmail and its auxiliary programs.
55         src       The source for the sendmail program itself.
57 Sendmail is fully supported by Sun Microsystems, like any other part of
58 Solaris.  Contact Sun technical support if you have problems.
60 Sendmail was originally written by Eric Allman of Sendmail, Inc.