Mailing List Archive

[Spamassassin Wiki] Update of "CachingNameserver" by JustinMason
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by JustinMason:
http://wiki.apache.org/spamassassin/CachingNameserver

The comment on the change is:
breaking out new sections for djbdns and rbldnsd, for later expansion

------------------------------------------------------------------------------
cache repeated DNS requests. This will significantly reduce network
traffic due to DNS lookups. This improves system efficiency.

+ = Installing BIND As A Caching Nameserver =
+
- This page describes installing [http://www.isc.org BIND] (Berkeley
+ This section describes installing [http://www.isc.org BIND] (Berkeley
Internet Name Daemon) in a caching configuration on the system. BIND
is the standard nameserver in use on the Internet today. More
internet servers run BIND than any other nameserver daemon. There are
also other alternative DNS nameservers in common use. Here are a few.
-
- * [http://cr.yp.to/djbdns.html djbdns] / [http://tinydns.org/ tinydns] D. J. Bernstein's DNS daemon.
- * [http://www.corpit.ru/mjt/rbldnsd.html rbldnsd] is a small and fast DNS daemon which is especially made to serve DNSBL zones. This daemon was inspired by Dan J. Bernstein's rbldns program found in the djbdns package. The [http://www.surbl.org/dnscache-rbldnsd.html rbldnsd FAQ] at surbl.org.

=== Debian GNU/Linux ===

@@ -81, +80 @@

chkconfig named on
service named start
}}}
+
+ = Installing djbdns As A Caching Nameserver =
+
+ [http://cr.yp.to/djbdns.html djbdns] / [http://tinydns.org/ tinydns] is D. J. Bernstein's DNS daemon. If you have a good guide to the commands required to install this on a typical system, please edit this page and fill out this section.
+
+ = Installing djbdns As A Caching Nameserver =
+
+ [http://www.corpit.ru/mjt/rbldnsd.html rbldnsd] is a small and fast DNS daemon which is especially made to serve DNSBL zones. This daemon was inspired by Dan J. Bernstein's rbldns program found in the djbdns package. The [http://www.surbl.org/dnscache-rbldnsd.html rbldnsd FAQ] at surbl.org.
+
+ If you have a good guide to the commands required to install this on a typical system, please edit this page and fill out this section.
+
+ = Setting up the system to use the Caching Nameserver =

== GNU C library configuration ==