<?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  Error messages in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error-messages/m-p/3227022#M893689</link>
    <description>Yes.  I've googled around some on this and found that the root cause of the problem could be DNS resolution issues.  Basically sendmail is having problems resolving host names to IP addresses, and with large deliveries it causes problems.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://lists.debian.org/debian-user/2002/debian-user-200203/msg02020.html" target="_blank"&gt;http://lists.debian.org/debian-user/2002/debian-user-200203/msg02020.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The performance tuning section of the following link may give you some hints at what to try next, as well.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.math.uh.edu/~tibbs/README.SENDMAIL" target="_blank"&gt;http://www.math.uh.edu/~tibbs/README.SENDMAIL&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 23 Mar 2004 11:24:57 GMT</pubDate>
    <dc:creator>James A. Donovan</dc:creator>
    <dc:date>2004-03-23T11:24:57Z</dc:date>
    <item>
      <title>Sendmail  Error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error-messages/m-p/3227016#M893683</link>
      <description>I have a N4000 server running 11.i  Anyone have any idea what this message I received in the mail.log means?&lt;BR /&gt;&lt;BR /&gt;Mar 11 15:55:20 usahs100 sendmail[15766]: i27M03x29806: timeout waiting for inpu&lt;BR /&gt;t from local during Draining Input&lt;BR /&gt;Mar 11 15:55:20 usahs100 sendmail[22734]: i28A03C21114: timeout waiting for inpu&lt;BR /&gt;t from local during Draining Input&lt;BR /&gt;Mar 11 15:55:20 usahs100 sendmail[3047]: i29805C15303: timeout waiting for input&lt;BR /&gt; from local during Draining Input&lt;BR /&gt;Mar 11 15:55:20 usahs100 sendmail[17211]: i2AM04605452: timeout waiting for inpu&lt;BR /&gt;t from local during Draining Input&lt;BR /&gt;Mar 11 15:55:20 usahs100 sendmail[28957]: i29605k05504: timeout waiting for inpu&lt;BR /&gt;t from local during Draining Input</description>
      <pubDate>Tue, 23 Mar 2004 10:02:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error-messages/m-p/3227016#M893683</guid>
      <dc:creator>Global Server Operation</dc:creator>
      <dc:date>2004-03-23T10:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail  Error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error-messages/m-p/3227017#M893684</link>
      <description>Which version of sendmail?&lt;BR /&gt;echo \$Z | /usr/sbin/sendmail -bt -d&lt;BR /&gt;&lt;BR /&gt;Check out:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sendmail.org/~ca/email/smenhanced.html" target="_blank"&gt;http://www.sendmail.org/~ca/email/smenhanced.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Make sure that the local delivery agent does not generate (too much) output that is sent back to sendmail.  Moreover, it must properly close the communication channel.&lt;BR /&gt;&lt;BR /&gt;You might try to increase the timeout on the sendmail side, or decrease the timeout on the procmail side (where it is waiting to get a lock).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Mar 2004 10:09:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error-messages/m-p/3227017#M893684</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-03-23T10:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail  Error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error-messages/m-p/3227018#M893685</link>
      <description>Thsi is a 'minor' known problem with sendmail.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sendmail.org/%7Eca/email/smenhanced.html" target="_blank"&gt;http://www.sendmail.org/%7Eca/email/smenhanced.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Minor known problems in sendmail&lt;BR /&gt;[to be filled in when I have more time, see the RELEASE_NOTES of the latest version] &lt;BR /&gt;Delivery to programs that generate too much output may cause problems (8.10, 8.11) &lt;BR /&gt;If e-mail is delivered to a program which generates too much output, then sendmail may issue an error: &lt;BR /&gt;&lt;BR /&gt;  timeout waiting for input from local during Draining Input&lt;BR /&gt;&lt;BR /&gt;Make sure that the program does not generate output beyond a status message (corresponding to the exit status). This may require a wrapper around the actual program to redirect output to /dev/null. &lt;BR /&gt;Such a problem has been reported for bulk_mailer. &lt;BR /&gt;</description>
      <pubDate>Tue, 23 Mar 2004 10:12:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error-messages/m-p/3227018#M893685</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2004-03-23T10:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail  Error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error-messages/m-p/3227019#M893686</link>
      <description>Sendmail version is 8.11.1&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Mar 2004 10:14:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error-messages/m-p/3227019#M893686</guid>
      <dc:creator>Global Server Operation</dc:creator>
      <dc:date>2004-03-23T10:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail  Error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error-messages/m-p/3227020#M893687</link>
      <description>Thanks for the replies. One question The link mentioned putting a wrapper around the program.  Would this be the program that is generating the sendmail messages is there something within OS I need to perform?</description>
      <pubDate>Tue, 23 Mar 2004 10:23:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error-messages/m-p/3227020#M893687</guid>
      <dc:creator>Global Server Operation</dc:creator>
      <dc:date>2004-03-23T10:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail  Error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error-messages/m-p/3227021#M893688</link>
      <description>I believe the wrapper they mention is to redirect output to /dev/null. &lt;BR /&gt;&lt;BR /&gt;So, if you are calling sendmail from a script or cron, &amp;gt;/dev/null 2&amp;gt;/dev/null&lt;BR /&gt;&lt;BR /&gt;Looks like you have latest HP version of sendmail...&lt;BR /&gt;&lt;BR /&gt;Do a :&lt;BR /&gt;&lt;BR /&gt;swlist -l product |grep send&lt;BR /&gt;&lt;BR /&gt;  SMAIL-811             B.11.11.01.006 sendmail(1m) 811 special release upgrade&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Mar 2004 11:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error-messages/m-p/3227021#M893688</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-03-23T11:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail  Error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error-messages/m-p/3227022#M893689</link>
      <description>Yes.  I've googled around some on this and found that the root cause of the problem could be DNS resolution issues.  Basically sendmail is having problems resolving host names to IP addresses, and with large deliveries it causes problems.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://lists.debian.org/debian-user/2002/debian-user-200203/msg02020.html" target="_blank"&gt;http://lists.debian.org/debian-user/2002/debian-user-200203/msg02020.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The performance tuning section of the following link may give you some hints at what to try next, as well.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.math.uh.edu/~tibbs/README.SENDMAIL" target="_blank"&gt;http://www.math.uh.edu/~tibbs/README.SENDMAIL&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Mar 2004 11:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error-messages/m-p/3227022#M893689</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2004-03-23T11:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail  Error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error-messages/m-p/3227023#M893690</link>
      <description>Does the mail still get sent when these messages occur?</description>
      <pubDate>Tue, 23 Mar 2004 16:22:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error-messages/m-p/3227023#M893690</guid>
      <dc:creator>Global Server Operation</dc:creator>
      <dc:date>2004-03-23T16:22:18Z</dc:date>
    </item>
  </channel>
</rss>

