Mailing List Archive

[Spamassassin Wiki] Update of "CachingNameserver" by KennethPorter
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 KennethPorter:
http://wiki.apache.org/spamassassin/CachingNameserver

The comment on the change is:
Added Fedora website link, yum information. Corrected name of Red Hat named pkg.

------------------------------------------------------------------------------

=== Red Hat and Fedora Core GNU/Linux ===

- On [http://www.redhat.com Red Hat and Fedora Core] systems the BIND
+ On [http://www.redhat.com Red Hat] and [http://fedora.redhat.com Fedora Core] systems the BIND
software is in the "bind" rpm package. The "caching-nameserver" rpm
package contains a caching nameserver configuration suitable for
Internet use. Locate those packages from your vendor and install
@@ -69, +69 @@

{{{
rpm -Uvh bind-9.2.1-16.i386.rpm
rpm -Uvh caching-nameserver-7.2-7.i386.rpm
- chkconfig bind on
+ chkconfig named on
- /etc/init.d/named start
+ service named start
+ }}}
+
+ If you have yum installed, you can use the following commands to install and enable the latest caching nameserver package. yum will take care of installing any dependencies (including the BIND named package) required.
+
+ {{{
+ yum install caching-nameserver
+ chkconfig named on
+ service named start
}}}

== GNU C library configuration ==
[Spamassassin Wiki] Update of "CachingNameserver" by KennethPorter [ In reply to ]
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 KennethPorter:
http://wiki.apache.org/spamassassin/CachingNameserver

The comment on the change is:
Fix rbldnsd section title. Reword final sentence of BIND intro.

------------------------------------------------------------------------------
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. Several alternative DNS nameservers in common use are described in their own sections below.
- internet servers run BIND than any other nameserver daemon. There are
- also other alternative DNS nameservers in common use. Here are a few.

=== Debian GNU/Linux ===

@@ -85, +84 @@


[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 =
+ = Installing rbldnsd 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.