Deleted Added
full compact
README (157001) README (159609)
1# Copyright (c) 1998-2004 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-2004 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.388 2005/07/26 05:45:39 ca Exp $
12# $Id: README,v 8.389 2006/05/02 16:58:50 ca Exp $
13#
14
15This directory contains the source files for sendmail(TM).
16
17 *******************************************************************
18 !! Read sendmail/SECURITY for important installation information !!
19 *******************************************************************
20

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

1711 librx or regex.o from the GNU Free Software Foundation,
1712 ftp://ftp.gnu.org/pub/gnu/rx-?.?.tar.gz or
1713 ftp://ftp.gnu.org/pub/gnu/regex-?.?.tar.gz.
1714 You can also use the regex-lib by Henry Spencer,
1715 ftp://ftp.funet.fi/pub/languages/C/spencer/regex.shar.gz
1716 Make sure, your compiler reads regex.h from the distribution,
1717 not from /usr/include, otherwise sendmail will dump a core.
1718
13#
14
15This directory contains the source files for sendmail(TM).
16
17 *******************************************************************
18 !! Read sendmail/SECURITY for important installation information !!
19 *******************************************************************
20

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

1711 librx or regex.o from the GNU Free Software Foundation,
1712 ftp://ftp.gnu.org/pub/gnu/rx-?.?.tar.gz or
1713 ftp://ftp.gnu.org/pub/gnu/regex-?.?.tar.gz.
1714 You can also use the regex-lib by Henry Spencer,
1715 ftp://ftp.funet.fi/pub/languages/C/spencer/regex.shar.gz
1716 Make sure, your compiler reads regex.h from the distribution,
1717 not from /usr/include, otherwise sendmail will dump a core.
1718
1719Fedora Core 5, 64 bit version
1720 If the ld stage fails with undefined functions like
1721 __res_querydomain, __dn_expand
1722 then add these lines to devtools/Site/site.config.m4
1719
1723
1724 APPENDDEF(`confLIBDIRS', `-L/usr/lib64')
1725 APPENDDEF(`confINCDIRS', `-I/usr/include/bind9')
1726
1727 and rebuild (sh ./Build -c).
1728
1729 Problem noted by Daniel Krones, solution suggested by
1730 Anthony Howe.
1731
1720+--------------+
1721| MANUAL PAGES |
1722+--------------+
1723
1724The manual pages have been written against the -man macros, and
1725should format correctly with any reasonable *roff.
1726
1727

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

1827trace.c The trace package. These routines allow setting and
1828 testing of trace flags with a high granularity.
1829udb.c The user database interface module.
1830usersmtp.c Routines to implement user SMTP.
1831util.c Some general purpose routines used by sendmail.
1832version.c The version number and information about this
1833 version of sendmail.
1834
1732+--------------+
1733| MANUAL PAGES |
1734+--------------+
1735
1736The manual pages have been written against the -man macros, and
1737should format correctly with any reasonable *roff.
1738
1739

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

1839trace.c The trace package. These routines allow setting and
1840 testing of trace flags with a high granularity.
1841udb.c The user database interface module.
1842usersmtp.c Routines to implement user SMTP.
1843util.c Some general purpose routines used by sendmail.
1844version.c The version number and information about this
1845 version of sendmail.
1846
1835(Version $Revision: 8.388 $, last update $Date: 2005/07/26 05:45:39 $ )
1847(Version $Revision: 8.389 $, last update $Date: 2006/05/02 16:58:50 $ )