READ_ME revision 1
1N/A#
1N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
1N/A# Use is subject to license terms.
1N/A#
1N/A# CDDL HEADER START
1N/A#
1N/A# The contents of this file are subject to the terms of the
1N/A# Common Development and Distribution License, Version 1.0 only
1N/A# (the "License"). You may not use this file except in compliance
1N/A# with the License.
1N/A#
1N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1N/A# or http://www.opensolaris.org/os/licensing.
1N/A# See the License for the specific language governing permissions
1N/A# and limitations under the License.
1N/A#
1N/A# When distributing Covered Code, include this CDDL HEADER in each
1N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1N/A# If applicable, add the following below this CDDL HEADER, with the
1N/A# fields enclosed by brackets "[]" replaced with your own identifying
1N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1N/A#
1N/A# CDDL HEADER END
1N/A#
1N/A#
1N/A#ident "%Z%%M% %I% %E% SMI"; from UCB 4.1 7/25/83
1N/A
1N/A S E N D M A I L
1N/A
1N/AThe first thing you should look at is the documentation. The two
1N/Acritical documents are "Sendmail - An Internetwork Router" and
1N/A"Sendmail - Installation and Operation Guide". Read both of these
1N/Abefore proceeding with your installation. If you have read these
1N/Abefore, you should still read through the second one again anyhow,
1N/Asince the installation procedures change occasionally.
1N/A
1N/AA brief tour:
1N/A Makefile A Makefile that will install Sendmail on Solaris.
1N/A Makefile.cmd Some Makefile variable definitions included by subdirs.
1N/A READ_ME This file.
1N/A aux Useful programs and shell scripts for debugging and
1N/A administering sendmail and the network mail environment.
1N/A Also, some C source files for peculiar configurations.
1N/A db The Berkeley Database, built for linking with aux/makemap
1N/A and src/sendmail .
1N/A cf The sources and "object" for the configuration files.
1N/A include Various headers files.
1N/A lib Master copies of files used by sendmail, e.g. the aliases
1N/A file.
1N/A libsm Sendmail general library.
1N/A libsmdb Sendmail database library; for use with makemap and
1N/A praliases
1N/A libsmutil Sendmail utility library; various general-purpose routines
1N/A needed by sendmail and its auxiliary programs.
1N/A src The source for the sendmail program itself.
1N/A
1N/ASendmail is fully supported by Sun Microsystems, like any other part of
1N/ASolaris. Contact Sun technical support if you have problems.
1N/A
1N/ASendmail was originally written by Eric Allman of Sendmail, Inc.