Scroll to navigation

Mail::MtPolicyd::Plugin::RBL(3pm) User Contributed Perl Documentation Mail::MtPolicyd::Plugin::RBL(3pm)

NAME

Mail::MtPolicyd::Plugin::RBL - mtpolicyd plugin for checking the client-address against an RBL

VERSION

version 2.05

DESCRIPTION

This plugin queries a DNS black/white list.

PARAMETERS

The domain of the blacklist to query.
(uc_)enabled (default: on)
Enable/disable this check.
(uc_)mode (default: reject)
Reject the message. (reject)
Stop processing an accept this message. (dunno)
Only apply the score if one is given.
A pattern for the reject message if mode is set to 'reject'.
Apply this score if the check matched.

EXAMPLE DNS BLACKLIST

  <Plugin sorbs.net>
    module = "RBL"
    mode = "passive"
    domain="dnsbl.sorbs.net"
    score = 5
  </Plugin>

EXAMPLE DNS WHITELIST

  <Plugin dnswl.org>
    module = "RBL"
    mode = "accept" # will stop here
    domain="list.dnswl.org"
  </Plugin>

AUTHOR

Markus Benning <ich@markusbenning.de>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2014 by Markus Benning <ich@markusbenning.de>.

This is free software, licensed under:

  The GNU General Public License, Version 2, June 1991
2021-12-15 perl v5.32.1