<html> <body> <h2>Build slowmilt</h2> To build <i>slowmilt</i>, just do the usual: <p><code><menu> sh ./configure<br> make<br> make test<br> make install<br> </menu></code> <p> The default installation directory is <i>/etc/mail/milter/slow/</i>. If you wish to change that default, just add an argument to ./configure like this: <p><code><menu> sh ./configure --with-installdir=/<i>path</i> </menu></code> <p> Here, <code><i>path</i></code> is the full path of the directory where you wish the milter to be installed. In addtion to <i>slowmilt</i>, the initial files <i>slow.conf</i> and <i>slow.honey</i> are also installed in that directory. (See <a target="frameleft" href="../conf/frameleft.html">configure</a> for information about how to configure those files.) </body> </html>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 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. |