freebsd-ports/dns/Makefile
Ion-Mihai Tetcu 18c38bf81b Net::DNSBL::MultiDaemon is the Perl module that implements the multi_dnsbl
daemon.

multi_dnsbl is a DNS emulator daemon that increases the efficacy of DNSBL
look-ups in a mail system. multi_dnsbl may be used as a stand-alone DNSBL or as
a plug-in for a standard BIND 9 installation. multi_dnsbl shares a common
configuration file format with the Mail::SpamCannibal sc_BLcheck.pl script so
that DNSBL's can be maintained in a common configuration file for an entire
mail installation.

Because DNSBL usefulness is dependent on the nature and source of spam sent to
a specific site and because sometimes DNSBL's may provide intermittant service,
multi_dnsbl interrogates them sorted in the order of greatest successful hits.
DNSBL's that do not respond within the configured timeout period are not
interrogated at all after 6 consecutive failures, and thereafter will be
retried not more often than once every hour until they come back online. This
eliminates the need to place DNSBL's in a particular order in your MTA's config
file or periodically monitor the DNSBL statistics and/or update the MTA config
file.

WWW: http://search.cpan.org/~miker/Net-DNSBL-MultiDaemon-0.18/MultiDaemon.pm

PR:		ports/115639
Submitted by:	Andrew Greenwood <greenwood.andy at gmail.com>
2007-08-21 11:01:56 +00:00

127 lines
2.9 KiB
Makefile

# $FreeBSD$
#
COMMENT = Domain Name Service tools
SUBDIR += adns
SUBDIR += ares
SUBDIR += bind8
SUBDIR += bind84
SUBDIR += bind9
SUBDIR += bind94
SUBDIR += bind9-dlz
SUBDIR += bind9-sdb-ldap
SUBDIR += c-ares
SUBDIR += checkdns
SUBDIR += crossip
SUBDIR += ddclient
SUBDIR += dhid
SUBDIR += dhisd
SUBDIR += djbdns
SUBDIR += djbdns-tools
SUBDIR += dlint
SUBDIR += dnrd
SUBDIR += dns_balance
SUBDIR += dnscheck
SUBDIR += dnsdoctor
SUBDIR += dnsflood
SUBDIR += dnshijacker
SUBDIR += dnsjava
SUBDIR += dnsmasq
SUBDIR += dnsmax-perl
SUBDIR += dnsperf
SUBDIR += dnsproxy
SUBDIR += dnstop
SUBDIR += dnstracer
SUBDIR += dnsutl
SUBDIR += dnswalk
SUBDIR += doc
SUBDIR += domtools
SUBDIR += drill
SUBDIR += dualserver
SUBDIR += ez-ipupdate
SUBDIR += fastresolve
SUBDIR += firedns
SUBDIR += fourcdns
SUBDIR += fpdns
SUBDIR += geta
SUBDIR += ghtool
SUBDIR += gresolver
SUBDIR += h2n
SUBDIR += hesiod
SUBDIR += host
SUBDIR += idnkit
SUBDIR += inadyn
SUBDIR += ipcheck
SUBDIR += ldapdns
SUBDIR += ldns
SUBDIR += ldnsm
SUBDIR += libdjbdns
SUBDIR += libidn
SUBDIR += maradns
SUBDIR += mdnsd
SUBDIR += mydns
SUBDIR += noip
SUBDIR += nsd
SUBDIR += nsd2
SUBDIR += nslint
SUBDIR += nsping
SUBDIR += nss_mdns
SUBDIR += nss_resinit
SUBDIR += odsclient
SUBDIR += opendd
SUBDIR += p5-BIND-Conf_Parser
SUBDIR += p5-DNS-Config
SUBDIR += p5-DNS-EasyDNS
SUBDIR += p5-DNS-Zone
SUBDIR += p5-DNS-ZoneParse
SUBDIR += p5-Data-Validate-Domain
SUBDIR += p5-Net-DNS
SUBDIR += p5-Net-DNS-Codes
SUBDIR += p5-Net-DNS-Resolver-Programmable
SUBDIR += p5-Net-DNS-SEC
SUBDIR += p5-Net-DNS-ToolKit
SUBDIR += p5-Net-DNS-ZoneCheck
SUBDIR += p5-Net-DNS-ZoneFile
SUBDIR += p5-Net-DNS-ZoneFile-Fast
SUBDIR += p5-Net-DNSBL-MultiDaemon
SUBDIR += p5-Net-Domain-ExpireDate
SUBDIR += p5-Net-Domain-TLD
SUBDIR += p5-Net-LibIDN
SUBDIR += p5-Net-Nslookup
SUBDIR += p5-Net-RBLClient
SUBDIR += p5-POE-Component-Client-DNS
SUBDIR += p5-POE-Component-Server-DNS
SUBDIR += p5-Stanford-DNSserver
SUBDIR += p5-Tie-DNS
SUBDIR += pdnsd
SUBDIR += pear-File_DNS
SUBDIR += pear-Net_DNS
SUBDIR += posadis
SUBDIR += poweradmin
SUBDIR += powerdns
SUBDIR += powerdns-recursor
SUBDIR += py-adns
SUBDIR += py-dns
SUBDIR += py-dnspython
SUBDIR += py-twistedNames
SUBDIR += rbldnsd
SUBDIR += rbllookup
SUBDIR += rbllookup-ng
SUBDIR += scavenge
SUBDIR += sheerdns
SUBDIR += skadns
SUBDIR += sleuth
SUBDIR += sqldjbdns
SUBDIR += sshfp
SUBDIR += staticcharge
SUBDIR += tinystats
SUBDIR += totd
SUBDIR += updatedd
SUBDIR += vizone
SUBDIR += walker
SUBDIR += zonecheck
SUBDIR += zonenotify
.include <bsd.port.subdir.mk>