<?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/2954902#M116852</link>
    <description>Does the message go out later?&lt;BR /&gt;&lt;BR /&gt;If you are running 8.11.1, first make sure you have the latest web download installed.  If so, and you still have the problem, then increase the timeout parameter in the .cf file:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#O Timeout.resolver.retrans=5s  &lt;BR /&gt;&lt;BR /&gt;change this to something like 5000 ( this is in miliseconds), uncomment, restart the sendmail daemon and see if that works.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Berlene&lt;BR /&gt;</description>
    <pubDate>Mon, 21 Apr 2003 12:49:40 GMT</pubDate>
    <dc:creator>Berlene Herren</dc:creator>
    <dc:date>2003-04-21T12:49:40Z</dc:date>
    <item>
      <title>SendMail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2954898#M116848</link>
      <description>Hi&lt;BR /&gt;I have a HP 9000 running HP 11.00,if i try to use a sendmail the system back the following message:&lt;BR /&gt;&lt;BR /&gt;echo prueba |sendmail -v amezquita.erick@bellsouth.com.gt&lt;BR /&gt;amezquita.erick@bellsouth.com.gt... bellsouth.com.gt: Name server timeout&lt;BR /&gt;amezquita.erick@bellsouth.com.gt... Transient parse error -- message queued for future delivery&lt;BR /&gt;amezquita.erick@bellsouth.com.gt... queued&lt;BR /&gt;&lt;BR /&gt;The /etc/hosts include the exchange server ip, &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Apr 2003 17:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2954898#M116848</guid>
      <dc:creator>Erick Amezquita</dc:creator>
      <dc:date>2003-04-18T17:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: SendMail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2954899#M116849</link>
      <description>Eric:&lt;BR /&gt;&lt;BR /&gt;If you are using your Exchange server to route outgoing email (aka "Smart relay host") from your system, go into /etc/sendmail.cf and edit the 'DS' parameter to include the host name of your Exchange server. For example, if the /etc/hosts entry for the exchange server is:&lt;BR /&gt;&lt;BR /&gt;192.168.4.4   mailserver&lt;BR /&gt;&lt;BR /&gt;Change&lt;BR /&gt;&lt;BR /&gt;DS&lt;BR /&gt;&lt;BR /&gt;to:&lt;BR /&gt;&lt;BR /&gt;DSmailserver&lt;BR /&gt;&lt;BR /&gt;in /etc/sendmail.cf and restart your sendmail process. All emails not going to your local system will automatically be routed to the Exchange server for delivery.&lt;BR /&gt;&lt;BR /&gt;I hope this helps,&lt;BR /&gt;&lt;BR /&gt;Steve Illgen&lt;BR /&gt;UNIX Systems Administrator&lt;BR /&gt;Cracker Barrel OCS&lt;BR /&gt;"Pass the Biscuits, Please!"</description>
      <pubDate>Fri, 18 Apr 2003 17:30:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2954899#M116849</guid>
      <dc:creator>Steven W. Illgen</dc:creator>
      <dc:date>2003-04-18T17:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: SendMail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2954900#M116850</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;These posts will give you an idea on how to configure sendmail:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb3db91ccb36bd611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb3db91ccb36bd611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x69a7ee3e323bd5118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x69a7ee3e323bd5118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;DR</description>
      <pubDate>Fri, 18 Apr 2003 17:31:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2954900#M116850</guid>
      <dc:creator>Dario_1</dc:creator>
      <dc:date>2003-04-18T17:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: SendMail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2954901#M116851</link>
      <description>Sendmail relies on DNS - make sure your /etc/resolv.conf file is configured correctly and that it points to a DNS server that "knows" about bellsouth.com.gt or has a forwarders statement configured.&lt;BR /&gt;&lt;BR /&gt;If the machine you want to mail to is loacl, then yes, set your DS macro to the server name of the exchange server.  You might also need to set the DM macro to bellsouth.com.gt&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 21 Apr 2003 12:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2954901#M116851</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-04-21T12:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: SendMail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2954902#M116852</link>
      <description>Does the message go out later?&lt;BR /&gt;&lt;BR /&gt;If you are running 8.11.1, first make sure you have the latest web download installed.  If so, and you still have the problem, then increase the timeout parameter in the .cf file:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#O Timeout.resolver.retrans=5s  &lt;BR /&gt;&lt;BR /&gt;change this to something like 5000 ( this is in miliseconds), uncomment, restart the sendmail daemon and see if that works.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Berlene&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Apr 2003 12:49:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2954902#M116852</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2003-04-21T12:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: SendMail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2954903#M116853</link>
      <description>If the message never goes out.&lt;BR /&gt;&lt;BR /&gt;It's DNS or mail relay server.&lt;BR /&gt;&lt;BR /&gt;nslookup yahoo.com&lt;BR /&gt;&lt;BR /&gt;Does it resolve.  If not, check /etc/nsswitch.conf how resolution occurrs, then /etc/resolv.conf to see if those entries are actually name servers.&lt;BR /&gt;&lt;BR /&gt;If you are already using the DS parameter noted earlier in the thread it could be your mail relay server rejecting your mail.&lt;BR /&gt;&lt;BR /&gt;Usually those servers authorize relay one IP at a time and the admin needs to do that.&lt;BR /&gt;&lt;BR /&gt;Diagnostic test:&lt;BR /&gt;/usr/sbin/sendmail -v -d8.99 -d38.99 stevenprotter@juf.org &lt;BR /&gt;&lt;BR /&gt;Replace my email address with a real one please.&lt;BR /&gt;&lt;BR /&gt;after using the command line, type a line of text and then &lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;Then a dot(period) . the &lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;You'll get plenty of diagnostics and go down the right road toward resolution.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Mon, 21 Apr 2003 15:47:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problem/m-p/2954903#M116853</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-04-21T15:47:19Z</dc:date>
    </item>
  </channel>
</rss>

