garbage.html #1

  • //
  • guest/
  • bryan_costales/
  • docs/
  • slowedit/
  • garbage.html
  • View
  • Commits
  • Open Download .zip Download (872 B)
<html>
<b>NAME</b><br>
slowedit garbage - Garbage collect the databases
<p>
<b>SYNOPSIS</b><br>
<code><ul>
<b>slowlist</b> switches <b>garbage</b>
</ul></code>
<p>
<b>DESCRIPTION</b><br>
<b>slowedit garbage</b> cleans unreferenced items from the database.
It runs in two passes.
<ol>
	<li>Scans the IP database for records that do not exist
		in the events database.</li>
	<li>Scans the events database for IP numbers that do
		not exist in the IP database.</li>
</ol>
Garbage collection is best done if the <b>slowmilt</b> milter
is not running. A warning is printed when you run garbage collection,
notifying you of this risk, giving you an opportunity to abort.
<p>
Garbage collection is verbose, printing and logging (if logging is enabled)
everything it does. Garbage collection takes about 1 second per
10,000 records if there is nothing to do.
<p>
</body>
</html>	
# Change User Description Committed
#1 4052 bryan_costales Implimented:
    whitelisting
    AddMXHost for MX servers that lie
    Converted to thread safe DNS routines
    garbage collection
    RunAsUser and RunAsGroup for root startups
    rebuild the database
    summarize by IP number
Finished all documentation.
Moved release from alpha to beta