File: plugin-rbl.html

package info (click to toggle)
mailfront 2.12-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 1,072 kB
  • sloc: sh: 5,549; ansic: 5,083; makefile: 83
file content (34 lines) | stat: -rw-r--r-- 873 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html>
<body>

<h2><a href="mailfront.html">mailfront</a></h2>

<h1>Plugin: rbl</h1>

<hr />

<p>This plugin looks up the remote IP of the client in a list of RBLs,
and blocks all messages if it is listed.</p>

<h2>Configuration</h2>

<dl>

<dt><tt>RBL_BLACKLISTS</tt></dt> <dd>The list of RBL domain names to
search, separated by commas (<tt>,</tt>). If this list is empty, no
action is taken.</dd>

<dt><tt>RBL_DEBUG</tt></dt> <dd>If set, this plugin will provide extra
output which may be useful in diagnosing RBL issues.</dd>

<dt><tt>RBL_QUEUEDIR</tt></dt> <dd>If set and the client is listed on
one of the listed RBLs, capture the message into the named directory and
then reject instead of rejecting
earlier. See <a href="backend-queuedir.html">the <tt>queuedir</tt>
backend</a> for more details on settings (prefixed
by <tt>RBL_</tt>).</dd>

</dl>

</body>
</html>