<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2723334#M63591</link>
    <description>Hi Joe:&lt;BR /&gt;&lt;BR /&gt;The problem can be because of the /etc/nsswitch.conf file. Check and see if this file exists. If not, copy from the other system and make the proper changes needed.&lt;BR /&gt;&lt;BR /&gt;If you don't have the file, then:&lt;BR /&gt;&lt;BR /&gt;# cd /etc&lt;BR /&gt;# cp nsswitch.files nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;and change the "hosts" line to:&lt;BR /&gt;&lt;BR /&gt;hosts:         files [NOTFOUND=continue] dns&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
    <pubDate>Tue, 14 May 2002 12:26:29 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2002-05-14T12:26:29Z</dc:date>
    <item>
      <title>Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2723331#M63588</link>
      <description>I've got sendmail running on one server but can not get the other one to run. Here's the error in the queue:&lt;BR /&gt;host map: lookup (Foo.com): deferred&lt;BR /&gt;&lt;BR /&gt;Used the sendmail trouble shooting doc from HP but no luck.&lt;BR /&gt;&lt;BR /&gt;hosts file looks good, sendmail.cf is the same on both servers.&lt;BR /&gt;&lt;BR /&gt;Any Ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Joe</description>
      <pubDate>Tue, 14 May 2002 12:16:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2723331#M63588</guid>
      <dc:creator>Joe Hege</dc:creator>
      <dc:date>2002-05-14T12:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2723332#M63589</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Sounds like you can't look up your host. Either add it to DNS or /etc/hosts.&lt;BR /&gt;&lt;BR /&gt;This is how I've got sendmail set up :-&lt;BR /&gt;&lt;BR /&gt;I mail to Novell Groupwise server. I set this up :- &lt;BR /&gt;&lt;BR /&gt;in /etc/mail/sendmail.cf &lt;BR /&gt;&lt;BR /&gt;Define your domain nmae &lt;BR /&gt;Dj$w.yourdomainname.com &lt;BR /&gt;&lt;BR /&gt;and / or &lt;BR /&gt;&lt;BR /&gt;in /etc/hosts make sure the line for your hostname is fully qualified &lt;BR /&gt;&lt;BR /&gt;x.x.x.x svrname svrname.yourdomainname.com &lt;BR /&gt;&lt;BR /&gt;Add an entry in /etc/mail/sendmail.cf for the smart relay host. This is where to send mail that cannot ne delivered locally. Make it the ip address of your Exchange server &lt;BR /&gt;&lt;BR /&gt;You could add the address to /etc/hosts or DNS to mailgate &lt;BR /&gt;&lt;BR /&gt;DS1.2.3.4 = ip address of Exchange server. &lt;BR /&gt;DSmailgate &lt;BR /&gt;&lt;BR /&gt;Alias the mailgate entry in /etc/hosts to be yourdomainname ie &lt;BR /&gt;&lt;BR /&gt;1.2.3.4 mailgate yourdomainname.com &lt;BR /&gt;&lt;BR /&gt;Try and ping mailgate &lt;BR /&gt;&lt;BR /&gt;Now try /usr/sbin/sendmail -v user@yourdomainname.com &lt;BR /&gt;It should connect and send a blank message. &lt;BR /&gt;&lt;BR /&gt;One thing to note is that you need to make sure the Exchange server isn't rejecting your email. &lt;BR /&gt;&lt;BR /&gt;Hope this makes sense. &lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Tue, 14 May 2002 12:24:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2723332#M63589</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2002-05-14T12:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2723333#M63590</link>
      <description>Could it be a name resolution problem? Is the /etc/nsswitch.conf the same on both machines and is the /etc/mail/service.switch the same on both?&lt;BR /&gt;</description>
      <pubDate>Tue, 14 May 2002 12:25:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2723333#M63590</guid>
      <dc:creator>Barry O Flanagan</dc:creator>
      <dc:date>2002-05-14T12:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2723334#M63591</link>
      <description>Hi Joe:&lt;BR /&gt;&lt;BR /&gt;The problem can be because of the /etc/nsswitch.conf file. Check and see if this file exists. If not, copy from the other system and make the proper changes needed.&lt;BR /&gt;&lt;BR /&gt;If you don't have the file, then:&lt;BR /&gt;&lt;BR /&gt;# cd /etc&lt;BR /&gt;# cp nsswitch.files nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;and change the "hosts" line to:&lt;BR /&gt;&lt;BR /&gt;hosts:         files [NOTFOUND=continue] dns&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Tue, 14 May 2002 12:26:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2723334#M63591</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-14T12:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2723335#M63592</link>
      <description>Also, is your own hostname qualified in your /etc/hosts? If not, qualify it or just leave it as yourname. &amp;lt;- note the dot!</description>
      <pubDate>Tue, 14 May 2002 12:32:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2723335#M63592</guid>
      <dc:creator>Barry O Flanagan</dc:creator>
      <dc:date>2002-05-14T12:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2723336#M63593</link>
      <description>What does your sendmail.cw look like?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 14 May 2002 12:37:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2723336#M63593</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-05-14T12:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2723337#M63594</link>
      <description>All files are the same except for the host name and IP address in /etc/hosts&lt;BR /&gt;&lt;BR /&gt;Made this change in sendmail.cf:&lt;BR /&gt;Dj$w.ellisonwindow.com &lt;BR /&gt;&lt;BR /&gt;I can ping the address of the mail server&lt;BR /&gt;I can ping the alias: mail.ellisonwindow.com&lt;BR /&gt;&lt;BR /&gt;Here's another error:&lt;BR /&gt;jhege@ellisonwindow.com... ellisonwindow.com: Name server timeout&lt;BR /&gt;jhege@ellisonwindow.com... Transient parse error -- message queued for future de&lt;BR /&gt;livery&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Tue, 14 May 2002 13:24:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2723337#M63594</guid>
      <dc:creator>Joe Hege</dc:creator>
      <dc:date>2002-05-14T13:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2723338#M63595</link>
      <description>The nameserver timeout error means that your dns resolution didn't work. Do you have the right servers in /etc/resolv.conf? and nsswitch.conf does have dns after hosts NOTFOUND right?</description>
      <pubDate>Tue, 14 May 2002 15:30:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2723338#M63595</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2002-05-14T15:30:48Z</dc:date>
    </item>
  </channel>
</rss>

