secondarydatabaseloc.html #1

  • //
  • guest/
  • bryan_costales/
  • docs/
  • conf/
  • secondarydatabaseloc.html
  • View
  • Commits
  • Open Download .zip Download (797 B)
<html>
<b>NAME</b><br>
SecondaryDatabaseLoc - slow.conf configuration item
<p>
<b>SYNOPSIS</b><br>
<code><ul>
SecondaryDatabaseLoc = /path/file
</ul></code>
<p>
<b>DESCRIPTION</b><br>
The SecondaryDatabaseLoc slow.conf configuration specifies the path
and file name of the primary (IP number) database. The default
if this item is absent, is to use:
<ul><code>
/etc/mail/milter/slow/events.db
</code></ul>
If you wish to locate this database elsewhere, just use this
SecondaryDatabaseLoc item to do so:
<ul><code>
/dbfarm/events.db
</code></ul>
<p>
In the event that this item is mis-specified, the following
(or a similar) error will print and <b>slowmilt</b> will exit:
<ul><code>
slowmilt: Secondary database open: /dbfirm/events.db: No such file or directory
</code></ul>
<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.