<?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 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3667343#M797589</link>
    <description>You should not have to change /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;You may need to change /etc/resolv.conf to get good DNS lookup results.&lt;BR /&gt;&lt;BR /&gt;Frankly I like your nsswitch conf setup.&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8.99 -d38.99 test@test.com&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;type some text&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;.&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;You will get good diagnostics, but you can also look at your mail.log file in /var/adm/syslog&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
    <pubDate>Thu, 10 Nov 2005 08:15:25 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-11-10T08:15:25Z</dc:date>
    <item>
      <title>sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3667338#M797584</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have a system running hp-ux 11.00 ; it is an OpenView server. I edited the sendmail.cf and /etc/hosts files. But sendmail didn't work. When I edited the /etc/nsswitch.conf file as below, it worked.&lt;BR /&gt;&lt;BR /&gt;before the change;&lt;BR /&gt;hosts:        files [NOTFOUND=continue] nis [NOTFOUND=continue] dns [NOTFOUND=return]&lt;BR /&gt;&lt;BR /&gt;after the change; (it works with this conf)&lt;BR /&gt;hosts:        files&lt;BR /&gt;&lt;BR /&gt;I don't want to change this conf file because it is an openview server and also dataprotector software runs on it.&lt;BR /&gt;&lt;BR /&gt;Can you help me? Why doesn't it work and what can I do?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot,&lt;BR /&gt;&lt;BR /&gt;Deniz,</description>
      <pubDate>Wed, 09 Nov 2005 02:08:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3667338#M797584</guid>
      <dc:creator>Deniz Cendere</dc:creator>
      <dc:date>2005-11-09T02:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3667339#M797585</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you restart the sendmail daemon after the modifications ?&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;What do you see in /var/adm/syslog/mail.log</description>
      <pubDate>Wed, 09 Nov 2005 02:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3667339#M797585</guid>
      <dc:creator>Luk Vandenbussche</dc:creator>
      <dc:date>2005-11-09T02:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3667340#M797586</link>
      <description>You are not having enough entries in /etc/hosts file for hostname resolvation. So that hosts: files .. did not work. You have changed /etc/hosts files then it will work for,&lt;BR /&gt;&lt;BR /&gt;hosts: files&lt;BR /&gt;hosts: files [NOTFOUND=continue] nis [NOTFOUND=continue] dns [NOTFOUND=return]&lt;BR /&gt;&lt;BR /&gt;as well. I hope you did not try with old configuration after changing /etc/hosts file. Try it.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Wed, 09 Nov 2005 02:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3667340#M797586</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-11-09T02:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3667341#M797587</link>
      <description>it works with "hosts: files"&lt;BR /&gt;&lt;BR /&gt;it doesn't work with "files [NOTFOUND=continue] nis [NOTFOUND=continue] dns [NOTFOUND=return]"&lt;BR /&gt;&lt;BR /&gt;when I write;&lt;BR /&gt;nslookup domain_adress;&lt;BR /&gt;if it writes "*** No address information is available for "domain_adress" --&amp;gt; sendmail works.&lt;BR /&gt;&lt;BR /&gt;if it finds the domain_adress, it doesn't work.&lt;BR /&gt;&lt;BR /&gt;How can it work although it doesn't find the domain_address?&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2005 03:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3667341#M797587</guid>
      <dc:creator>Deniz Cendere</dc:creator>
      <dc:date>2005-11-09T03:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3667342#M797588</link>
      <description>Make sure you have an /etc/resolv.conf file which defines your domain and nameservers. This is essential for DNS resolution whether you're using sendmail or not.&lt;BR /&gt;  Also, what kind of sendmail errors are you getting when you use the full 'hosts:' statement in /etc/nsswitch.conf (check /var/adm/syslog/mail.log)?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Nov 2005 08:01:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3667342#M797588</guid>
      <dc:creator>Joe White</dc:creator>
      <dc:date>2005-11-10T08:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3667343#M797589</link>
      <description>You should not have to change /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;You may need to change /etc/resolv.conf to get good DNS lookup results.&lt;BR /&gt;&lt;BR /&gt;Frankly I like your nsswitch conf setup.&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8.99 -d38.99 test@test.com&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;type some text&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;.&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;You will get good diagnostics, but you can also look at your mail.log file in /var/adm/syslog&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Thu, 10 Nov 2005 08:15:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/3667343#M797589</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-10T08:15:25Z</dc:date>
    </item>
  </channel>
</rss>

