<?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: mailx error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-error/m-p/2910068#M107112</link>
    <description>No changes made in the DNS.</description>
    <pubDate>Fri, 21 Feb 2003 07:27:31 GMT</pubDate>
    <dc:creator>Ricky B. Nino</dc:creator>
    <dc:date>2003-02-21T07:27:31Z</dc:date>
    <item>
      <title>mailx error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-error/m-p/2910066#M107110</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I encountered this error when I executed mailx in one of my server here. Message is... &lt;BR /&gt;&lt;BR /&gt;"name server (I option) specified but BIND not compiled in..."&lt;BR /&gt;&lt;BR /&gt;Appreciate any help.&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Feb 2003 07:09:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-error/m-p/2910066#M107110</guid>
      <dc:creator>Ricky B. Nino</dc:creator>
      <dc:date>2003-02-21T07:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: mailx error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-error/m-p/2910067#M107111</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is there any change in your DNS</description>
      <pubDate>Fri, 21 Feb 2003 07:25:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-error/m-p/2910067#M107111</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-02-21T07:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: mailx error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-error/m-p/2910068#M107112</link>
      <description>No changes made in the DNS.</description>
      <pubDate>Fri, 21 Feb 2003 07:27:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-error/m-p/2910068#M107112</guid>
      <dc:creator>Ricky B. Nino</dc:creator>
      <dc:date>2003-02-21T07:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: mailx error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-error/m-p/2910069#M107113</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#nslookup &lt;DNS server=""&gt; &lt;BR /&gt;&lt;BR /&gt;does this workss?&lt;/DNS&gt;</description>
      <pubDate>Fri, 21 Feb 2003 07:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-error/m-p/2910069#M107113</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-02-21T07:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: mailx error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-error/m-p/2910070#M107114</link>
      <description>Hi ravi,&lt;BR /&gt;&lt;BR /&gt;it doesn't return any with nslookup &lt;DNS-SERVER&gt;...&lt;BR /&gt;&lt;BR /&gt;fyi...&lt;/DNS-SERVER&gt;</description>
      <pubDate>Fri, 21 Feb 2003 08:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-error/m-p/2910070#M107114</guid>
      <dc:creator>Ricky B. Nino</dc:creator>
      <dc:date>2003-02-21T08:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: mailx error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-error/m-p/2910071#M107115</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This is not the error from mailx But it is the error from sendmail.&lt;BR /&gt;&lt;BR /&gt;give this command.&lt;BR /&gt;&lt;BR /&gt;#sendmail -v &lt;BR /&gt;&lt;BR /&gt;is it giving NAMED_BIND ? &lt;BR /&gt;&lt;BR /&gt;If not then you have compiled sendmail without DNS support But you are using the DNS config for sendig mails ie. MX records. So the error is given.&lt;BR /&gt;&lt;BR /&gt;Compile sendmail with DNS support enabled.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Feb 2003 08:52:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-error/m-p/2910071#M107115</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-02-21T08:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: mailx error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-error/m-p/2910072#M107116</link>
      <description>sorry , give this instead of sendmail -v&lt;BR /&gt;&lt;BR /&gt;#strings /usr/sbin/sendmail | grep NAMED_BIND&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Fri, 21 Feb 2003 09:46:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-error/m-p/2910072#M107116</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-02-21T09:46:23Z</dc:date>
    </item>
  </channel>
</rss>

