Date: Thu, 13 Jun 2002 12:05:01 -0700 (PDT) From: George Yobst <george@lincc.lib.or.us> To: Gary D Kline <kline@thought.org> Cc: <freebsd-stable@FreeBSD.ORG> Subject: Re: sendmail or namedb configurations.... Message-ID: <Pine.BSF.4.32.0206131158560.98807-100000@localhost> In-Reply-To: <20020613185227.GA2753@tao.thought.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Gary,
OK, just a thought, on Sage (your outside mailer, right?)
how is your /etc/access set up? You might need a line like:
thought.org <tab> RELAY
Then do the makemap and restart sendmail.
Beyond that, I'm lost.
-George
On Thu, 13 Jun 2002, Gary D Kline wrote:
*
*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
*
*
---------------------------------------------------------------------------
George Yobst, Library Technology Specialist phone: 503.723.4890
Library Information Network of Clackamas County fax: 503.794.8238
16239 SE McLoughlin Blvd, Suite 208 web: http://www.lincc.lib.or.us
Oak Grove, OR 97267-4654 email: george@lincc.lib.or.us
"...it is impossible for anyone to begin to learn
what he thinks he already knows." - Epictetus
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?Pine.BSF.4.32.0206131158560.98807-100000>
