<?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 Checking and enabling the SMTP service in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-and-enabling-the-smtp-service/m-p/3746215#M787052</link>
    <description>Hello everybody! I am interested in enabling the SMTP on hp-ux B.11.11. I want to know if there are other methods to inquiry smtp is running and active it. &lt;BR /&gt;I have checked the parameter SENDMAIL_SERVER in /etc/rc.config.d/mailservs, its value is 1. Is there something else I have to check?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 07 Mar 2006 12:04:00 GMT</pubDate>
    <dc:creator>Engel Cuadra</dc:creator>
    <dc:date>2006-03-07T12:04:00Z</dc:date>
    <item>
      <title>Checking and enabling the SMTP service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-and-enabling-the-smtp-service/m-p/3746215#M787052</link>
      <description>Hello everybody! I am interested in enabling the SMTP on hp-ux B.11.11. I want to know if there are other methods to inquiry smtp is running and active it. &lt;BR /&gt;I have checked the parameter SENDMAIL_SERVER in /etc/rc.config.d/mailservs, its value is 1. Is there something else I have to check?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Mar 2006 12:04:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-and-enabling-the-smtp-service/m-p/3746215#M787052</guid>
      <dc:creator>Engel Cuadra</dc:creator>
      <dc:date>2006-03-07T12:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Checking and enabling the SMTP service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-and-enabling-the-smtp-service/m-p/3746216#M787053</link>
      <description>Shalom Engel,&lt;BR /&gt;&lt;BR /&gt;One more thing.&lt;BR /&gt;&lt;BR /&gt;Either reboot your box(not needed)&lt;BR /&gt;&lt;BR /&gt;or:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;This will enable sendmail to receive mail. It was already capable of sending it.&lt;BR /&gt;&lt;BR /&gt;There are many configuration issues that will impact how you receive mail, but you'll need to do this step before we can work on this.&lt;BR /&gt;&lt;BR /&gt;HP meayaim oty?&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 07 Mar 2006 12:39:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-and-enabling-the-smtp-service/m-p/3746216#M787053</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-07T12:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Checking and enabling the SMTP service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-and-enabling-the-smtp-service/m-p/3746217#M787054</link>
      <description>To inquire:&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep sendmail&lt;BR /&gt;&lt;BR /&gt;Check /var/adm/syslog/maillog&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 07 Mar 2006 12:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-and-enabling-the-smtp-service/m-p/3746217#M787054</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-03-07T12:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Checking and enabling the SMTP service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-and-enabling-the-smtp-service/m-p/3746218#M787055</link>
      <description>Thanks Steve and Geoff for your advises. I executed the first command to check the sendmail is running, the ouput was:&lt;BR /&gt;&lt;BR /&gt; ps -ef|grep sendmail&lt;BR /&gt;    root  1208     1  0  Nov 27  ?        65:17 sendmail: accepting connections on port 25&lt;BR /&gt;&lt;BR /&gt;After that, the command "sendmail start" was executed with the next results:&lt;BR /&gt;&lt;BR /&gt;sendmail start&lt;BR /&gt;start... User unknown&lt;BR /&gt;During this step, the cursor continue blinking, it could be there is not a valid configuration for sendmail. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Mar 2006 15:16:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-and-enabling-the-smtp-service/m-p/3746218#M787055</guid>
      <dc:creator>Engel Cuadra</dc:creator>
      <dc:date>2006-03-07T15:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Checking and enabling the SMTP service</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-and-enabling-the-smtp-service/m-p/3746219#M787056</link>
      <description>Since the ps | grep showed sendmail was running, you don't need to start it.&lt;BR /&gt;&lt;BR /&gt;However, if it hadn't been started, you'd need to run "/sbin/init.d/sendmail start". Note the fully qualified path. This is the start/stop script that gets run at system boot/halt time. Running "sendmail start" attempts to run the actual sendmail executable in /usr/sbin with argument "start" as the recipient of an email message, which doesn't exist on your system as it complained. You get the "cursor blinking" because it's expecting some input from stdin (the keyboard, in this case) until an end-of-file (Ctrl-D) is entered on a line by itself as the email body.</description>
      <pubDate>Tue, 07 Mar 2006 15:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-and-enabling-the-smtp-service/m-p/3746219#M787056</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2006-03-07T15:24:38Z</dc:date>
    </item>
  </channel>
</rss>

