You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2005/06/10 15:16:26 UTC

[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 ==