
			Installing nesting-filter

COMPILING
=========

Steps to compiling the filter:

(1) Download the source from www.sendmail.org.

(2) Unpack the tarball and change directory into the expanded
    nesting-filter-VERSION directory.

(3) If libmilter and its include files are not installed in the default
    locations, create devtools/Site/site.config and add the paths
    to those files.  For example:

    APPENDDEF(`confINCDIRS', `-I/usr/local/sendmail/include')
    APPENDDEF(`confLIBDIRS', `-L/usr/local/sendmail/lib')

(4) Type "make".


INSTALLING
==========

(1) Configure sendmail:
  (a) Choose a socket at which the MTA and the filter will rendezvous
      (see the documentation in libmilter for details)
  (b) Add a line like this example to your sendmail.mc using your desired
      socket specification:
	INPUT_MAIL_FILTER(`nesting-filter', `S=inet:8891@localhost, F=T')
  (c) Rebuild your sendmail.cf in the usual way

(2) Start nesting-filter.  You will need at least the "-p" option.
    See the man page included in this package for details.  You can
    tack "-f" on there if you want it to run in the foreground instead
    of in the background as a daemon.

(3) Restart sendmail.


$Id: INSTALL,v 1.2 2006/06/02 18:42:48 msk Exp $
