Deleted Added
full compact
README (80785) README (82017)
1# Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers.
2# All rights reserved.
3# Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
4# Copyright (c) 1988
5# The Regents of the University of California. All rights reserved.
6#
7# By using this file, you agree to the terms and conditions set
8# forth in the LICENSE file which can be found at the top level of
9# the sendmail distribution.
10#
11#
1# Copyright (c) 1998-2001 Sendmail, Inc. and its suppliers.
2# All rights reserved.
3# Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
4# Copyright (c) 1988
5# The Regents of the University of California. All rights reserved.
6#
7# By using this file, you agree to the terms and conditions set
8# forth in the LICENSE file which can be found at the top level of
9# the sendmail distribution.
10#
11#
12# $Id: README,v 8.263.2.1.2.37 2001/06/03 03:41:12 ca Exp $
12# $Id: README,v 8.263.2.1.2.38 2001/08/15 22:07:11 gshapiro Exp $
13#
14
15This directory contains the source files for sendmail(TM).
16
17*********************
18!! DO NOT USE MAKE !! in this directory to compile sendmail --
19********************* instead, use the "Build" script located in
20the sendmail directory. It will build an appropriate Makefile, and

--- 88 unchanged lines hidden (view full) ---

109NIS Network Information Services. To use this you must have
110 NIS support on your system.
111NISPLUS NIS+ (the revised NIS released with Solaris 2). You must
112 have NIS+ support on your system to use this flag.
113HESIOD Support for Hesiod (from the DEC/Athena distribution). You
114 must already have Hesiod support on your system for this to
115 work. You may be able to get this to work with the MIT/Athena
116 version of Hesiod, but that's likely to be a lot of work.
13#
14
15This directory contains the source files for sendmail(TM).
16
17*********************
18!! DO NOT USE MAKE !! in this directory to compile sendmail --
19********************* instead, use the "Build" script located in
20the sendmail directory. It will build an appropriate Makefile, and

--- 88 unchanged lines hidden (view full) ---

109NIS Network Information Services. To use this you must have
110 NIS support on your system.
111NISPLUS NIS+ (the revised NIS released with Solaris 2). You must
112 have NIS+ support on your system to use this flag.
113HESIOD Support for Hesiod (from the DEC/Athena distribution). You
114 must already have Hesiod support on your system for this to
115 work. You may be able to get this to work with the MIT/Athena
116 version of Hesiod, but that's likely to be a lot of work.
117 BIND 8.X also includes Hesiod support.
117LDAPMAP Lightweight Directory Access Protocol support. You will
118 have to install the UMich or OpenLDAP
119 (http://www.openldap.org/) ldap and lber libraries to use
120 this flag.
121MAP_REGEX Regular Expression support. You will need to use an
122 operating system which comes with the POSIX regex()
123 routines or install a regexp library such as libregex from
124 the Free Software Foundation.

--- 1599 unchanged lines hidden (view full) ---

1724trace.c The trace package. These routines allow setting and
1725 testing of trace flags with a high granularity.
1726udb.c The user database interface module.
1727usersmtp.c Routines to implement user SMTP.
1728util.c Some general purpose routines used by sendmail.
1729version.c The version number and information about this
1730 version of sendmail.
1731
118LDAPMAP Lightweight Directory Access Protocol support. You will
119 have to install the UMich or OpenLDAP
120 (http://www.openldap.org/) ldap and lber libraries to use
121 this flag.
122MAP_REGEX Regular Expression support. You will need to use an
123 operating system which comes with the POSIX regex()
124 routines or install a regexp library such as libregex from
125 the Free Software Foundation.

--- 1599 unchanged lines hidden (view full) ---

1725trace.c The trace package. These routines allow setting and
1726 testing of trace flags with a high granularity.
1727udb.c The user database interface module.
1728usersmtp.c Routines to implement user SMTP.
1729util.c Some general purpose routines used by sendmail.
1730version.c The version number and information about this
1731 version of sendmail.
1732
1732(Version $Revision: 8.263.2.1.2.37 $, last update $Date: 2001/06/03 03:41:12 $ )
1733(Version $Revision: 8.263.2.1.2.38 $, last update $Date: 2001/08/15 22:07:11 $ )