<?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 problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3572540#M228396</link>
    <description>It appears that the nsswitch.conf file is looking at the files only. No DNS resolution is taking place.&lt;BR /&gt;&lt;BR /&gt;Try changing the nsswitch.conf file to have the hosts lookup to DNS then to files.&lt;BR /&gt;&lt;BR /&gt;Example;&lt;BR /&gt;hosts     dns   files&lt;BR /&gt;&lt;BR /&gt;This will tell the system to look at DNS first. The /etc/resolv.conf should look to your DNS server as well.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 28 Jun 2005 15:45:59 GMT</pubDate>
    <dc:creator>Rick Garland</dc:creator>
    <dc:date>2005-06-28T15:45:59Z</dc:date>
    <item>
      <title>Sendmail problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3572536#M228392</link>
      <description>Have HP-UX 11.11 and trouble using sendmail.&lt;BR /&gt;I think it is having trouble resolving the domain name but I'm not sure.  I can send mail to users on the server but not outside the server even to a server on the same network.  I get a host name not found error and also a 5.2.1 status error.  Do I have to specify in the resolv.conf file every domain that I wish to send email to?  Please advise.</description>
      <pubDate>Tue, 28 Jun 2005 14:36:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3572536#M228392</guid>
      <dc:creator>Shannon_1</dc:creator>
      <dc:date>2005-06-28T14:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3572537#M228393</link>
      <description>The resolv.conf should point to your DNS server. The DNS server would be able to resolve the host names.&lt;BR /&gt;&lt;BR /&gt;If you are not resolving other systems, especially those on same network, are you pointing to a DNS server? &lt;BR /&gt;&lt;BR /&gt;What does your /etc/nsswitch.conf file look like? Are you searching files first and then DNS? This order (DNS/files vs files/DNS) is critical to tell the system where to begin its lookups.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jun 2005 14:45:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3572537#M228393</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-06-28T14:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3572538#M228394</link>
      <description>dig hp.com&lt;BR /&gt;&lt;BR /&gt;If that does not provide you an answer, you either have bad setup in /etc/nsswitch.conf or servers that can't be reached in /etc/resolv.conf or both&lt;BR /&gt;&lt;BR /&gt;The most common problem with mail sending is not being able to resolve a hostname.&lt;BR /&gt;&lt;BR /&gt;There is a way around that though, the DS directive in sendmail.cf&lt;BR /&gt;&lt;BR /&gt;sendmail.cf configuration file has a DS directive that allows relay of all mail regardless of hostname resolution.&lt;BR /&gt;&lt;BR /&gt;DSexchangeserver.your.net&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;DS&lt;BR /&gt;192.168.0.50&lt;BR /&gt;&lt;BR /&gt;Can set up relay.&lt;BR /&gt;&lt;BR /&gt;Then:&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;Then things should work.&lt;BR /&gt;&lt;BR /&gt;Diagnostics from the server:&lt;BR /&gt;&lt;BR /&gt;sendmail -v -q&lt;BR /&gt;&lt;BR /&gt;process the mail queue verbose mode.&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8.99 -d38.99 someone@my.net&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;This will get you quite a bit of information to proceed with.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Tue, 28 Jun 2005 15:01:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3572538#M228394</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-28T15:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3572539#M228395</link>
      <description>This is contents of nsswitch.conf.&lt;BR /&gt;#&lt;BR /&gt;# An example file that could be copied over to /etc/nsswitch.conf; it&lt;BR /&gt;# does not use any name services.&lt;BR /&gt;#&lt;BR /&gt;passwd:       files&lt;BR /&gt;group:        files&lt;BR /&gt;hosts:        files&lt;BR /&gt;services:     files&lt;BR /&gt;networks:     files&lt;BR /&gt;protocols:    files&lt;BR /&gt;rpc:          files&lt;BR /&gt;publickey:    files&lt;BR /&gt;netgroup:     files&lt;BR /&gt;automount:    files&lt;BR /&gt;aliases:      files&lt;BR /&gt;passwd:       files&lt;BR /&gt;group:        files&lt;BR /&gt;hosts:        files&lt;BR /&gt;services:     files&lt;BR /&gt;networks:     files&lt;BR /&gt;protocols:    files&lt;BR /&gt;rpc:          files&lt;BR /&gt;publickey:    files&lt;BR /&gt;netgroup:     files&lt;BR /&gt;automount:    files&lt;BR /&gt;aliases:      files&lt;BR /&gt;~&lt;BR /&gt;~&lt;BR /&gt;~&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jun 2005 15:02:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3572539#M228395</guid>
      <dc:creator>Shannon_1</dc:creator>
      <dc:date>2005-06-28T15:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3572540#M228396</link>
      <description>It appears that the nsswitch.conf file is looking at the files only. No DNS resolution is taking place.&lt;BR /&gt;&lt;BR /&gt;Try changing the nsswitch.conf file to have the hosts lookup to DNS then to files.&lt;BR /&gt;&lt;BR /&gt;Example;&lt;BR /&gt;hosts     dns   files&lt;BR /&gt;&lt;BR /&gt;This will tell the system to look at DNS first. The /etc/resolv.conf should look to your DNS server as well.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jun 2005 15:45:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3572540#M228396</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-06-28T15:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3572541#M228397</link>
      <description>Do u have a DNS server configured in ur network . If yes set those ips in /etc/resolv.conf .If not and u want to send mails only in ur internal network then add all those domains to which u want to send mails in /etc/hosts file . Try nslookuping the host name to which u r not able to send mails . 'nslookup hostname'.</description>
      <pubDate>Wed, 29 Jun 2005 02:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3572541#M228397</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-06-29T02:00:56Z</dc:date>
    </item>
  </channel>
</rss>

