<?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 , host not found in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-host-not-found/m-p/2979779#M121935</link>
    <description>Hi all&lt;BR /&gt;&lt;BR /&gt;Thanks for the replies. The domainname.com is actually my own domain&lt;BR /&gt;&lt;BR /&gt;I have this working on one server where I have&lt;BR /&gt;&lt;BR /&gt;Dj$w.mbnainternational.com&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;# "Smart" relay host (may be null)&lt;BR /&gt;DS&lt;BR /&gt;&lt;BR /&gt;Should I not expect to see an ip address defined to DS so that all mails are passed to the relay server ?&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Thu, 22 May 2003 15:04:57 GMT</pubDate>
    <dc:creator>steven Burgess_2</dc:creator>
    <dc:date>2003-05-22T15:04:57Z</dc:date>
    <item>
      <title>sendmail , host not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-host-not-found/m-p/2979774#M121930</link>
      <description>Hi Everyone&lt;BR /&gt;&lt;BR /&gt;I know I should be reading the sendmail bible but I need a couple of pointers&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me where the mail server is defined when sending mail via specific address&lt;BR /&gt;&lt;BR /&gt;ie&lt;BR /&gt;&lt;BR /&gt;user@xexche01&lt;BR /&gt;user@dominname.com&lt;BR /&gt;&lt;BR /&gt;I am currently getting host unknown when attempting to send via .com but ok when using xexche01&lt;BR /&gt;&lt;BR /&gt;Can anyone advise the procedure to resolving this&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 22 May 2003 12:47:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-host-not-found/m-p/2979774#M121930</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2003-05-22T12:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail , host not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-host-not-found/m-p/2979775#M121931</link>
      <description>Hello,&lt;BR /&gt;as far as i know you sholud set correctly the DS entry in the profile, and you must have a DNS properly configured to revolv all the domain you desire.&lt;BR /&gt;Do not forget the resolv.conf, sendmail depends heavily on this file and on its existance.&lt;BR /&gt;&lt;BR /&gt;Or you were asking for a more deep-in solution ?&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt; Massimo&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2003 12:54:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-host-not-found/m-p/2979775#M121931</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-05-22T12:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail , host not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-host-not-found/m-p/2979776#M121932</link>
      <description>If server is configured for DNS then &lt;BR /&gt;look into nsswitch.conf file&lt;BR /&gt;&lt;BR /&gt;is DNS mentioned anywhere for hosts if not add it and then try sending with domain&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 May 2003 12:55:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-host-not-found/m-p/2979776#M121932</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-05-22T12:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail , host not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-host-not-found/m-p/2979777#M121933</link>
      <description>A few choices.&lt;BR /&gt;&lt;BR /&gt;If you have direct access to the internet...&lt;BR /&gt;&lt;BR /&gt;modify the hosts line of /etc/nssswitch.conf&lt;BR /&gt;&lt;BR /&gt;put dns ahead of files&lt;BR /&gt;&lt;BR /&gt;modify /etc/resolv.conf to point to a working possibly public DNS server.&lt;BR /&gt;&lt;BR /&gt;test it. &lt;BR /&gt;&lt;BR /&gt;nslookup yahoo.com&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8.99 -d38.99 steve@domain.com&lt;BR /&gt;&lt;BR /&gt;type a line of text anythign you want &lt;ENTER&gt;&lt;BR /&gt;. &lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;You will either resolve or get good diagnostics as to why not.&lt;BR /&gt;&lt;BR /&gt;Or.&lt;BR /&gt;&lt;BR /&gt;Use a relay server.&lt;BR /&gt;&lt;BR /&gt;HAve the relay server open up for relay from your IP address.&lt;BR /&gt;&lt;BR /&gt;modify sendmail.cf&lt;BR /&gt;&lt;BR /&gt;DS&lt;BR /&gt;[IP of relay server]&lt;BR /&gt;&lt;BR /&gt;save the file&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;re-run the above sendmail test.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Thu, 22 May 2003 13:00:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-host-not-found/m-p/2979777#M121933</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-22T13:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail , host not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-host-not-found/m-p/2979778#M121934</link>
      <description>Stock sendmail will generally do the right thing (tm) if DNS is set up correctly.&lt;BR /&gt;&lt;BR /&gt;By default, there's deep hooks into DNS [if you don't override the default mail routing using something like smart host].  If you can look the domain up on the command line &lt;BR /&gt;&lt;BR /&gt;$nslookup domain.com&lt;BR /&gt;or&lt;BR /&gt;nslookup&lt;BR /&gt;&amp;gt;set type=mx&lt;BR /&gt;&amp;gt;domain.com.&lt;BR /&gt;&lt;BR /&gt;Then the right thing should happen.  If you can't look up a name, you need to make sure nsswitch.conf is set up correctly;  you have to point the resolver to a name server that can look up the name, or you have to relay all the mail to another server that can look up the name.&lt;BR /&gt;  &lt;BR /&gt;From a design perspective, IMHO, any server that runs sendmail to deliver mail directly to the Internet should run DNS as well.  It's a trivial set up, and things will work much better if you use DNS.&lt;BR /&gt;&lt;BR /&gt;In the old days, when we had to be conservative with memory, most designers would run DNS on a small number of hosts.  &lt;BR /&gt;&lt;BR /&gt;Today, the boxes are much beefier; memory is much cheaper.</description>
      <pubDate>Thu, 22 May 2003 13:30:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-host-not-found/m-p/2979778#M121934</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2003-05-22T13:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail , host not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-host-not-found/m-p/2979779#M121935</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;Thanks for the replies. The domainname.com is actually my own domain&lt;BR /&gt;&lt;BR /&gt;I have this working on one server where I have&lt;BR /&gt;&lt;BR /&gt;Dj$w.mbnainternational.com&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;# "Smart" relay host (may be null)&lt;BR /&gt;DS&lt;BR /&gt;&lt;BR /&gt;Should I not expect to see an ip address defined to DS so that all mails are passed to the relay server ?&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 22 May 2003 15:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-host-not-found/m-p/2979779#M121935</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2003-05-22T15:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail , host not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-host-not-found/m-p/2979780#M121936</link>
      <description>You didn't let us know the results of &lt;BR /&gt;nslookup&lt;BR /&gt;&amp;gt; set type=mx&lt;BR /&gt;&amp;gt; domainname.com.&lt;BR /&gt;&lt;BR /&gt;If that doesn't work, your choices are point sendmail at a smart relay or make the lookup work by configuring DNS or pointing the resolver at a DNS that works.&lt;BR /&gt;&lt;BR /&gt;I'd imagine that the relay could be set to an IP or a host [as long as the host looks up in DNS].</description>
      <pubDate>Fri, 23 May 2003 13:55:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-host-not-found/m-p/2979780#M121936</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2003-05-23T13:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail , host not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-host-not-found/m-p/2979781#M121937</link>
      <description>Change this&lt;BR /&gt;&lt;BR /&gt;Dj$w.mbnainternational.com &lt;BR /&gt;&lt;BR /&gt;To &lt;BR /&gt;&lt;BR /&gt;Djmbnainternational.com &lt;BR /&gt;&lt;BR /&gt;Now it will be able to send mail to aol/yahoo et al.&lt;BR /&gt;&lt;BR /&gt;restart sendmail&lt;BR /&gt;&lt;BR /&gt;Or make the machine's hostname fully qualified.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 23 May 2003 14:03:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-host-not-found/m-p/2979781#M121937</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-23T14:03:43Z</dc:date>
    </item>
  </channel>
</rss>

