[俺日記]

qmail on Mac OS X(not Mac OS X Server) 5回目/djbdnsをインストールしてみる。 / 2003-05-26 (月)

・djbdns
http://cr.yp.to/djbdns/djbdns-1.05.tar.gz

例によって1行モード。そろそろ面倒くさくなって来たぞ(笑)

% curl -O http://cr.yp.to/djbdns/djbdns-1.05.tar.gz && tar zxvf djbdns-1.05.tar.gz && cd djbdns-1.05 && sudo make setup check

順番にやると以下のようになります。

% curl -O http://cr.yp.to/djbdns/djbdns-1.05.tar.gz
% tar zxvf djbdns-1.05.tar.gz
% cd djbdns-1.05
% sudo make setup check

/usr/local/bin以下にインストールされます。これの他に、/etc/dnsroots.globalもインストールされているはずです。

おまけ:
ls -lrtvF /usr/local/bin /etc/dnsroots.globalした結果。

/usr/local/bin:
-rwxr-xr-x 1 root wheel 22436 May 26 16:47 dnscache-conf*
-rwxr-xr-x 1 root wheel 18124 May 26 16:47 walldns-conf*
-rwxr-xr-x 1 root wheel 22220 May 26 16:47 tinydns-conf*
-rwxr-xr-x 1 root wheel 22224 May 26 16:47 rbldns-conf*
-rwxr-xr-x 1 root wheel 18124 May 26 16:47 pickdns-conf*
-rwxr-xr-x 1 root wheel 22224 May 26 16:47 axfrdns-conf*
-rwxr-xr-x 1 root wheel 59860 May 26 16:47 dnscache*
-rwxr-xr-x 1 root wheel 34956 May 26 16:47 tinydns*
-rwxr-xr-x 1 root wheel 26448 May 26 16:47 walldns*
-rwxr-xr-x 1 root wheel 30728 May 26 16:47 rbldns*
-rwxr-xr-x 1 root wheel 30832 May 26 16:47 pickdns*
-rwxr-xr-x 1 root wheel 34592 May 26 16:47 tinydns-get*
-rwxr-xr-x 1 root wheel 38976 May 26 16:47 axfrdns*
-rwxr-xr-x 1 root wheel 26348 May 26 16:47 tinydns-edit*
-rwxr-xr-x 1 root wheel 30420 May 26 16:47 tinydns-data*
-rwxr-xr-x 1 root wheel 22192 May 26 16:47 rbldns-data*
-rwxr-xr-x 1 root wheel 26288 May 26 16:47 pickdns-data*
-rwxr-xr-x 1 root wheel 30668 May 26 16:47 dnsip*
-rwxr-xr-x 1 root wheel 30440 May 26 16:47 axfr-get*
-rwxr-xr-x 1 root wheel 30668 May 26 16:47 dnsname*
-rwxr-xr-x 1 root wheel 34800 May 26 16:47 dnsipq*
-rwxr-xr-x 1 root wheel 30664 May 26 16:47 dnstxt*
-rwxr-xr-x 1 root wheel 30668 May 26 16:47 dnsmx*
-rwxr-xr-x 1 root wheel 13772 May 26 16:47 random-ip*
-rwxr-xr-x 1 root wheel 34844 May 26 16:47 dnsfilter*
-rwxr-xr-x 1 root wheel 34764 May 26 16:47 dnsqr*
-rwxr-xr-x 1 root wheel 38900 May 26 16:47 dnsq*
-rwxr-xr-x 1 root wheel 1007 May 26 16:47 dnstracesort*
-rwxr-xr-x 1 root wheel 47092 May 26 16:47 dnstrace*

/etc:
-rw-r--r-- 1 root wheel 164 May 26 16:47 /etc/dnsroots.global

次はtinydnsの設定です。