Subject: CVS commit: src/gnu/usr.sbin/sendmail
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 07/04/2003 04:53:00
Module Name:	src
Committed By:	atatat
Date:		Fri Jul  4 04:53:00 UTC 2003

Modified Files:
	src/gnu/usr.sbin/sendmail: Makefile Makefile.inc
	src/gnu/usr.sbin/sendmail/cf/cf: Makefile
	src/gnu/usr.sbin/sendmail/libsm: Makefile
	src/gnu/usr.sbin/sendmail/sendmail: Makefile
Added Files:
	src/gnu/usr.sbin/sendmail/libmilter: Makefile

Log Message:
Enable MILTER support in the in-tree sendmail.  This entails
installing two new libraries (and two lint thingys, but no shared or
pic stuff) and two headers files (into /usr/include/milter).

Shared libraries (etc) could be built, but as I'm currently unsure of
the ABI/API stability, I'm going to examine it more closely before
enabling it, as opposed to finding out later that it's volatile and
disabling it.

NOTE!  We really ought to have a generic rc.d script to start the
milters (before sendmail or any other MTA that you have that uses
them), but I haven't finished it yet.  The milter support here is
being enabled to satisfy current popular demand.  I'll come up with a
script soon.  Unless someone feels like beating me to it.  So until
then, you're on your own.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/gnu/usr.sbin/sendmail/Makefile
cvs rdiff -r1.7 -r1.8 src/gnu/usr.sbin/sendmail/Makefile.inc
cvs rdiff -r1.24 -r1.25 src/gnu/usr.sbin/sendmail/cf/cf/Makefile
cvs rdiff -r0 -r1.1 src/gnu/usr.sbin/sendmail/libmilter/Makefile
cvs rdiff -r1.1 -r1.2 src/gnu/usr.sbin/sendmail/libsm/Makefile
cvs rdiff -r1.10 -r1.11 src/gnu/usr.sbin/sendmail/sendmail/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.