index.html #1

  • //
  • guest/
  • bryan_costales/
  • docs/
  • slowmilt/
  • index.html
  • View
  • Commits
  • Open Download .zip Download (1 KB)
<html>
<b>NAME</b><br>
slowmilt - The event gathering Milter for slowlists
<p>
<b>SYNOPSIS</b><br>
<b>slowlist</b> switches arguments
<p>
<b>DESCRIPTION</b><br>
Slowmilt is a Milter that connects to sendmail and gathers into a
<a href="../database.html">database</a> a history of events for
use by the <a>slowlists</b> system. Normally <b>slowmilt</b> launches when
your system <a href="../boot.html">boots</a>, but it can also be
run by hand.
<p>
The arguments to <b>slowmilt</b> are one or more command-line switches:
<ul><table border="1" cellpadding="5">
	<tr><td><a href="C.html">-C config</a></td>
		<td>specifies a different configuration file</td></tr>
	<tr><td><a href="f.html">-f</a></td>
		<td>forces a bootstrap of a new database</td></tr>
	<tr><td><a href="v.html">-v</a></td>
		<td>turns on verbose mode</td></tr>
	<tr><td><a href="E.html">-E mode</a></td>
		<td>specifies to run as
		<a href="../slowedit/index.html">slowedit</a></td></tr>
	<tr><td><a href="d.html">-d</a></td>
		<td>dumps the database</td></tr>
	<tr><td><a href="V.html">-V</a></td>
		<td>Prints the program's version</td></tr>
	<tr><td><a href="D.html">-D what</a></td>
		<td>Perform debugging and regression testing</td></tr>
</table></ul>
During startup, errors are reported to the standard output. After <b>slowmilt</b>
begins to run as a Milter, errors are reported to syslog.
<p>
</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.