OpenSolaris_b135/cmd/sendmail/READ_ME

#
# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License").  You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
#ident	"%Z%%M%	%I%	%E% SMI"; from UCB 4.1		7/25/83

			S E N D M A I L

The first thing you should look at is the documentation.  The two
critical documents are "Sendmail - An Internetwork Router" and
"Sendmail - Installation and Operation Guide". Read both of these
before proceeding with your installation.  If you have read these
before, you should still read through the second one again anyhow,
since the installation procedures change occasionally.

A brief tour:
	Makefile  A Makefile that will install Sendmail on Solaris.
	Makefile.cmd  Some Makefile variable definitions included by subdirs.
	READ_ME	  This file.
	aux	  Useful programs and shell scripts for debugging and
		  administering sendmail and the network mail environment.
		  Also, some C source files for peculiar configurations.
	db	  The Berkeley Database, built for linking with aux/makemap
		  and src/sendmail .
	cf	  The sources and "object" for the configuration files.
	include	  Various headers files.
	lib	  Master copies of files used by sendmail, e.g. the aliases
		  file.
	libsm	  Sendmail general library.
	libsmdb	  Sendmail database library; for use with makemap and
		  praliases
	libsmutil Sendmail utility library; various general-purpose routines
		  needed by sendmail and its auxiliary programs.
	src	  The source for the sendmail program itself.

Sendmail is fully supported by Sun Microsystems, like any other part of
Solaris.  Contact Sun technical support if you have problems.

Sendmail was originally written by Eric Allman of Sendmail, Inc.