<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2434576#M4407</link>
    <description>It's possible that sendmail is not running on the receiving server...you can check by &lt;BR /&gt;&lt;BR /&gt;# netstat -an | grep "\.25" | grep LISTEN&lt;BR /&gt;&lt;BR /&gt;you should get a line that looks like:&lt;BR /&gt;&lt;BR /&gt;tcp        0      0  *.25                   *.*                     LISTEN&lt;BR /&gt;&lt;BR /&gt;if not, you may have to start sendmail by&lt;BR /&gt;&lt;BR /&gt;#/sbin/init.d/sendmail start&lt;BR /&gt; &lt;BR /&gt;then check again to see that it is running.&lt;BR /&gt;&lt;BR /&gt;You might want to check the /var/adm/syslog/mail.log for any tell-tale messages.&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
    <pubDate>Thu, 03 Aug 2000 19:00:00 GMT</pubDate>
    <dc:creator>Kofi ARTHIABAH</dc:creator>
    <dc:date>2000-08-03T19:00:00Z</dc:date>
    <item>
      <title>sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2434572#M4403</link>
      <description>sendmail: rejecting connections on port 25</description>
      <pubDate>Thu, 03 Aug 2000 17:39:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2434572#M4403</guid>
      <dc:creator>Diego Fernandez</dc:creator>
      <dc:date>2000-08-03T17:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2434573#M4404</link>
      <description>If you had properly configured sendmail (see for hepl lots of other posts about that, there in forum), check /etc/services if &lt;BR /&gt;smtp   25/tcp   line is a valid line (not comment out or missed) and recycle inetd daemon. (inetd.conf -c). &lt;BR /&gt;Hope this helps.</description>
      <pubDate>Thu, 03 Aug 2000 17:42:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2434573#M4404</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-08-03T17:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2434574#M4405</link>
      <description>Silly question, but do you have a line in your /etc/services file that looks like this:&lt;BR /&gt;&lt;BR /&gt;smtp   25/tcp  # Simple Mail Transfr Protocol&lt;BR /&gt;&lt;BR /&gt;If you are using NIS, can you run the command:&lt;BR /&gt;&lt;BR /&gt;ypcat services | grep smtp&lt;BR /&gt;&lt;BR /&gt;and get back the above string?&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Thu, 03 Aug 2000 17:44:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2434574#M4405</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-08-03T17:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2434575#M4406</link>
      <description>If you mistakenly put a hash in front of the line "smtp     25/tcp", in /etc/services, uncomment it and run inetd -c</description>
      <pubDate>Thu, 03 Aug 2000 18:26:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2434575#M4406</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-08-03T18:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2434576#M4407</link>
      <description>It's possible that sendmail is not running on the receiving server...you can check by &lt;BR /&gt;&lt;BR /&gt;# netstat -an | grep "\.25" | grep LISTEN&lt;BR /&gt;&lt;BR /&gt;you should get a line that looks like:&lt;BR /&gt;&lt;BR /&gt;tcp        0      0  *.25                   *.*                     LISTEN&lt;BR /&gt;&lt;BR /&gt;if not, you may have to start sendmail by&lt;BR /&gt;&lt;BR /&gt;#/sbin/init.d/sendmail start&lt;BR /&gt; &lt;BR /&gt;then check again to see that it is running.&lt;BR /&gt;&lt;BR /&gt;You might want to check the /var/adm/syslog/mail.log for any tell-tale messages.&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Thu, 03 Aug 2000 19:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2434576#M4407</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-03T19:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2434577#M4408</link>
      <description>thank you!</description>
      <pubDate>Thu, 03 Aug 2000 20:35:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2434577#M4408</guid>
      <dc:creator>Diego Fernandez</dc:creator>
      <dc:date>2000-08-03T20:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2434578#M4409</link>
      <description>If the posters above solved your problem, please reward their efforts with some points.</description>
      <pubDate>Thu, 03 Aug 2000 20:40:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2434578#M4409</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-08-03T20:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2434579#M4410</link>
      <description>Diego, if sendmail is rejecting connections, then that may mean your system is too busy for sendmail to work.  You can adjust sendmail by setting the following in the sendmail.cf and then stopping/restarting sendmail.&lt;BR /&gt;&lt;BR /&gt;Queue-Only Load Average&lt;BR /&gt;In order to limit load on a very busy system, sendmail can be configured to queue up low priority messages rather than attempt delivery immediately if the five-minute load average is greater than some integer value, by default 8. This value is defined on the line beginning O QueueLA: &lt;BR /&gt;   # load average at which we just queue messages&lt;BR /&gt;   #O QueueLA=8 &amp;gt;&amp;gt; double to 16&lt;BR /&gt;     &lt;BR /&gt;Refuse-Connections Load Average&lt;BR /&gt;In order to limit load on a very busy system, the sendmail daemon can be configured not to accept SMTP connections if the five- minute load average is greater than some integer value, by default 12. This value is defined on the line beginnin O RefuseLA: &lt;BR /&gt;   # load average at which we refuse connections&lt;BR /&gt;          #O RefuseLA=12  &amp;gt;&amp;gt; double to 24&lt;BR /&gt;     &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;ps -ef | grep sendmail&lt;BR /&gt;&lt;BR /&gt;Berlene &lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2000 12:40:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2434579#M4410</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2000-08-04T12:40:06Z</dc:date>
    </item>
  </channel>
</rss>

