logevents.html #1

  • //
  • guest/
  • bryan_costales/
  • docs/
  • conf/
  • logevents.html
  • View
  • Commits
  • Open Download .zip Download (908 B)
<html>
<b>NAME</b><br>
LogEvents - slow.conf configuration item
<p>
<b>SYNOPSIS</b><br>
<code><ul>
LogEvents = [true | false]
</ul></code>
<p>
<b>DESCRIPTION</b><br>
The LogEvents slow.conf configuration item allows
allows events, to be logged
using the system's <i>syslog</i> facility.
<p>
If this LogEvents item is declared as
true (or if it is omitted which defaults to true), the Milter
will log events using <i>syslog</i>. For this to happen, the
<a href="logevents.html">DoLog</a> item must also be true.
<p>
Events are logged to LOG_MAIL at a severity
of LOG_INFO.
<p>
If this LogEvents item is false, events are not logged.
<p>
This LogEvents item is ignored if your
system lacks the <i>syslog</i> facility.
<p>
This LogEvents 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.