- <html>
- <b>NAME</b><br>
- RBLList - slow.conf configuration item
- <p>
- <b>SYNOPSIS</b><br>
- <code><ul>
- RBLList = domain [, domain, ... ]
- </ul></code>
- <p>
- <b>DESCRIPTION</b><br>
- The RBLList slow.conf configuration item lists the hosts
- that should be contacted to see if the IP address should
- be rejected. These black-hole sites (RBL sites) all work
- by the same. The IP number is prefixed to the site, and
- then it is looked up. If the prefixed name is found, the
- IP number is that of a bad host and should be rejected.
- <p>
- If this RBLList item is declared, it is given a list
- of sites, each separated from the next by a comma. For example:
- <code><ul>
- RBLList = relays.ordb.org, dynamic.mail-abuse.net
- </code></ul>
- By default, RBLList is empty, so no lookups are made.
- <p>
- The IP number is looked up at each RBL site in turn, left to
- right. It only takes one rejected to mark the IP number as
- bad. If it is found as bad by one RBL site, no further lookups
- will be made.
- <p>
- If an IP number is found to be black-listed by an RBL site,
- the <b>rbl</b> event (as described 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. « |
21 years ago |