Build slowmilt

To build slowmilt, just do the usual:

sh ./configure
make
make test
make install

The default installation directory is /etc/mail/milter/slow/. If you wish to change that default, just add an argument to ./configure like this:

sh ./configure --with-installdir=/path

Here, path is the full path of the directory where you wish the milter to be installed. In addtion to slowmilt, the initial files slow.conf and slow.honey are also installed in that directory. (See configure for information about how to configure those files.)