maxheaderrcpts.html #1

  • //
  • guest/
  • bryan_costales/
  • docs/
  • conf/
  • maxheaderrcpts.html
  • View
  • Commits
  • Open Download .zip Download (757 B)
<html>
<b>NAME</b><br>
MaxHeaderRcpts - slow.conf configuration item
<p>
<b>SYNOPSIS</b><br>
<code><ul>
MaxHeaderRcpts = integer
</ul></code>
<p>
<b>DESCRIPTION</b><br>
The MaxHeaderRcpts slow.conf configuration determines the
threashold above which the number of header recipients
will be considered bad. The number is specified using
a positive integer, greater than zero. The default is 200,
which should be absurdly high. When determining a value to
specify, bear in mind that header recipients are gathered
from the To:, Cc:, and Bcc: headers.
<p>
In the event that the number of header recipients exceeds this
amount, the <b>hed</b> event (as describe in the
<a href="../slowedit/events.html">standard event set</a>)
will be set.
<p>
</body>
</html>	
# Change User Description Committed
#1 4030 bryan_costales Finished documenting the configuration file
Fixed a race condition and a core dump bug.
Added hooks for whitelisting and IP aliasing
Added support for Berkeley DB 4.2
Converted to htonl() and ntohl()

Known Bugs:
    ip.db cannot be shared over NFS
    IP tracking from MX hosts can fail
    A RunAsUser config option is needed.