<?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 / mailx in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx/m-p/2678725#M907841</link>
    <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;If you don't want the sendmail to use DNS, edit the file /etc/mail/service.switch. Change the entry for "hosts".&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
    <pubDate>Fri, 08 Mar 2002 13:36:33 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2002-03-08T13:36:33Z</dc:date>
    <item>
      <title>sendmail / mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx/m-p/2678719#M907835</link>
      <description>One of my hp-ux 11 machines wont send mail, i found this is due to a file called nsswitch.conf.  However when i fix it and set all the entries to files.  It will work until its next reboot (at weekends) and it seems to go back to trying DNS.  Has anyone got the steps of how I can keep these settings even after the machine reboots?</description>
      <pubDate>Fri, 08 Mar 2002 09:22:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx/m-p/2678719#M907835</guid>
      <dc:creator>Richard Woolley</dc:creator>
      <dc:date>2002-03-08T09:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx/m-p/2678720#M907836</link>
      <description>This is /etc/nsswitch.conf?&lt;BR /&gt;&lt;BR /&gt;That is really weird; are you sure the reboot is not reconfiguring or re-installing a package?&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Fri, 08 Mar 2002 09:28:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx/m-p/2678720#M907836</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-03-08T09:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx/m-p/2678721#M907837</link>
      <description>Im not sure about that, how could i check that it is trying to re/install packages?&lt;BR /&gt;&lt;BR /&gt;Its funny because today i have it working but chances are i'll have to mess about with files and stop/start the sendmail daemon again &lt;SIGH&gt;&lt;/SIGH&gt;</description>
      <pubDate>Fri, 08 Mar 2002 09:30:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx/m-p/2678721#M907837</guid>
      <dc:creator>Richard Woolley</dc:creator>
      <dc:date>2002-03-08T09:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx/m-p/2678722#M907838</link>
      <description>Get a look at the nsswitch file's date and time stamp after a reboot, then scan through /etc/rc.log to find out what was happening at that particular date/time.&lt;BR /&gt;&lt;BR /&gt;Silly question: Are the changes you made in a valid format, perhaps internet services are rejecting the changes?&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Fri, 08 Mar 2002 09:38:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx/m-p/2678722#M907838</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-03-08T09:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx/m-p/2678723#M907839</link>
      <description>Maybe a bit overdone, but are you sure that you configured /etc/mail/sendmail.cf correct?&lt;BR /&gt;Most common mistakes are made by incorrect Dj$w (your domain) and DS (relay host).&lt;BR /&gt;As far as i know sendmail doest not resolve names using nsswitch.conf whatsoever.&lt;BR /&gt;&lt;BR /&gt;Greetings,&lt;BR /&gt;Ceesjan</description>
      <pubDate>Fri, 08 Mar 2002 11:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx/m-p/2678723#M907839</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-03-08T11:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx/m-p/2678724#M907840</link>
      <description>Hello,&lt;BR /&gt;You have configured your machine to a dns server.As you configure your machine to a DNS server you get a entry in the /etc/resolv.conf file with the &lt;BR /&gt;domain name&lt;BR /&gt;DNS server ip-add&lt;BR /&gt;&lt;BR /&gt;Then you have the file /etc/nsswitch.conf file to search order for resolving the hostnames.&lt;BR /&gt;So if you do not want to use your DNS server then remove the entries from the /etc/resolv.conf file and edit your /etc/nsswitch.conf to use files to resolve your hostname.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;G Manikandan</description>
      <pubDate>Fri, 08 Mar 2002 11:21:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx/m-p/2678724#M907840</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-03-08T11:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx/m-p/2678725#M907841</link>
      <description>Hi Mark,&lt;BR /&gt;&lt;BR /&gt;If you don't want the sendmail to use DNS, edit the file /etc/mail/service.switch. Change the entry for "hosts".&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Mar 2002 13:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx/m-p/2678725#M907841</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-03-08T13:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail / mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx/m-p/2678726#M907842</link>
      <description>I shall have to keep my eye on the time/date stamp of the nsswitch.conf file after the reboot this weekend.&lt;BR /&gt;&lt;BR /&gt;sendmail.cf file is correct.&lt;BR /&gt;I have been told sendmail will try and use DNS if it is in the nsswitch.conf file (even if it is the 2nd or 3rd entry), so DNS must be removed from this altogether which i have done.&lt;BR /&gt;Our unix servers do not use DNS and the nsswitch.conf file is good.&lt;BR /&gt;&lt;BR /&gt;thanks for all your ideas and support everyone.  I'll see how it goes on monday.&lt;BR /&gt;&lt;BR /&gt;cheers,&lt;BR /&gt;&lt;BR /&gt;:)</description>
      <pubDate>Fri, 08 Mar 2002 13:37:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-mailx/m-p/2678726#M907842</guid>
      <dc:creator>Richard Woolley</dc:creator>
      <dc:date>2002-03-08T13:37:14Z</dc:date>
    </item>
  </channel>
</rss>

