|
|||
|
Build slowmiltTo build slowmilt, just do the usual:
The default installation directory is /etc/mail/milter/slow/. If you wish to change that default, just add an argument to ./configure like this:
Here, Berkeley DB 4.1 supportThe slowmilt program requires Berkeley 4.1 database support. If you do not already have it installed, you may download it from Sleepycat Software. The slowmilt program expects DB 4.1 to be installed in the path /usr/local/BerkeleyDB.4.1/. If you have intstalled it in a different location, you need to add an argument to ./configure like this:
Here,
Here, Debugging
The ./configure script figures out what compiler to use.
If you wish to for it to use gcc with
Purify supportThe slowmilt can be built using purify by running ./configure like this:
This will prefix $(CC) with a literal "purify", so the purify program must be in your path for this to work. Whom To Run AsTo be done. Other ProgramsIn addition to the slowmilt program, one addtional program is installed in /usr/local/bin. That other program is a link to slowmilt and is called slowedit. This is the command-line interface to slowmilt and its underlying database.
The Next StepsAfter you have runmake install and gotten it installed. You next
need to install hooks into sendmail and a boot-time startup script.
These topics are covered in the next two chapters
Patch Sendmail and
Boot-Time.
© 2003 Bryan Costales and Perforce, Inc. All rights reserved. |