<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: sendmail / name lookup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633539#M592271</link>
    <description>If I were you I would setup your box to be a DNS server, or another UNIX box to be a primary server, and point this box to it to resolve names..then try that..You aren't seriously using Windoze for DNS are you???</description>
    <pubDate>Thu, 20 Dec 2001 21:32:04 GMT</pubDate>
    <dc:creator>Kevin Wright</dc:creator>
    <dc:date>2001-12-20T21:32:04Z</dc:date>
    <item>
      <title>sendmail / name lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633524#M592256</link>
      <description>Despite having a relay host configured in the sendmail.cf file (DS), when I attempt to send mail to an external domain, the sendmail process insists on doing a bunch of name lookups.  It seems to me that this shouldn't be necessary if the delivery of e-mail is to be handed off to a relay host.&lt;BR /&gt;&lt;BR /&gt;The HP-UX 11.0 server is not configured as a named primary or secondary server.&lt;BR /&gt;&lt;BR /&gt;For most domains, the name lookup works just fine (from a sendmail perspective), however for other domains such as hotmail.com the host_map_lookup fails.&lt;BR /&gt;&lt;BR /&gt;This happens despite the fact that when doing an interactive nslookup on these domains the expected results appear.&lt;BR /&gt;&lt;BR /&gt;In other words, nslookup on hotmail.com (A,MX...) works just fine but sendmail is not able to resolve hotmail.com.&lt;BR /&gt;&lt;BR /&gt;Our dns server is a W2K box running DDNS.&lt;BR /&gt;&lt;BR /&gt;My questions are, why does sendmail have a problem with looking up hotmail.com?  Why does sendmail have to do these lookups when a relay host is defined?  Is there a way to disable it?&lt;BR /&gt;&lt;BR /&gt;Any help will be much appreciated.&lt;BR /&gt;&lt;BR /&gt;Johan</description>
      <pubDate>Wed, 19 Dec 2001 23:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633524#M592256</guid>
      <dc:creator>Johan Nielsen</dc:creator>
      <dc:date>2001-12-19T23:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / name lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633525#M592257</link>
      <description>Hi Johan,&lt;BR /&gt;&lt;BR /&gt;If you are using DNs for your network, configure a resolver to resolve ip address and hostnames. once you have done that do a "nslookup" and try to see if the hostname and ip's are resolved for sites like hotmail.com, msn.com etc. Here is a link on how you can configrue the resolver (/etc/resolv.conf) and the nsswitch.conf,&lt;BR /&gt;&lt;BR /&gt;Take a look at this manual,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Follow the steps in configuring /etc/resolv.conf and /etc/nsswitch.conf.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Dec 2001 23:38:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633525#M592257</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-19T23:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / name lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633526#M592258</link>
      <description>Point of clarification - the /etc/resolv.conf is configured to use our DNS servers.  nslookups work just fine for all domains but not within a sendmail process...</description>
      <pubDate>Wed, 19 Dec 2001 23:43:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633526#M592258</guid>
      <dc:creator>Johan Nielsen</dc:creator>
      <dc:date>2001-12-19T23:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / name lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633527#M592259</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt; Can you pls post the output of sendmail -vt  &lt;ID&gt;@hotmail.com   ??&lt;BR /&gt;&lt;BR /&gt;(and the same with a local mail address)&lt;BR /&gt;&lt;BR /&gt; Also, make sure you do have the DSrelay.domain  entry in&lt;BR /&gt;/etc/mail/sendmail.cf !.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj&lt;BR /&gt;&lt;BR /&gt;&lt;/ID&gt;</description>
      <pubDate>Wed, 19 Dec 2001 23:55:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633527#M592259</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-12-19T23:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / name lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633528#M592260</link>
      <description>Johan,&lt;BR /&gt;&lt;BR /&gt;Will your mail server act as a relay server for external domains as well? Usually when you specify a DS host, local mail works fine but external mail will fail because the DS server refuses to relay this mail. So it could be that you have to configure your mail server to relay all the mail from your sendmail.&lt;BR /&gt;&lt;BR /&gt;Kurt</description>
      <pubDate>Thu, 20 Dec 2001 07:09:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633528#M592260</guid>
      <dc:creator>Kurt Beyers.</dc:creator>
      <dc:date>2001-12-20T07:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / name lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633529#M592261</link>
      <description>Kurt -&lt;BR /&gt;That's actually what we thought in the beginning.  However, for the domains that sendmail is not able to resolve, sendmail never attempts to connect to the relay host.  For other domains that local sendmail can resolve, the relay host is used to deliver the mail.  We are able to follow the message through the various inbound and outbound queues in Exchange.  The other thing is that I can manually telnet to port 25 on the relay host and send mail to my hotmail.com account.&lt;BR /&gt;&lt;BR /&gt;This problem has been elavated to tier 2 support at HP.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Johan</description>
      <pubDate>Thu, 20 Dec 2001 13:47:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633529#M592261</guid>
      <dc:creator>Johan Nielsen</dc:creator>
      <dc:date>2001-12-20T13:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / name lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633530#M592262</link>
      <description>You're probably getting hit by the check_mail or check_rcpt ruleset in sendmail.cf. &lt;BR /&gt;&lt;BR /&gt;Check mail checks to make sure the domains in the envelope head work:&lt;BR /&gt;&lt;BR /&gt;Scheck_mail&lt;BR /&gt;# check for valid domain name&lt;BR /&gt;R$*$:  $&amp;gt;3 $1&lt;BR /&gt;R $* &amp;lt; @ $+ . &amp;gt;$: &lt;OK&gt;&lt;BR /&gt;R $* &amp;lt; @ $+ &amp;gt;$#error $: 451 Domain must resolve&lt;BR /&gt;&lt;BR /&gt;This is to &lt;BR /&gt;1) prevent the system from having to get deep into the delivery process before figuring out that mail can't be delivered&lt;BR /&gt;2) to keep spammers out&lt;BR /&gt;&lt;BR /&gt;If you believe this is the problem, you couldn't think about commenting out the check_mail ruleset.&lt;BR /&gt;&lt;BR /&gt;&lt;/OK&gt;</description>
      <pubDate>Thu, 20 Dec 2001 14:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633530#M592262</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2001-12-20T14:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / name lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633531#M592263</link>
      <description>oops.  Typo.&lt;BR /&gt;&lt;BR /&gt;That should say you COULD think about commenting out the check_mail ruleset.</description>
      <pubDate>Thu, 20 Dec 2001 14:42:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633531#M592263</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2001-12-20T14:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / name lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633532#M592264</link>
      <description>Mail attempt to: jnielsen68@hotmail.com&lt;BR /&gt;&lt;BR /&gt;# /usr/lib/sendmail -vt -f jnielsen@andersencorp.com jnielsen68@hotmail.com&lt;BR /&gt;this is a test&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;jnielsen68@hotmail.com... hotmail.com: Name server timeout&lt;BR /&gt;jnielsen68@hotmail.com... Transient parse error -- message queued for future del&lt;BR /&gt;ivery&lt;BR /&gt;jnielsen68@hotmail.com... queued&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Mail attempt to: jnielsen@andersencorp.com&lt;BR /&gt;&lt;BR /&gt;# /usr/lib/sendmail -vt -f jnielsen@andersencorp.com jnielsen@andersencorp.co&amp;gt;&lt;BR /&gt;this is a test.&lt;BR /&gt;.&lt;BR /&gt;jnielsen@andersencorp.com... Connecting to smtp.andersencorp.com. via relay...&lt;BR /&gt;220 bpexfax1.andersencorp.com ESMTP Server (Microsoft Exchange Internet Mail Ser&lt;BR /&gt;vice 5.5.2650.21) ready&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; EHLO aw060.andersencorp.com&lt;BR /&gt;250-bpexfax1.andersencorp.com Hello [aw060.andersencorp.com]&lt;BR /&gt;250-XEXCH50&lt;BR /&gt;250-HELP&lt;BR /&gt;250-ETRN&lt;BR /&gt;250-DSN&lt;BR /&gt;250-SIZE 0&lt;BR /&gt;250-AUTH LOGIN&lt;BR /&gt;250 AUTH=LOGIN&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; MAIL From:&lt;JNIELSEN&gt; SIZE=16&lt;BR /&gt;250 OK - mail from &lt;JNIELSEN&gt;; can accomodate 16 bytes&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; RCPT To:&lt;JNIELSEN&gt;&lt;BR /&gt;250 OK - Recipient &lt;JNIELSEN&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; DATA&lt;BR /&gt;354 Send data.  End with CRLF.CRLF&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; .&lt;BR /&gt;250 OK&lt;BR /&gt;jnielsen@andersencorp.com... Sent (OK)&lt;BR /&gt;Closing connection to smtp.andersencorp.com.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; QUIT&lt;BR /&gt;221 closing connection&lt;BR /&gt;#&lt;/JNIELSEN&gt;&lt;/JNIELSEN&gt;&lt;/JNIELSEN&gt;&lt;/JNIELSEN&gt;</description>
      <pubDate>Thu, 20 Dec 2001 19:50:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633532#M592264</guid>
      <dc:creator>Johan Nielsen</dc:creator>
      <dc:date>2001-12-20T19:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / name lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633533#M592265</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You must have checked this ..&lt;BR /&gt;&lt;BR /&gt;In /etc/nsswitch.conf, is hosts is being resolve DNA and then file??&lt;BR /&gt;&lt;BR /&gt;Or Also try renaming resolv.conf and check if mails get  transfers&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Thu, 20 Dec 2001 20:05:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633533#M592265</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-12-20T20:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / name lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633534#M592266</link>
      <description />
      <pubDate>Thu, 20 Dec 2001 20:42:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633534#M592266</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2001-12-20T20:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / name lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633535#M592267</link>
      <description>the /etc/nsswitch.conf file is set up to utilize DNS and then files.  Keep in mind that for the majority of domains that we send e-mail to, the system works just fine.  &lt;BR /&gt;&lt;BR /&gt;I have received a white paper on Name Server Timeout &amp;amp; Transient Errors.&lt;BR /&gt;&lt;BR /&gt;The paper suggests that there is a problem resolving ROOT servers or something to that effect.  I haven't read the paper yet.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.</description>
      <pubDate>Thu, 20 Dec 2001 20:43:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633535#M592267</guid>
      <dc:creator>Johan Nielsen</dc:creator>
      <dc:date>2001-12-20T20:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / name lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633536#M592268</link>
      <description />
      <pubDate>Thu, 20 Dec 2001 20:47:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633536#M592268</guid>
      <dc:creator>Johan Nielsen</dc:creator>
      <dc:date>2001-12-20T20:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / name lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633537#M592269</link>
      <description>&amp;gt;Despite having a relay host configured in the &amp;gt;sendmail.cf file (DS), when I attempt to send &amp;gt;mail to an external domain, the sendmail &amp;gt;process insists on doing a bunch of name &amp;gt;lookups. It seems to me that this shouldn't &amp;gt;be necessary if the delivery of e-mail is to &amp;gt;be handed off to a relay host. &lt;BR /&gt;&lt;BR /&gt;As I said earlier, this will happen if the check_mail ruleset is in play in sendmail.cf - that rule says look up domains to make sure they resolve.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;The HP-UX 11.0 server is not configured as a &amp;gt;&lt;BR /&gt;&amp;gt;named primary or secondary server. &lt;BR /&gt;&lt;BR /&gt;It should have to be - it can be run as a caching only name server where it has a copy of the root zone and looks up names itself, or it could use another name server (you should configure more than one in resolv.conf).&lt;BR /&gt;&lt;BR /&gt;&amp;gt;For most domains, the name lookup works just &amp;gt;fine (from a sendmail perspective), however &amp;gt;for other domains such as hotmail.com the &amp;gt;host_map_lookup fails. &lt;BR /&gt;&lt;BR /&gt;You showed us the nslookup diagnostic with mx, now show us the A record by saying&lt;BR /&gt;$nslookup -d2&lt;BR /&gt;&amp;gt;hotmail.com&lt;BR /&gt;&lt;BR /&gt;post the results.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;This happens despite the fact that when doing &amp;gt;an interactive nslookup on these domains the &amp;gt;expected results appear. &lt;BR /&gt;&lt;BR /&gt;Here's how it works:&lt;BR /&gt;#      By default, sendmail will attempt to send all email with an address of  #&lt;BR /&gt;#      the form user@host via the SMTP protocol over TCP/IP.  If the           #&lt;BR /&gt;#      nameserver is in use, an MX record may direct sendmail to route         #&lt;BR /&gt;#      mail for that host to some other host acting as a "mail exchanger"      #&lt;BR /&gt;#      for the host in the recipient address.  If there is no MX record        #&lt;BR /&gt;#      for the target host name then gethostbyname(3n) must be able to return  #&lt;BR /&gt;#      a valid internet address for the host AND the option TryNullMXList must #&lt;BR /&gt;#      be enabled or else the delivery will fail.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;In other words, nslookup on hotmail.com &lt;BR /&gt;&amp;gt;(A,MX...) works just fine but sendmail is not &amp;gt;able to resolve hotmail.com. &lt;BR /&gt;&lt;BR /&gt;This doesn't make sense (I'm not saying your wrong - I'm just saying that it's odd that nslookup works and sendmail won't look up, since they both use the same resolver and DNS -- but I guess that's your point).&lt;BR /&gt;&lt;BR /&gt;I'd think about grabbing a copy of the root zone, and testing your server as a local, caching only DNS.  To do that, &lt;BR /&gt;&lt;BR /&gt;-take the root zone I've included, put it in /etc/named.data&lt;BR /&gt;-edit /etc/named.boot - it should look something like&lt;BR /&gt;;&lt;BR /&gt;; type          domain                  source file&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;directory       /etc/named.data ; running directory for named&lt;BR /&gt;&lt;BR /&gt;primary         0.0.127.IN-ADDR.ARPA    db.127.0.0&lt;BR /&gt;cache           .                       db.cache&lt;BR /&gt;&lt;BR /&gt;Edit resolv.conf.  Put the host that's having the problem (the one we just added as a name server) on the first line as &lt;BR /&gt;nameserver 1.2.3.4 &lt;BR /&gt;{where 1.2.3.4 is the IP of this name server}&lt;BR /&gt;&lt;BR /&gt;Start named:&lt;BR /&gt;#/usr/sbin/named&lt;BR /&gt;&lt;BR /&gt;Restart sendmail:&lt;BR /&gt;#killsm&lt;BR /&gt;#/usr/sbin/sendmail -bd -q30m&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Our dns server is a W2K box running DDNS. &lt;BR /&gt;&lt;BR /&gt;&amp;gt;My questions are, why does sendmail have a &amp;gt;problem with looking up hotmail.com? &lt;BR /&gt;Dunno.  Doesn't make any sense based on the information we have.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Why does sendmail have to do these lookups &amp;gt;when a relay host is defined? &lt;BR /&gt;You probably are using check_mail, which invites a DNS lookup.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Is there a way to disable it? &lt;BR /&gt;Comment out check_mail in sendmail.cf&lt;BR /&gt;&lt;BR /&gt;BUT - dollars to donuts, you've got some sort of DNS problem.  The best thing to do is fix the DNS problem.  Commenting out check_mail will just mask a symptom.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any help will be much appreciated. &lt;BR /&gt;</description>
      <pubDate>Thu, 20 Dec 2001 21:16:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633537#M592269</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2001-12-20T21:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / name lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633538#M592270</link>
      <description>Sorry, forgot db.cache:&lt;BR /&gt;&lt;BR /&gt;;       This file holds the information on root name servers needed to&lt;BR /&gt;;       initialize cache of Internet domain name servers&lt;BR /&gt;;       (e.g. reference this file in the "cache  .  &lt;FILE&gt;"&lt;BR /&gt;;       configuration file of BIND domain name servers).&lt;BR /&gt;;&lt;BR /&gt;;       This file is made available by InterNIC registration services&lt;BR /&gt;;       under anonymous FTP as&lt;BR /&gt;;           file                /domain/named.root&lt;BR /&gt;;           on server           FTP.RS.INTERNIC.NET&lt;BR /&gt;;       -OR- under Gopher at    RS.INTERNIC.NET&lt;BR /&gt;;           under menu          InterNIC Registration Services (NSI)&lt;BR /&gt;;              submenu          InterNIC Registration Archives&lt;BR /&gt;;           file                named.root&lt;BR /&gt;;&lt;BR /&gt;;       last update:    Aug 22, 1997&lt;BR /&gt;;       related version of root zone:   1997082200&lt;BR /&gt;;&lt;BR /&gt;;&lt;BR /&gt;; formerly NS.INTERNIC.NET&lt;BR /&gt;;&lt;BR /&gt;.                        3600000  IN  NS    A.ROOT-SERVERS.NET.&lt;BR /&gt;A.ROOT-SERVERS.NET.      3600000      A     198.41.0.4&lt;BR /&gt;;&lt;BR /&gt;; formerly NS1.ISI.EDU&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    B.ROOT-SERVERS.NET.&lt;BR /&gt;B.ROOT-SERVERS.NET.      3600000      A     128.9.0.107&lt;BR /&gt;;&lt;BR /&gt;; formerly C.PSI.NET&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    C.ROOT-SERVERS.NET.&lt;BR /&gt;C.ROOT-SERVERS.NET.      3600000      A     192.33.4.12&lt;BR /&gt;;&lt;BR /&gt;; formerly TERP.UMD.EDU&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    D.ROOT-SERVERS.NET.&lt;BR /&gt;D.ROOT-SERVERS.NET.      3600000      A     128.8.10.90&lt;BR /&gt;;&lt;BR /&gt;; formerly NS.NASA.GOV&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    E.ROOT-SERVERS.NET.&lt;BR /&gt;E.ROOT-SERVERS.NET.      3600000      A     192.203.230.10&lt;BR /&gt;;&lt;BR /&gt;; formerly NS.ISC.ORG&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    F.ROOT-SERVERS.NET.&lt;BR /&gt;F.ROOT-SERVERS.NET.      3600000      A     192.5.5.241&lt;BR /&gt;;&lt;BR /&gt;; formerly NS.NIC.DDN.MIL&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    G.ROOT-SERVERS.NET.&lt;BR /&gt;G.ROOT-SERVERS.NET.      3600000      A     192.112.36.4&lt;BR /&gt;;&lt;BR /&gt;; formerly AOS.ARL.ARMY.MIL&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    H.ROOT-SERVERS.NET.&lt;BR /&gt;H.ROOT-SERVERS.NET.      3600000      A     128.63.2.53&lt;BR /&gt;;&lt;BR /&gt;; formerly NIC.NORDU.NET&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    I.ROOT-SERVERS.NET.&lt;BR /&gt;I.ROOT-SERVERS.NET.      3600000      A     192.36.148.17&lt;BR /&gt;;&lt;BR /&gt;; temporarily housed at NSI (InterNIC)&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    J.ROOT-SERVERS.NET.&lt;BR /&gt;J.ROOT-SERVERS.NET.      3600000      A     198.41.0.10&lt;BR /&gt;;&lt;BR /&gt;; housed in LINX, operated by RIPE NCC&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    K.ROOT-SERVERS.NET.&lt;BR /&gt;K.ROOT-SERVERS.NET.      3600000      A     193.0.14.129&lt;BR /&gt;;&lt;BR /&gt;; temporarily housed at ISI (IANA)&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    L.ROOT-SERVERS.NET.&lt;BR /&gt;L.ROOT-SERVERS.NET.      3600000      A     198.32.64.12&lt;BR /&gt;;&lt;BR /&gt;; housed in Japan, operated by WIDE&lt;BR /&gt;;&lt;BR /&gt;.                        3600000      NS    M.ROOT-SERVERS.NET.&lt;BR /&gt;M.ROOT-SERVERS.NET.      3600000      A     202.12.27.33&lt;BR /&gt;; End of File&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FILE&gt;</description>
      <pubDate>Thu, 20 Dec 2001 21:24:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633538#M592270</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2001-12-20T21:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / name lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633539#M592271</link>
      <description>If I were you I would setup your box to be a DNS server, or another UNIX box to be a primary server, and point this box to it to resolve names..then try that..You aren't seriously using Windoze for DNS are you???</description>
      <pubDate>Thu, 20 Dec 2001 21:32:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633539#M592271</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2001-12-20T21:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / name lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633540#M592272</link>
      <description>Kevin -&lt;BR /&gt;&lt;BR /&gt;I figured that someone was going to ask that question.  The answer is "yes" we're using DDNS in Windows2K.  This brings up a good point.  I thing we will try and configure one of our UX boxes to be a DNS server at least for a short time.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 20 Dec 2001 22:10:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633540#M592272</guid>
      <dc:creator>Johan Nielsen</dc:creator>
      <dc:date>2001-12-20T22:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / name lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633541#M592273</link>
      <description>An A record Query on hotmail.com.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; set q=a&lt;BR /&gt;&amp;gt; hotmail.com&lt;BR /&gt;Server:  bpdns1.andersencorp.com&lt;BR /&gt;Address:  158.107.40.23&lt;BR /&gt;&lt;BR /&gt;;; res_nmkquery(QUERY, hotmail.com, IN, A)&lt;BR /&gt;------------&lt;BR /&gt;SendRequest(), len 29&lt;BR /&gt;    HEADER:&lt;BR /&gt;        opcode = QUERY, id = 14904, rcode = NOERROR&lt;BR /&gt;        header flags:  query, want recursion&lt;BR /&gt;        questions = 1,  answers = 0,  authority records = 0,  additional = 0&lt;BR /&gt;&lt;BR /&gt;    QUESTIONS:&lt;BR /&gt;        hotmail.com, type = A, class = IN&lt;BR /&gt;&lt;BR /&gt;------------&lt;BR /&gt;------------&lt;BR /&gt;Got answer (125 bytes):&lt;BR /&gt;    HEADER:&lt;BR /&gt;        opcode = QUERY, id = 14904, rcode = NOERROR&lt;BR /&gt;        header flags:  response, want recursion, recursion avail.&lt;BR /&gt;        questions = 1,  answers = 6,  authority records = 0,  additional = 0&lt;BR /&gt;&lt;BR /&gt;    QUESTIONS:&lt;BR /&gt;        hotmail.com, type = A, class = IN&lt;BR /&gt;    ANSWERS:&lt;BR /&gt;    -&amp;gt;  hotmail.com&lt;BR /&gt;        type = A, class = IN, dlen = 4&lt;BR /&gt;        internet address = 64.4.52.7&lt;BR /&gt;        ttl = 3154 (52m34s)&lt;BR /&gt;    -&amp;gt;  hotmail.com&lt;BR /&gt;        type = A, class = IN, dlen = 4&lt;BR /&gt;        internet address = 64.4.53.7&lt;BR /&gt;        ttl = 3154 (52m34s)&lt;BR /&gt;    -&amp;gt;  hotmail.com&lt;BR /&gt;        type = A, class = IN, dlen = 4&lt;BR /&gt;        internet address = 64.4.54.7&lt;BR /&gt;        ttl = 3154 (52m34s)&lt;BR /&gt;    -&amp;gt;  hotmail.com&lt;BR /&gt;        type = A, class = IN, dlen = 4&lt;BR /&gt;        internet address = 64.4.43.7&lt;BR /&gt;        ttl = 3154 (52m34s)&lt;BR /&gt;    -&amp;gt;  hotmail.com&lt;BR /&gt;        type = A, class = IN, dlen = 4&lt;BR /&gt;        internet address = 64.4.44.7&lt;BR /&gt;        ttl = 3154 (52m34s)&lt;BR /&gt;    -&amp;gt;  hotmail.com&lt;BR /&gt;        type = A, class = IN, dlen = 4&lt;BR /&gt;        internet address = 64.4.45.7&lt;BR /&gt;        ttl = 3154 (52m34s)&lt;BR /&gt;&lt;BR /&gt;------------&lt;BR /&gt;Non-authoritative answer:&lt;BR /&gt;Name:    hotmail.com&lt;BR /&gt;Addresses:  64.4.52.7, 64.4.53.7, 64.4.54.7, 64.4.43.7&lt;BR /&gt;          64.4.44.7, 64.4.45.7&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Johan</description>
      <pubDate>Thu, 20 Dec 2001 22:26:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633541#M592273</guid>
      <dc:creator>Johan Nielsen</dc:creator>
      <dc:date>2001-12-20T22:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / name lookup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633542#M592274</link>
      <description>If you don't feel like dealing with the DNS, but you want to test, ask your ISP for a couple of DNS addresses.  Point your resolver at those boxen instead of the Windoze boxen.  &lt;BR /&gt;&lt;BR /&gt;That may be quicker than trying to configure DNS.</description>
      <pubDate>Thu, 20 Dec 2001 22:34:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-name-lookup/m-p/2633542#M592274</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2001-12-20T22:34:26Z</dc:date>
    </item>
  </channel>
</rss>

