<?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: DSN: Service unavailable in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dsn-service-unavailable/m-p/3129376#M804397</link>
    <description>Thats DNS right?&lt;BR /&gt;&lt;BR /&gt;while read -r aa bb&lt;BR /&gt;do&lt;BR /&gt;  ping $bb -n 1 -m 60&lt;BR /&gt;# this does a ping on the dns servers one ping 60 second timeout.  If it fails you have lost connectivity to or have invalid dns serversr&lt;BR /&gt;  rc=$?&lt;BR /&gt;  if [ $rc -ne 0 ] then&lt;BR /&gt;     echo "DNS server $bb is not available"&lt;BR /&gt;  else &lt;BR /&gt;      echo "DNS server $bb is available" &lt;BR /&gt;   fi&lt;BR /&gt;done &amp;lt; /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;That was kind of elaborate. Also make sure DNS setttings are correct in /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;Here is an example&lt;BR /&gt;&lt;BR /&gt;hosts: dns[notfound=continue unavail=continue tryagain=continue]files&lt;BR /&gt;&lt;BR /&gt;Also ifconfig your lan cards from lanscan and make sure they are up and on networks compatible with earlier data in this thread.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 26 Nov 2003 10:55:21 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-11-26T10:55:21Z</dc:date>
    <item>
      <title>DSN: Service unavailable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dsn-service-unavailable/m-p/3129375#M804396</link>
      <description>I'm getting this error over and over in my mail.log.&lt;BR /&gt;&lt;BR /&gt;Sendmail hasn't been something that I've used a lot in the past so I'm a little suck on what to do. &lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Travis&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Nov 2003 09:58:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dsn-service-unavailable/m-p/3129375#M804396</guid>
      <dc:creator>Travis Harp</dc:creator>
      <dc:date>2003-11-26T09:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: DSN: Service unavailable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dsn-service-unavailable/m-p/3129376#M804397</link>
      <description>Thats DNS right?&lt;BR /&gt;&lt;BR /&gt;while read -r aa bb&lt;BR /&gt;do&lt;BR /&gt;  ping $bb -n 1 -m 60&lt;BR /&gt;# this does a ping on the dns servers one ping 60 second timeout.  If it fails you have lost connectivity to or have invalid dns serversr&lt;BR /&gt;  rc=$?&lt;BR /&gt;  if [ $rc -ne 0 ] then&lt;BR /&gt;     echo "DNS server $bb is not available"&lt;BR /&gt;  else &lt;BR /&gt;      echo "DNS server $bb is available" &lt;BR /&gt;   fi&lt;BR /&gt;done &amp;lt; /etc/resolv.conf&lt;BR /&gt;&lt;BR /&gt;That was kind of elaborate. Also make sure DNS setttings are correct in /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;Here is an example&lt;BR /&gt;&lt;BR /&gt;hosts: dns[notfound=continue unavail=continue tryagain=continue]files&lt;BR /&gt;&lt;BR /&gt;Also ifconfig your lan cards from lanscan and make sure they are up and on networks compatible with earlier data in this thread.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 26 Nov 2003 10:55:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dsn-service-unavailable/m-p/3129376#M804397</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-11-26T10:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: DSN: Service unavailable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dsn-service-unavailable/m-p/3129377#M804398</link>
      <description>Nope. It's DSN.&lt;BR /&gt;&lt;BR /&gt;It's showing up in my /var/adm/syslog/mail.log</description>
      <pubDate>Wed, 26 Nov 2003 10:58:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dsn-service-unavailable/m-p/3129377#M804398</guid>
      <dc:creator>Travis Harp</dc:creator>
      <dc:date>2003-11-26T10:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: DSN: Service unavailable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dsn-service-unavailable/m-p/3129378#M804399</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you don't use sendmail:&lt;BR /&gt;&lt;BR /&gt;# vi /etc/rc.config.d/mailservs&lt;BR /&gt;&lt;BR /&gt;export SENDMAIL_SERVER=0&lt;BR /&gt;&lt;BR /&gt;Normally that flag should be 1, you set it to 0.&lt;BR /&gt;&lt;BR /&gt;Otherwise suggestions of SEP will be useful surely!&lt;BR /&gt;&lt;BR /&gt;I hope this helps you.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Ettore</description>
      <pubDate>Wed, 26 Nov 2003 11:04:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dsn-service-unavailable/m-p/3129378#M804399</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2003-11-26T11:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: DSN: Service unavailable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dsn-service-unavailable/m-p/3129379#M804400</link>
      <description>We do actually use sendmail some just not often.&lt;BR /&gt;&lt;BR /&gt;I get mail from the system but it's generating these errors at a ridicules rate, thousands an hour currently.&lt;BR /&gt;&lt;BR /&gt;Does anyone know where to configure the DSN service?</description>
      <pubDate>Wed, 26 Nov 2003 11:11:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dsn-service-unavailable/m-p/3129379#M804400</guid>
      <dc:creator>Travis Harp</dc:creator>
      <dc:date>2003-11-26T11:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: DSN: Service unavailable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dsn-service-unavailable/m-p/3129380#M804401</link>
      <description>This link should help to configure DSN&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sendmail.org/~ca/email/dsn.html" target="_blank"&gt;http://www.sendmail.org/~ca/email/dsn.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer</description>
      <pubDate>Wed, 26 Nov 2003 11:19:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dsn-service-unavailable/m-p/3129380#M804401</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2003-11-26T11:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: DSN: Service unavailable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dsn-service-unavailable/m-p/3129381#M804402</link>
      <description>Travis, &lt;BR /&gt; &lt;BR /&gt;have a look at these links:&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://list.cobalt.com/pipermail/cobalt-users/2001-December/060446.html" target="_blank"&gt;http://list.cobalt.com/pipermail/cobalt-users/2001-December/060446.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://lists.evolt.org/archive/Week-of-Mon-20001218/022147.html" target="_blank"&gt;http://lists.evolt.org/archive/Week-of-Mon-20001218/022147.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 26 Nov 2003 11:33:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dsn-service-unavailable/m-p/3129381#M804402</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-11-26T11:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: DSN: Service unavailable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dsn-service-unavailable/m-p/3129382#M804403</link>
      <description>I've seen this message in the past from my systems when the SENDMAIL_SERVER_NAME variable is set to a fully qualified domain name.&lt;BR /&gt;&lt;BR /&gt;When the system reboots, the /sbin/init.d/sendmail script will set the DH and DM macros to the value of SENDMAIL_SERVER_NAME.$m.  Sendmail resolves $m to your domain.  So what ends up happening is sendmail tries to send out e-mail to mailserver.foo.bar.com.foo.bar.com</description>
      <pubDate>Wed, 26 Nov 2003 13:21:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dsn-service-unavailable/m-p/3129382#M804403</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2003-11-26T13:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: DSN: Service unavailable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dsn-service-unavailable/m-p/3129383#M804404</link>
      <description>Travis, take a look at this RFC to further explain DSN messages, it may help you troubleshoot the problem:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.faqs.org/rfcs/rfc1894.html" target="_blank"&gt;http://www.faqs.org/rfcs/rfc1894.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Berlene</description>
      <pubDate>Thu, 27 Nov 2003 06:16:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dsn-service-unavailable/m-p/3129383#M804404</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2003-11-27T06:16:09Z</dc:date>
    </item>
  </channel>
</rss>

