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