C.html #2

  • //
  • guest/
  • bryan_costales/
  • docs/
  • slowmilt/
  • C.html
  • View
  • Commits
  • Open Download .zip Download (1 KB)
<html>
<b>NAME</b><br>
slowmilt -C
<p>
<b>SYNOPSIS</b><br>
<b>slowlist</b> -C <i>configfile</i>
<p>
<b>DESCRIPTION</b><br>
The location of the <b>slowmilt</b> configuration file is hardcode when
<b>slowmilt</b> is built. The default (unless otherwise defined) is:
<div><menu><code>
/etc/mail/milter/slow/slow.conf
</div></menu></code>
The contents of the configuration file are documented in
<a href="../configure.html">Edit slow.conf</a>.
<p>
In the event that you wish to use a configuration file other than the default,
you may specifiy it with this <code>-C</code> command-line switch.
The <code>-C</code> command-line switch takes a single argument, the path
to the different configuration file:
<div><menu><code>
slowmilt -C /path/file
</div></menu></code>
If the <code>/path/file</code> doesn't exist or cannot be read, the
<b>slowmilt</b> program will print an error and exit.
<p>
If the <code>/path/file</code> is specified as as <i>/dev/null</i>:
<div><menu><code>
slowmilt -C ""
</div></menu></code>
the <b>slowmilt</b> program's internal default values will be used.
This is the technique used for regression testing.
<p>
Other than this one special <i>/dev/null</i> case, use of
the <code>-C</code> command-line switch is disallowed for
all but <i>root</i>.
<p>
</body>
</html>	
# Change User Description Committed
#2 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
#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.