<?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:  why doesn't it resolve? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937651#M112968</link>
    <description>I just sent an email to that address from my server; the mail was deferred and is in my mailq ... reason host map lookup deferred.&lt;BR /&gt;&lt;BR /&gt;So sendmail doesn't send to that domain, I would assume for the same reason.&lt;BR /&gt;&lt;BR /&gt;This makes me believe that turning off the feature that rejects unresolvable names for incoming mail won't fix my problem, but I will test it.&lt;BR /&gt;&lt;BR /&gt;There's got to be some other difference between sendmail 8.9.3 and 11.1  ...&lt;BR /&gt;&lt;BR /&gt;fred&lt;BR /&gt;</description>
    <pubDate>Thu, 27 Mar 2003 22:22:44 GMT</pubDate>
    <dc:creator>Fred Martin_1</dc:creator>
    <dc:date>2003-03-27T22:22:44Z</dc:date>
    <item>
      <title>sendmail:  why doesn't it resolve?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937638#M112955</link>
      <description>Running sendmail version 11.1 on HP-UX 11.0...DNS also running on the same box.&lt;BR /&gt;&lt;BR /&gt;I can resolve a particular domain name thus:&lt;BR /&gt;&lt;BR /&gt;# nslookup windflite.com&lt;BR /&gt;....&lt;BR /&gt;Name:    windflite.com   &lt;BR /&gt;Address:  216.166.249.146&lt;BR /&gt;&lt;BR /&gt;But an email sent to me from windflite.com is rejected:&lt;BR /&gt;&lt;BR /&gt;sendmail[6397]: h2RL1Ul06397: ruleset=check_mail, arg1=&lt;ANDY&gt;, relay=[216.166.249.146], reject=451 4.1.8 Domain of sender address andy@windflite.com does not resolve&lt;BR /&gt;&lt;BR /&gt;And to complicate it, if he sends the email a few more times, eventually it will resolve and gets delivered.  nslookup -always- returns the address so I'm having a hard time believing that's simply DNS.&lt;BR /&gt;&lt;BR /&gt;This began happening with 11.1, never happened when I was on 8.9.3 ...&lt;BR /&gt;&lt;BR /&gt;Help!  I'm rejected needed mail....&lt;BR /&gt;&lt;/ANDY&gt;</description>
      <pubDate>Thu, 27 Mar 2003 21:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937638#M112955</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-03-27T21:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail:  why doesn't it resolve?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937639#M112956</link>
      <description>Hi Fred,&lt;BR /&gt;&lt;BR /&gt;Sendmail deals with special DNS entries known as MX (Mail eXchanger) records.&lt;BR /&gt;&lt;BR /&gt;So lookup as follows&lt;BR /&gt;nslookup&lt;BR /&gt;&amp;gt; set type=mx&lt;BR /&gt;&amp;gt; windflite.com&lt;BR /&gt;&lt;BR /&gt;Then you should get responses indicating the mail exchanger as well as preferences for each. If you don't get response, well then there's your trouble....&lt;BR /&gt;If you get responses then reverse lookup (by IP) the IPs for these MX entries - they MUST resolve as well.&lt;BR /&gt;Sendmail is very, very picky about lookups - they MUST resolve &amp;amp; resolve corectly in both directions.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 27 Mar 2003 21:22:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937639#M112956</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-27T21:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail:  why doesn't it resolve?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937640#M112957</link>
      <description>I don't know if this helps or not, but when I do an nslookup on windflite.com I get 216.166.249.146 but when I do an nslookup on the address I get:&lt;BR /&gt;&lt;BR /&gt; nslookup 216.166.249.146&lt;BR /&gt;Name Server:  sldns.sbc.com&lt;BR /&gt;Address:  132.201.90.250&lt;BR /&gt;&lt;BR /&gt;Trying DNS&lt;BR /&gt;Name:    216-166-249-146.clec.peknil.madisonriver.net&lt;BR /&gt;Address:  216.166.249.146&lt;BR /&gt;&lt;BR /&gt;Evidently that address resolves to two different domains. Is that person using a 3rd part domain service like gotdns.com where he has a DSL/Cable attached server but has the domain name resolving to an address owned by peknil.madisonriver.net? &lt;BR /&gt;&lt;BR /&gt;I think what is happening is that to your email server it looks like a spoofed name or spammer name and is rejecting them. You could try putting an /etc/hosts entry for this person if that is the only one that you are having  &lt;BR /&gt;trouble with:&lt;BR /&gt;216.166.249.146  windflite.com&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Mar 2003 21:25:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937640#M112957</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2003-03-27T21:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail:  why doesn't it resolve?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937641#M112958</link>
      <description>OK, did this:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; set type=mx  &lt;BR /&gt;&amp;gt; windflite.com&lt;BR /&gt;&lt;BR /&gt;And got:&lt;BR /&gt;&lt;BR /&gt;Trying DNS                               &lt;BR /&gt;Authoritative answers can be found from: &lt;BR /&gt;windflite.com                            &lt;BR /&gt;        origin = ns1.dnswiz.com&lt;BR /&gt;        mail addr = hostmaster.dnswiz.com&lt;BR /&gt;        serial = 12050&lt;BR /&gt;        refresh = 1800 (30 mins)&lt;BR /&gt;        retry   = 900 (15 mins)&lt;BR /&gt;        expire  = 604800 (7 days)&lt;BR /&gt;        minimum ttl = 900 (15 mins)&lt;BR /&gt;&lt;BR /&gt;Not sure what it means but why would it go through OK with sendmail, every third or fourth attempt, though?&lt;BR /&gt;&lt;BR /&gt;If I just set sendmail to allow non-resolving names am I opening myself up to all kinds of trash?&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Mar 2003 21:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937641#M112958</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-03-27T21:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail:  why doesn't it resolve?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937642#M112959</link>
      <description>Do you have an account on windflite.com?&lt;BR /&gt;&lt;BR /&gt;Try connect to the mail server directly.&lt;BR /&gt; mail addr = hostmaster.dnswiz.com&lt;BR /&gt;&lt;BR /&gt;telnet hostmaster.dnswiz.com 25&lt;BR /&gt;helo&lt;BR /&gt;mail from: &amp;lt;&amp;gt;&lt;BR /&gt;rcpt to: &lt;ANDY&gt;&lt;BR /&gt;data&lt;BR /&gt;&lt;TYPE your="" message="" body=""&gt;&lt;BR /&gt;. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See if you could get past rcpt to.  If you get "571 we do not relay", which means the mail server does not relay mail for you sender host.&lt;BR /&gt;&lt;BR /&gt;&lt;/TYPE&gt;&lt;/ANDY&gt;</description>
      <pubDate>Thu, 27 Mar 2003 21:41:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937642#M112959</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2003-03-27T21:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail:  why doesn't it resolve?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937643#M112960</link>
      <description>I get this when I try to resolve the address:&lt;BR /&gt;&lt;BR /&gt;# nslookup 216.166.249.146&lt;BR /&gt;Name:   216-166-249-146.clec.peknil.madisonriver.net&lt;BR /&gt;Address:  216.166.249.146&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;So the name resolves but not the address.&lt;BR /&gt;&lt;BR /&gt;I'm looking through the logs and I see several very big venders of ours that are getting rejected and so it seems that this is not a unique case.&lt;BR /&gt;&lt;BR /&gt;I'm thinking I'll need to allow unresolvable addresses?&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Mar 2003 21:44:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937643#M112960</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-03-27T21:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail:  why doesn't it resolve?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937644#M112961</link>
      <description>Results from my web/mail server on the public Internet.&lt;BR /&gt;&lt;BR /&gt;Sounds to me like you aren't getting reliable answers from your DNS server.  You aren't using mail relay it seems.&lt;BR /&gt;&lt;BR /&gt;[invest@jerusalem invest]$ dig windflite.com&lt;BR /&gt;&lt;BR /&gt;; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG 9.2.1 &amp;lt;&amp;lt;&amp;gt;&amp;gt; windflite.com&lt;BR /&gt;;; global options:  printcmd&lt;BR /&gt;;; Got answer:&lt;BR /&gt;;; -&amp;gt;&amp;gt;HEADER&amp;lt;&amp;lt;- opcode: QUERY, status: NOERROR, id: 6311&lt;BR /&gt;;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0&lt;BR /&gt;&lt;BR /&gt;;; QUESTION SECTION:&lt;BR /&gt;;windflite.com.                 IN      A&lt;BR /&gt;&lt;BR /&gt;;; ANSWER SECTION:&lt;BR /&gt;windflite.com.          900     IN      A       216.166.249.146&lt;BR /&gt;&lt;BR /&gt;;; Query time: 305 msec&lt;BR /&gt;;; SERVER: 216.231.41.2#53(216.231.41.2)&lt;BR /&gt;&lt;BR /&gt;[invest@jerusalem invest]$ nslookup&lt;BR /&gt;Note:  nslookup is deprecated and may be removed from future releases.&lt;BR /&gt;Consider using the `dig' or `host' programs instead.  Run nslookup with&lt;BR /&gt;the `-sil[ent]' option to prevent this message from appearing.&lt;BR /&gt;&amp;gt; set type=mx&lt;BR /&gt;&amp;gt; windflite.com&lt;BR /&gt;Server:         216.231.41.2&lt;BR /&gt;Address:        216.231.41.2#53&lt;BR /&gt;&lt;BR /&gt;Non-authoritative answer:&lt;BR /&gt;*** Can't find windflite.com: No answer&lt;BR /&gt;&lt;BR /&gt;Authoritative answers can be found from:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Based on these results it looks like THEIR DNS server isn't working right. I don't think its your setup.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;;; WHEN: Thu Mar 27 15:44:47 2003&lt;BR /&gt;;; MSG SIZE  rcvd: 47&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Mar 2003 21:46:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937644#M112961</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-27T21:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail:  why doesn't it resolve?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937645#M112962</link>
      <description>Accck!  Forgot to mention, and this seems a pretty big part of the puzzle to me, my domain is applicatorssales.com, but I also accept mail for another domain name of ours - paradigmwindows.com .... both companies use the same server...but all the same users on the same machine.&lt;BR /&gt;&lt;BR /&gt;When you send an email to fmartin@paradigmwindows.com, 3 out of 4 get rejected as described above.... but an email to fmartin@applicatorssales.com will always work.&lt;BR /&gt;&lt;BR /&gt;???&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Mar 2003 21:52:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937645#M112962</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-03-27T21:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail:  why doesn't it resolve?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937646#M112963</link>
      <description>Cute tag line.&lt;BR /&gt;&lt;BR /&gt;I thought of another test, though I'm now convinced its their DNS server.&lt;BR /&gt;&lt;BR /&gt;Ran this test on my mail server which is running its own firewall but not behind one.&lt;BR /&gt;&lt;BR /&gt;[root@jerusalem root]# sendmail -v -d38 -d8 andy@windflite.com&lt;BR /&gt;Steve was here&lt;BR /&gt;.&lt;BR /&gt;getmxrr: res_search(windflite.com.) failed (errno=0, h_errno=4)&lt;BR /&gt;andy@windflite.com... Connecting to windflite.com. via esmtp...&lt;BR /&gt;220 mail.windflite.com ESMTP Merak 4.00.80; Thu, 27 Mar 2003 16:54:01 -0600&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; EHLO investmenttool.com&lt;BR /&gt;250-mail.windflite.com Hello investmenttool.com [66.92.143.194], pleased to meet&lt;BR /&gt; you.&lt;BR /&gt;250-SEND&lt;BR /&gt;250-SOML&lt;BR /&gt;250-SAML&lt;BR /&gt;250-SIZE&lt;BR /&gt;250-EXPN&lt;BR /&gt;250-ETRN&lt;BR /&gt;250-DSN&lt;BR /&gt;250-CHUNKING&lt;BR /&gt;250-CHECKPOINT&lt;BR /&gt;250-STARTTLS&lt;BR /&gt;250 HELP&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; MAIL From:&lt;INVEST&gt; SIZE=15&lt;BR /&gt;250 OK &lt;INVEST&gt;... Sender ok&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; RCPT To:&lt;ANDY&gt;&lt;BR /&gt;250 OK &lt;ANDY&gt;... Recipient ok&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; DATA&lt;BR /&gt;354 Enter mail, end with "." on a line by itself&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; .&lt;BR /&gt;250 OK 327 bytes received in 00:00:00; Message accepted for delivery&lt;BR /&gt;andy@windflite.com... Sent (OK 327 bytes received in 00:00:00; Message accepted&lt;BR /&gt;for delivery)&lt;BR /&gt;Closing connection to windflite.com.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; QUIT&lt;BR /&gt;221 mail.windflite.com closing connection&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm not going to send multiple mail's but this did not work every time I ran it.  I hope Andy isn't pissed with me.&lt;BR /&gt;&lt;BR /&gt;In HP-UX the syntax should be:&lt;BR /&gt;/usr/sbin/sendmail -v -d8.99 -d38.99 andy@windflite.com&lt;BR /&gt;&lt;BR /&gt;type in a tag line&lt;BR /&gt;hit enter&lt;BR /&gt;type a dot(period)&lt;BR /&gt;.&lt;BR /&gt;hit enter&lt;BR /&gt;&lt;BR /&gt;It is not working reliably, its his DNS server.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ANDY&gt;&lt;/ANDY&gt;&lt;/INVEST&gt;&lt;/INVEST&gt;</description>
      <pubDate>Thu, 27 Mar 2003 21:53:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937646#M112963</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-27T21:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail:  why doesn't it resolve?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937647#M112964</link>
      <description>Sorry "when you send an email" should read "when andy@windflite.com" sends an email" ...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Mar 2003 21:54:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937647#M112964</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-03-27T21:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail:  why doesn't it resolve?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937648#M112965</link>
      <description>sounds like I'm clueless.&lt;BR /&gt;&lt;BR /&gt;Sorry.&lt;BR /&gt;&lt;BR /&gt;If you are the DNS admin for that server, please upload the configuration of the zone record for both domains.&lt;BR /&gt;&lt;BR /&gt;Also the /etc/aliases file would be useful.&lt;BR /&gt;&lt;BR /&gt;Name server for windflite.com is not giving consistent answers for mx requests lookup requests.  That much I am certain of.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 27 Mar 2003 21:56:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937648#M112965</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-27T21:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail:  why doesn't it resolve?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937649#M112966</link>
      <description>Please let's not actually use windflite.com as a test thanks, they're a business partner of ours.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Mar 2003 21:57:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937649#M112966</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-03-27T21:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail:  why doesn't it resolve?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937650#M112967</link>
      <description>Okay, I sent one mail, that was accepted.  Please relay my deepest apologies.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 27 Mar 2003 22:03:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937650#M112967</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-27T22:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail:  why doesn't it resolve?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937651#M112968</link>
      <description>I just sent an email to that address from my server; the mail was deferred and is in my mailq ... reason host map lookup deferred.&lt;BR /&gt;&lt;BR /&gt;So sendmail doesn't send to that domain, I would assume for the same reason.&lt;BR /&gt;&lt;BR /&gt;This makes me believe that turning off the feature that rejects unresolvable names for incoming mail won't fix my problem, but I will test it.&lt;BR /&gt;&lt;BR /&gt;There's got to be some other difference between sendmail 8.9.3 and 11.1  ...&lt;BR /&gt;&lt;BR /&gt;fred&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Mar 2003 22:22:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937651#M112968</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-03-27T22:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail:  why doesn't it resolve?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937652#M112969</link>
      <description>Nope, I'm convinced its the DNS server configuration on the target of your email.  I've had similar problems with my mx server when I had a syntax record in the zone record.&lt;BR /&gt;&lt;BR /&gt;If you have control, I'm uploading a valid zone record that includes an mx record from one of the domains I host.&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;&lt;BR /&gt;[invest@jerusalem named]$ more ilcba.org.zone&lt;BR /&gt;&lt;BR /&gt;$TTL 86400&lt;BR /&gt;@       IN      SOA     @  ilcba.org (&lt;BR /&gt;                        4 ; serial&lt;BR /&gt;                        28800 ; refresh&lt;BR /&gt;                        7200 ; retry&lt;BR /&gt;                        604800 ; expire&lt;BR /&gt;                        86400 ; ttl&lt;BR /&gt;                        )&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;@       IN      NS      dns1.investmenttool.com.&lt;BR /&gt;@       IN      NS      dns2.investmenttool.com.&lt;BR /&gt;@       IN      MX      10      ilcba.org. ; primary mail exchanger&lt;BR /&gt;&lt;BR /&gt;@               A       66.92.143.199&lt;BR /&gt;www             A       66.92.143.199&lt;BR /&gt;news            A       66.92.143.199&lt;BR /&gt;shell           A       66.92.143.199&lt;BR /&gt;smtp            A       66.92.143.199&lt;BR /&gt;dns1            A       66.92.143.194&lt;BR /&gt;dns2            A       66.92.143.195&lt;BR /&gt;localhost       CNAME   ilcba.org.&lt;BR /&gt;ftp             CNAME   investmenttool.com.&lt;BR /&gt;mail            CNAME   ilcba.org.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If I'm still not getting it, I apologize, but that DNS server isn't giving me good answers.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 27 Mar 2003 22:38:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937652#M112969</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-27T22:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail:  why doesn't it resolve?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937653#M112970</link>
      <description>I don't agree that it's their problem, and am pretty convinced it's mine.  Here's another log entry, form just yesterday:&lt;BR /&gt;&lt;BR /&gt;Mar 27 16:56:36 corp sendmail[8847]: h2RLual08847: ruleset=check_mail, arg1=&lt;ITRC_FORUMS1&gt;, &lt;BR /&gt;relay=atlrel7.hp.com [156.153.255.213], reject=451 4.1.8 Domain of sender address itrc_forums1@hp.com does not resolve&lt;BR /&gt;&lt;BR /&gt;Sorry, I gotta believe HP's domain is good to go.  This has to be a configuration issue in my sendmail, or my DNS server.&lt;BR /&gt;&lt;/ITRC_FORUMS1&gt;</description>
      <pubDate>Fri, 28 Mar 2003 11:31:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937653#M112970</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-03-28T11:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail:  why doesn't it resolve?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937654#M112971</link>
      <description>And, it's not consistent - sometimes, the same address will resolve, other times it won't (according to sendmail) ... using nslookup at a shell prompt, it always resolves.&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2003 13:54:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937654#M112971</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-03-28T13:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail:  why doesn't it resolve?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937655#M112972</link>
      <description>Going back to something John said above, I'm wondering - if sendmail requires that it resolves in both directions, what happens when a domain name returns more than one address?  i.e. hp.com will return several, but when you query each address you get individual hosts at hp.com.  Still, the domain part is correct.&lt;BR /&gt;&lt;BR /&gt;I really need more discussion on this as this must be resolved.  I'd hate to have to go back to 8.9.3 ....&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2003 14:07:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937655#M112972</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-03-28T14:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail:  why doesn't it resolve?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937656#M112973</link>
      <description>I think you are just running a foul of the antispamming improvements in 11.1.&lt;BR /&gt;&lt;BR /&gt;Have you tried putting an entry in  /etc/mail/access for windflite.com (and any others which are a bit shaky)?&lt;BR /&gt;&lt;BR /&gt;windflite.com     OK&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;windflite.com     RELAY&lt;BR /&gt;&lt;BR /&gt;should let it work even if it doesn't resolve.  Note you have to run &lt;BR /&gt;&lt;BR /&gt;makemap hash /etc/mail/access &amp;lt; /etc/mail/access &lt;BR /&gt;&lt;BR /&gt;after creating your access file or it own't work.  And of course you have to have turned the feature on in the config file:&lt;BR /&gt;&lt;BR /&gt;FEATURE(`access_db')&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sendmail.org/m4/anti_spam.html#access_db" target="_blank"&gt;http://www.sendmail.org/m4/anti_spam.html#access_db&lt;/A&gt; for more details.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Fri, 28 Mar 2003 16:45:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937656#M112973</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-03-28T16:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail:  why doesn't it resolve?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937657#M112974</link>
      <description>Ron,&lt;BR /&gt;&lt;BR /&gt;This is the makemap I'm doing:&lt;BR /&gt;&lt;BR /&gt;makemap dbm /etc/mail/access &amp;lt; /etc/mail/access&lt;BR /&gt;&lt;BR /&gt;I had been using that for sendmail 8.9.3...Is that not correct?  Your example is using hash.&lt;BR /&gt;&lt;BR /&gt;Also, I didn't put any entries in for the sticky ones because I'm sure there's something else going on; for instance, that hp.com record shown above, and the fact that they do occasionally resolve and get through.&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2003 19:34:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-why-doesn-t-it-resolve/m-p/2937657#M112974</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-03-28T19:34:59Z</dc:date>
    </item>
  </channel>
</rss>

