Software Package:       
	sendmail

Release/Version:
	8.7.3

Retrieved from:
	ftp://ftp.cs.berkeley.edu/ucb/sendmail/

Bug reports:
	This software package is maintained by both BSDI and the
	software contributor.  Please send any bug reports to both
	support@BSDI.COM and sendmail@cs.berkeley.edu.

Comments:

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Modifications to this version made by BSDI:

Renamed:
    cf/cf/obj -> cf/cf/obj-dist

Added:
    BSDI_CONTRIB
    Makefile.inc
    doc/Makefile
    cf/Makefile
    cf/Makefile.inc
    cf/cf/bsdi.mc
    cf/domain/Makefile
    cf/feature/Makefile
    cf/hack/Makefile
    cf/m4/Makefile
    cf/mailer/Makefile
    cf/ostype/Makefile
    cf/sh/Makefile
    cf/siteconfig/Makefile

===================================================================
RCS file: /master/usr.sbin/sendmail/Makefile,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 Makefile
*** 1.1.1.1	1995/12/06 17:02:09
--- Makefile	1995/12/06 18:13:45
***************
*** 1,45 ****
! #       @(#)Makefile	8.12 (Berkeley) 5/29/95
  
! VER=	XX
! SUBDIR= src mailstats makemap praliases cf/cf
! FTPDIR=	mastodon:/disks/barad-dur/ftp/sendmail/.
! DISTFILES=sendmail.${VER}.tar.Z sendmail.${VER}.tar.gz \
! 	RELEASE_NOTES FAQ KNOWNBUGS
! FILES=	Files.base Files.cf Files.misc Files.xdoc
! 
! tar: sccs-check compile-world run-pax
! 
! sccs-check:
! 	sccs check
! 	(cd src; sccs check)
! 	(cd doc/op; sccs check)
! 	(cd doc/intro; sccs check)
! 	(cd doc/usenix; sccs check)
! 	(cd cf; sccs check)
! 	(cd cf/m4; sccs check)
! 	(cd cf/mailer; sccs check)
! 	(cd cf/feature; sccs check)
! 	(cd cf/cf; sccs check)
! 	(cd cf/ostype; sccs check)
! 	(cd cf/domain; sccs check)
! 
! compile-world:
! 	(cd src; ${MAKE})
! 	(cd doc; PRINTER=ps ${MAKE})
! 	(cd doc; chmod 444 op/op.ps intro/intro.ps usenix/usenix.ps)
! 	(cd cf/cf; ${MAKE})
! 
! run-pax: Files.base Files.cf Files.misc Files.xdoc
! 	chmod +x src/makesendmail
! 	pax -w -x tar -L \
! 		-s ",cf/domain/unspecified-domain,sendmail-${VER}/cf/domain/berkeley-only,p" \
! 		-s ",^,sendmail-${VER}/," \
! 		-f sendmail.${VER}.tar \
! 		`cat ${FILES} | grep -v ^#`
! 	gzip -c sendmail.${VER}.tar > sendmail.${VER}.tar.gz
! 	compress sendmail.${VER}.tar
! 
! ftp: sendmail.${VER}.tar.Z
! 	rcp ${DISTFILES} ${FTPDIR}
  
  .include <bsd.subdir.mk>
--- 1,5 ----
! #	BSDI	BSDI_CONTRIB,v 1.2 1995/12/06 18:17:21 sanders Exp
  
! SUBDIR= src cf doc mailstats makemap praliases
  
  .include <bsd.subdir.mk>
===================================================================
RCS file: /master/usr.sbin/sendmail/cf/cf/Makefile,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 Makefile
*** 1.1.1.1	1995/12/06 17:02:49
--- Makefile	1995/12/06 18:13:59
***************
*** 1,111 ****
! #	@(#)Makefile	8.17 (Berkeley) 9/12/95
! 
! #
! #  This Makefile uses the new Berkeley "make" program.  See Makefile.dist
! #  for a more vanilla version.
  #
  #  Configuration files are created using "m4 file.mc > file.cf";
  #  this may be easier than tweaking the Makefile.  You do need to
  #  have a fairly modern M4 available (GNU m4 works).  On SunOS, use
  #  /usr/5bin/m4.
- #
  
! M4=	m4
! #M4=	/usr/src/usr.bin/m4/obj/m4
! CFDIR=	..
! CHMOD=	chmod
! ROMODE=	444
! RM=	rm -f
  
! .SUFFIXES:  .mc .cf
  
  .mc.cf:
! 	$(RM) $@
! 	(cd ${.CURDIR} && $(M4) ${CFDIR}/m4/cf.m4 ${@:R}.mc > obj/$@)
! 	$(CHMOD) $(ROMODE) $@
! 
! ALL=	generic-bsd4.4.cf generic-hpux9.cf generic-hpux10.cf \
! 		generic-osf1.cf generic-solaris2.cf \
! 		generic-sunos4.1.cf generic-ultrix4.cf \
! 	cs-hpux9.cf cs-osf1.cf cs-solaris2.cf \
! 		cs-sunos4.1.cf cs-ultrix4.cf \
! 	s2k-osf1.cf s2k-ultrix4.cf \
! 	chez.cs.cf huginn.cs.cf mail.cs.cf mail.eecs.cf mailspool.cs.cf \
! 		python.cs.cf ucbarpa.cf ucbvax.cf vangogh.cs.cf
  
! all: $(ALL)
  
! clean cleandir:
! 	$(RM) $(ALL) core
  
! depend install: 
  
  # this is overkill, but....
  M4FILES=\
! 	${CFDIR}/domain/Berkeley.EDU.m4 \
! 	${CFDIR}/domain/CS.Berkeley.EDU.m4 \
! 	${CFDIR}/domain/EECS.Berkeley.EDU.m4 \
! 	${CFDIR}/domain/S2K.Berkeley.EDU.m4 \
! 	${CFDIR}/feature/allmasquerade.m4 \
! 	${CFDIR}/feature/always_add_domain.m4 \
! 	${CFDIR}/feature/bestmx_is_local.m4 \
! 	${CFDIR}/feature/bitdomain.m4 \
! 	${CFDIR}/feature/domaintable.m4 \
! 	${CFDIR}/feature/local_procmail.m4 \
! 	${CFDIR}/feature/mailertable.m4 \
! 	${CFDIR}/feature/nocanonify.m4 \
! 	${CFDIR}/feature/nodns.m4 \
! 	${CFDIR}/feature/notsticky.m4 \
! 	${CFDIR}/feature/nouucp.m4 \
! 	${CFDIR}/feature/nullclient.m4 \
! 	${CFDIR}/feature/redirect.m4 \
! 	${CFDIR}/feature/smrsh.m4 \
! 	${CFDIR}/feature/stickyhost.m4 \
! 	${CFDIR}/feature/use_cw_file.m4 \
! 	${CFDIR}/feature/uucpdomain.m4 \
! 	${CFDIR}/hack/cssubdomain.m4 \
! 	${CFDIR}/m4/cf.m4 \
! 	${CFDIR}/m4/cfhead.m4 \
! 	${CFDIR}/m4/nullrelay.m4 \
! 	${CFDIR}/m4/proto.m4 \
! 	${CFDIR}/m4/version.m4 \
! 	${CFDIR}/mailer/cyrus.m4 \
! 	${CFDIR}/mailer/fax.m4 \
! 	${CFDIR}/mailer/local.m4 \
! 	${CFDIR}/mailer/mail11.m4 \
! 	${CFDIR}/mailer/pop.m4 \
! 	${CFDIR}/mailer/procmail.m4 \
! 	${CFDIR}/mailer/smtp.m4 \
! 	${CFDIR}/mailer/usenet.m4 \
! 	${CFDIR}/mailer/uucp.m4 \
! 	${CFDIR}/ostype/aix3.m4 \
! 	${CFDIR}/ostype/amdahl-uts.m4 \
! 	${CFDIR}/ostype/aux.m4 \
! 	${CFDIR}/ostype/bsd4.3.m4 \
! 	${CFDIR}/ostype/bsd4.4.m4 \
! 	${CFDIR}/ostype/bsdi1.0.m4 \
! 	${CFDIR}/ostype/dgux.m4 \
! 	${CFDIR}/ostype/domainos.m4 \
! 	${CFDIR}/ostype/dynix3.2.m4 \
! 	${CFDIR}/ostype/hpux9.m4 \
! 	${CFDIR}/ostype/irix4.m4 \
! 	${CFDIR}/ostype/irix5.m4 \
! 	${CFDIR}/ostype/linux.m4 \
! 	${CFDIR}/ostype/nextstep.m4 \
! 	${CFDIR}/ostype/osf1.m4 \
! 	${CFDIR}/ostype/ptx2.m4 \
! 	${CFDIR}/ostype/riscos4.5.m4 \
! 	${CFDIR}/ostype/sco3.2.m4 \
! 	${CFDIR}/ostype/solaris2.m4 \
! 	${CFDIR}/ostype/sunos3.5.m4 \
! 	${CFDIR}/ostype/sunos4.1.m4 \
! 	${CFDIR}/ostype/svr4.m4 \
! 	${CFDIR}/ostype/ultrix4.m4 \
! 	${CFDIR}/siteconfig/uucp.cogsci.m4 \
! 	${CFDIR}/siteconfig/uucp.old.arpa.m4 \
! 	${CFDIR}/siteconfig/uucp.ucbarpa.m4 \
! 	${CFDIR}/siteconfig/uucp.ucbvax.m4 \
  
! $(ALL):  $(M4FILES)
  
  .include <bsd.prog.mk>
--- 1,83 ----
! #	BSDI BSDI_CONTRIB,v 1.2 1995/12/06 18:17:21 sanders Exp
  #
  #  Configuration files are created using "m4 file.mc > file.cf";
  #  this may be easier than tweaking the Makefile.  You do need to
  #  have a fairly modern M4 available (GNU m4 works).  On SunOS, use
  #  /usr/5bin/m4.
  
! .include "../Makefile.inc"
  
! M4=	/usr/bin/m4
! RM=	/bin/rm -f
! MAIN=	bsdi.cf
! MISC=	chez.cs.cf clientproto.cf cs-hpux10.cf cs-hpux9.cf \
! 	cs-osf1.cf cs-solaris2.cf cs-sunos4.1.cf cs-ultrix4.cf \
! 	cyrusproto.cf generic-bsd4.4.cf generic-hpux10.cf \
! 	generic-hpux9.cf generic-osf1.cf generic-solaris2.cf \
! 	generic-sunos4.1.cf generic-ultrix4.cf huginn.cs.cf mail.cs.cf \
! 	mail.eecs.cf mailspool.cs.cf obj-dist python.cs.cf s2k-osf1.cf \
! 	s2k-ultrix4.cf tcpproto.cf ucbarpa.cf ucbvax.cf uucpproto.cf \
! 	vangogh.cs.cf
! ALL=	${MAIN}
! CLEANFILES= ${ALL}
  
+ .SUFFIXES:  .mc .cf
  .mc.cf:
! 	${RM} $@
! 	(cd ${.CURDIR} && ${M4} ${@:R}.mc > obj/$@)
  
! all: ${ALL}
  
! depend:
  
! beforeinstall:
! 	install -c -o root -g wheel -m 644 ${MAIN} \
! 		${DESTDIR}/etc/sendmail.cf.dist
! 	(cd ${.CURDIR} && install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
! 		${MAIN:.cf=.mc} ${MISC:.cf=.mc} ${DESTDIR}${CFDIR}/cf)
  
  # this is overkill, but....
  M4FILES=\
!     ${.CURDIR}/../domain/generic.m4 \
!     ${.CURDIR}/../feature/allmasquerade.m4 \
!     ${.CURDIR}/../feature/always_add_domain.m4 \
!     ${.CURDIR}/../feature/bestmx_is_local.m4 \
!     ${.CURDIR}/../feature/bitdomain.m4 \
!     ${.CURDIR}/../feature/domaintable.m4 \
!     ${.CURDIR}/../feature/local_procmail.m4 \
!     ${.CURDIR}/../feature/mailertable.m4 \
!     ${.CURDIR}/../feature/masquerade_envelope.m4 \
!     ${.CURDIR}/../feature/nocanonify.m4 \
!     ${.CURDIR}/../feature/nodns.m4 \
!     ${.CURDIR}/../feature/notsticky.m4 \
!     ${.CURDIR}/../feature/nouucp.m4 \
!     ${.CURDIR}/../feature/nullclient.m4 \
!     ${.CURDIR}/../feature/redirect.m4 \
!     ${.CURDIR}/../feature/smrsh.m4 \
!     ${.CURDIR}/../feature/stickyhost.m4 \
!     ${.CURDIR}/../feature/use_ct_file.m4 \
!     ${.CURDIR}/../feature/use_cw_file.m4 \
!     ${.CURDIR}/../feature/uucpdomain.m4 \
!     ${.CURDIR}/../m4/cf.m4 \
!     ${.CURDIR}/../m4/cfhead.m4 \
!     ${.CURDIR}/../m4/nullrelay.m4 \
!     ${.CURDIR}/../m4/proto.m4 \
!     ${.CURDIR}/../m4/version.m4 \
!     ${.CURDIR}/../mailer/cyrus.m4 \
!     ${.CURDIR}/../mailer/fax.m4 \
!     ${.CURDIR}/../mailer/local.m4 \
!     ${.CURDIR}/../mailer/mail11.m4 \
!     ${.CURDIR}/../mailer/phquery.m4 \
!     ${.CURDIR}/../mailer/pop.m4 \
!     ${.CURDIR}/../mailer/procmail.m4 \
!     ${.CURDIR}/../mailer/smtp.m4 \
!     ${.CURDIR}/../mailer/usenet.m4 \
!     ${.CURDIR}/../mailer/uucp.m4 \
!     ${.CURDIR}/../ostype/bsd4.4.m4 \
!     ${.CURDIR}/../ostype/bsdi1.0.m4 \
!     ${.CURDIR}/../ostype/bsdi2.0.m4 \
!     ${.CURDIR}/../ostype/unknown.m4
  
! ${ALL}:  ${M4FILES}
  
  .include <bsd.prog.mk>
===================================================================
RCS file: /master/usr.sbin/sendmail/doc/changes/Makefile,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 Makefile
*** 1.1.1.1	1995/12/06 17:02:17
--- Makefile	1995/12/06 18:14:27
***************
*** 1,13 ****
! #	@(#)Makefile	8.1 (Berkeley) 4/13/94
  
! DIR=	smm/09.sendmail
  SRCS=	changes.me
! MACROS=	-me
  
! all: changes.ps
! 
! changes.ps: ${SRCS}
! 	rm -f ${.TARGET}
! 	${PIC} ${SRCS} | ${ROFF} > ${.TARGET}
  
  .include <bsd.doc.mk>
--- 1,14 ----
! #       BSDI BSDI_CONTRIB,v 1.2 1995/12/06 18:17:21 sanders Exp
  
! DIR=	sendmail/changes
  SRCS=	changes.me
! MACROS=	-C -pte -me
  
! all:
  
  .include <bsd.doc.mk>
+ 
+ fmt:	paper.${PRINTER}
+ 
+ paper.${PRINTER}: ${SRCS}
+ 	${ROFF} ${SRCS} > ${.TARGET}
===================================================================
RCS file: /master/usr.sbin/sendmail/doc/intro/Makefile,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 Makefile
*** 1.1.1.1	1995/12/06 17:02:18
--- Makefile	1995/12/06 18:14:29
***************
*** 1,13 ****
! #	@(#)Makefile	8.2 (Berkeley) 2/28/94
  
! DIR=	smm/09.sendmail
  SRCS=	intro.me
! MACROS=	-me
  
! all: intro.ps
! 
! intro.ps: ${SRCS}
! 	rm -f ${.TARGET}
! 	${PIC} ${SRCS} | ${ROFF} > ${.TARGET}
  
  .include <bsd.doc.mk>
--- 1,14 ----
! #       BSDI BSDI_CONTRIB,v 1.2 1995/12/06 18:17:21 sanders Exp
  
! DIR=	sendmail/intro
  SRCS=	intro.me
! MACROS=	-C -pte -me
  
! all:
  
  .include <bsd.doc.mk>
+ 
+ fmt:	paper.${PRINTER}
+ 
+ paper.${PRINTER}: ${SRCS}
+ 	${ROFF} ${SRCS} > ${.TARGET}
===================================================================
RCS file: /master/usr.sbin/sendmail/doc/op/Makefile,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 Makefile
*** 1.1.1.1	1995/12/06 17:02:11
--- Makefile	1995/12/06 18:14:32
***************
*** 1,13 ****
! #	@(#)Makefile	8.2 (Berkeley) 2/28/94
  
! DIR=	smm/08.sendmailop
  SRCS=	op.me
! MACROS=	-me
  
! all: op.ps
! 
! op.ps: ${SRCS}
! 	rm -f ${.TARGET}
! 	${PIC} ${SRCS} | ${EQN} | ${ROFF} > ${.TARGET}
  
  .include <bsd.doc.mk>
--- 1,14 ----
! #       BSDI BSDI_CONTRIB,v 1.2 1995/12/06 18:17:21 sanders Exp
  
! DIR=	sendmail/op
  SRCS=	op.me
! MACROS=	-C -pte -me
  
! all:
  
  .include <bsd.doc.mk>
+ 
+ fmt:	paper.${PRINTER}
+ 
+ paper.${PRINTER}: ${SRCS}
+ 	${ROFF} ${SRCS} > ${.TARGET}
===================================================================
RCS file: /master/usr.sbin/sendmail/doc/usenix/Makefile,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 Makefile
*** 1.1.1.1	1995/12/06 17:02:20
--- Makefile	1995/12/06 18:14:35
***************
*** 1,12 ****
! #	@(#)Makefile	8.2 (Berkeley) 2/28/94
  
  SRCS=	usenix.me
! MACROS=	-me
  
! all: usenix.ps
! 
! usenix.ps: ${SRCS}
! 	rm -f ${.TARGET}
! 	${PIC} ${SRCS} | ${ROFF} > ${.TARGET}
  
  .include <bsd.doc.mk>
--- 1,14 ----
! #       BSDI BSDI_CONTRIB,v 1.2 1995/12/06 18:17:21 sanders Exp
  
+ DIR=	sendmail/usenix
  SRCS=	usenix.me
! MACROS=	-C -pte -me
  
! all:
  
  .include <bsd.doc.mk>
+ 
+ fmt:	paper.${PRINTER}
+ 
+ paper.${PRINTER}: ${SRCS}
+ 	${ROFF} ${SRCS} > ${.TARGET}
===================================================================
RCS file: /master/usr.sbin/sendmail/src/Makefile,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 Makefile
*** 1.1.1.1	1995/12/06 17:02:23
--- Makefile	1995/12/06 18:14:40
***************
*** 1,3 ****
--- 1,4 ----
+ #	BSDI	BSDI_CONTRIB,v 1.2 1995/12/06 18:17:21 sanders Exp
  #	@(#)Makefile	8.7 (Berkeley) 10/31/95
  
  #########################################################################
***************
*** 24,31 ****
  	mci.c mime.c parseaddr.c queue.c readcf.c recipient.c savemail.c \
  	srvrsmtp.c stab.c stats.c sysexits.c trace.c udb.c usersmtp.c \
  	util.c version.c
! DPADD=	
! LDADD=	
  MAN1=	mailq.0 newaliases.0
  MAN5=	aliases.0
  MAN8=	sendmail.0 
--- 25,32 ----
  	mci.c mime.c parseaddr.c queue.c readcf.c recipient.c savemail.c \
  	srvrsmtp.c stab.c stats.c sysexits.c trace.c udb.c usersmtp.c \
  	util.c version.c
! DPADD=	${LIBUTIL} ${LIBKVM}
! LDADD=	-lutil -lkvm
  MAN1=	mailq.0 newaliases.0
  MAN5=	aliases.0
  MAN8=	sendmail.0 
