dolog.html #1

  • //
  • guest/
  • bryan_costales/
  • docs/
  • conf/
  • dolog.html
  • View
  • Commits
  • Open Download .zip Download (1 KB)
<html>
<b>NAME</b><br>
DoLog - slow.conf configuration item
<p>
<b>SYNOPSIS</b><br>
<code><ul>
DoLog = [true | false]
</ul></code>
<p>
<b>DESCRIPTION</b><br>
The DoLog slow.conf configuration item allows
allows errors, warnings, and (possibly) events, to be logged
using the system's <i>syslog</i> facility.
<p>
If this DoLog item is declared as
true (or if it is omitted which defaults to true), the Milter
will log errors and warnings using <i>syslog</i>. If the
<a href="logevents.html">LogEvents</a> item is also true,
individual events will also be logged as they are inserted
into the database.
<p>
Errors and warnings are logged to LOG_MAIL at a severity
of LOG_NOTICE.
<p>
If this DoLog item is false, 
errors and warnings are printed to the standard error output (which
will be invisible when the milter is running as a daemon).
<p>
This DoLog item is ignored if your
system lacks the <i>syslog</i> facility.
<p>
This DoLog item is also recognized by the
<a href="../slowedit/index.html">slowedit</a> program, which will
only log adds and deletes if this item is set to true.
<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.