maxrcptsperenvelope.html #1

  • //
  • guest/
  • bryan_costales/
  • docs/
  • conf/
  • maxrcptsperenvelope.html
  • View
  • Commits
  • Open Download .zip Download (727 B)
<html>
<b>NAME</b><br>
MaxRcptsPerEnvelope - slow.conf configuration item
<p>
<b>SYNOPSIS</b><br>
<code><ul>
MaxRcptsPerEnvelope = integer
</ul></code>
<p>
<b>DESCRIPTION</b><br>
The MaxRcptsPerEnvelope slow.conf configuration determines the
threashold above which the number of envelope recipients
will be considered bad. Envelope recipients are those specified
by the SMTP RCPT TO: command. The threashold is specified using
a positive integer, greater than zero. The default is 200,
which should be absurdly high.
<p>
In the event that the number of envelope recipients exceeds this
amount, the <b>env</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.