README #2

  • //
  • guest/
  • bryan_costales/
  • patches/
  • README
  • View
  • Commits
  • Open Download .zip Download (352 B)
The file "patch.sendmail" is a context diff patch
to be applied in the sendmail directory of the
sendmail source distribution.

This patch has been tested against V8.12 and V8.13

For example:

	% cp illegalpipe.patch /tmp
	% cd /usr/local/src/mail/sendmail/sendmail-8.12.9/sendmail
	% patch -p < /tmp/illegalpipe.patch
	% ./Build
	# ./Build install


# Change User Description Committed
#2 3998 bryan_costales Brought the whole distribution up to V0.9
Added a huge abount of documentation.
Added slowedit find
Created startup scripts to launch for testing
Fixed numerous bugs.
Fixed a few portablity issues.
Installed hooks for whitelisting and IP aliases.
#1 3838 bryan_costales This is pre-release 0.5 (rcs numbering) which includes:
    The milter source files and Makefile
    A regressive testing subdirectory with Makefile and /bin/sh scripts.
    A patches subdirectory with a patch file for V8.13 sendmail
All have been compiled and tested on a 64bit Sun Solaris 9 machine.