Date: Thu, 13 Jun 2002 11:52:27 -0700 From: Gary D Kline <kline@thought.org> To: George Yobst <george@lincc.lib.or.us> Cc: Gary D Kline <kline@thought.org>, freebsd-stable@FreeBSD.ORG Subject: Re: sendmail or namedb configurations.... Message-ID: <20020613185227.GA2753@tao.thought.org> In-Reply-To: <Pine.BSF.4.32.0206130819170.97002-100000@localhost> References: <200206130558.g5D5wQH96322@tao.thought.org> <Pine.BSF.4.32.0206130819170.97002-100000@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 13, 2002 at 08:24:26AM -0700, George Yobst wrote:
>
> Hi Gary,
> Are the internal machines getting a correct
> DNS resolution with names and numbers? How about
> a separate internal DNS server? -George
That is what I am trying, butmaybe/evidently improperly.
Here are some entries from my /etc/named.conf:
// file "db.cache" ( was named.root) is for the root ``.''
zone "." {
type hint;
file "/etc/namedb/s/db.cache";
};
// loopback entry
zone "0.0.127.IN-ADDR.ARPA" {
type master;
file "/etc/namedb/s/db.0.0.127.IN-ADDR.ARPA";
};
zone "thought.org" {
type master;
file "/etc/namedb/s/db.thought.org";
};
zone "168.39.216.in-addr.arpa" {
type master;
file "/etc/namedb/s/thought.org.rev";
};
zone "0.0.10.in-addr.arpa." {
type master;
file "/etc/namedb/s/db.private.rev";
};
This is from s/db.thought.org:
; Machines for the though.org domain
;
;name ttl class type data
;
localhost IN A 127.0.0.1
ns1.thought.org. IN A 216.39.168.248
tao.thought.org. IN A 216.39.168.250
sage IN A 10.0.0.1
zen IN A 10.0.0.249
...
...
; Domain mailing addresses
;
thought.org. IN MX 10 sage.thought.org.
thought.org. IN A 10.0.0.1
Lastly, here is test output from sendmail:
root@sage:/etc/namedb/s# sendmail -tv jqs@zen.thought.org
hi.
.
jqs@zen.thought.org... Connecting to tao.thought.org. via relay...
220 tao.thought.org ESMTP Sendmail 8.11.6/8.11.3; Thu, 13 Jun 2002 11:39:19
-0700 (PDT)
>>> EHLO sage.thought.org
250-tao.thought.org Hello ns1 [216.39.168.248], pleased to meet you
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-SIZE
250-DSN
250-ONEX
250-ETRN
250-XUSR
250 HELP
>>> MAIL From:<kline@sage.thought.org> SIZE=4
250 2.1.0 <kline@sage.thought.org>... Sender ok
>>> RCPT To:<jqs@zen.thought.org>
250 2.1.5 <jqs@zen.thought.org>... Recipient ok
>>> DATA
354 Enter mail, end with "." on a line by itself
>>> .
250 2.0.0 g5DIdJB02915 Message accepted for delivery
jqs@zen.thought.org... Sent (g5DIdJB02915 Message accepted for delivery)
Closing connection to tao.thought.org.
>>> QUIT
221 2.0.0 tao.thought.org closing connection
My DNS files seem to be okay... On ns1 (aka sage), I have
tao.thought.org as the DS smarthost... tao is on the "ouside"
network. It is there (on tao) where mailq lists files as
Deferred.
Would it make any sense to break out my db.private.* files?
Hopefully you orr another wizard can make sense of this;
I'm at the very edge of my experience!
thanks,
gary
--
Gary Kline kline@thought.org www.thought.org Public service Unix
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020613185227.GA2753>
