<?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: Stopping Sendmail in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/stopping-sendmail/m-p/2696552#M56922</link>
    <description>Hi Shannon,&lt;BR /&gt;&lt;BR /&gt;To shutdown the sendmail daemon temporarily, do this,&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;This will stop the sendmail, but sendmail daemon will start after a reboot. To stop the sendmail permanently, edit the file /etc/rc.config.d/mailservs and change the entry SENDMAIL_SERVER=1 to SENDMAIL_SERVER=0&lt;BR /&gt;&lt;BR /&gt;If you do this sendmail daemon will not be started on reboot.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90685/00/00/37-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90685/00/00/37-toc.html&amp;amp;searchterms=sendmail_server&amp;amp;queryid=20020403-201754" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90685/00/00/37-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90685/00/00/37-toc.html&amp;amp;searchterms=sendmail_server&amp;amp;queryid=20020403-201754&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
    <pubDate>Thu, 04 Apr 2002 04:11:45 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2002-04-04T04:11:45Z</dc:date>
    <item>
      <title>Stopping Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stopping-sendmail/m-p/2696545#M56915</link>
      <description>Would someone please tell me how to stop&lt;BR /&gt;the sendmail (smtp) daemon on HP-UX 11.x</description>
      <pubDate>Wed, 03 Apr 2002 22:33:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stopping-sendmail/m-p/2696545#M56915</guid>
      <dc:creator>Shannon_1</dc:creator>
      <dc:date>2002-04-03T22:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stopping-sendmail/m-p/2696546#M56916</link>
      <description>#cd /etc&lt;BR /&gt;#cat rc.log |grep -i sednmail&lt;BR /&gt;&lt;BR /&gt;And you will receive something likneOutput from "/sbin/rc2.d/S540sendmail start":&lt;BR /&gt;sendmail&lt;BR /&gt;&lt;BR /&gt;#"/sbin/rc2.d/S540sendmail stop&lt;BR /&gt;&lt;BR /&gt;Will stops your sendmial.&lt;BR /&gt;&lt;BR /&gt;To disable sendmail permanantly edit file /etc/rc.config.d/mailservs file and replace&lt;BR /&gt;export SENDMAIL_SERVER=1&lt;BR /&gt;with&lt;BR /&gt;export SENDMAIL_SERVER=0&lt;BR /&gt;&lt;BR /&gt;And at next reboot sendmial will not start.&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Wed, 03 Apr 2002 22:38:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stopping-sendmail/m-p/2696546#M56916</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-04-03T22:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stopping-sendmail/m-p/2696547#M56917</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;#try this&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep sendmail| grep -v sendmail&lt;BR /&gt;&lt;BR /&gt;kill -9 PID ( PID being the # in the second column )&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Wed, 03 Apr 2002 22:39:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stopping-sendmail/m-p/2696547#M56917</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-04-03T22:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stopping-sendmail/m-p/2696548#M56918</link>
      <description>Hi&lt;BR /&gt;Sorry there is no " at&lt;BR /&gt;#/sbin/rc2.d/S540sendmail stop&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Wed, 03 Apr 2002 22:41:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stopping-sendmail/m-p/2696548#M56918</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-04-03T22:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stopping-sendmail/m-p/2696549#M56919</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;you can also turn it off by editing /etc/rc.config.d/mailservs&lt;BR /&gt;&lt;BR /&gt;change export SENDMAIL_SERVER=1 TO BE 0&lt;BR /&gt;&lt;BR /&gt;then do&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;this will turn it off permanetly&lt;BR /&gt;&lt;BR /&gt;john.</description>
      <pubDate>Wed, 03 Apr 2002 22:42:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stopping-sendmail/m-p/2696549#M56919</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-04-03T22:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stopping-sendmail/m-p/2696550#M56920</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;To stop it permanently edit the &lt;BR /&gt;/etc/rc.config.d/mailservs file&lt;BR /&gt;and make sure that the entry  states&lt;BR /&gt;&lt;BR /&gt;export SENDMAIL_SERVER=0&lt;BR /&gt;&lt;BR /&gt;The next time you wish to start you system&lt;BR /&gt;sendmail will not start.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Apr 2002 22:43:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stopping-sendmail/m-p/2696550#M56920</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-04-03T22:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stopping-sendmail/m-p/2696551#M56921</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;after you have done a sendmail  stop  you DO NOT need to reboot .&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;John.</description>
      <pubDate>Wed, 03 Apr 2002 22:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stopping-sendmail/m-p/2696551#M56921</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-04-03T22:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stopping-sendmail/m-p/2696552#M56922</link>
      <description>Hi Shannon,&lt;BR /&gt;&lt;BR /&gt;To shutdown the sendmail daemon temporarily, do this,&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;This will stop the sendmail, but sendmail daemon will start after a reboot. To stop the sendmail permanently, edit the file /etc/rc.config.d/mailservs and change the entry SENDMAIL_SERVER=1 to SENDMAIL_SERVER=0&lt;BR /&gt;&lt;BR /&gt;If you do this sendmail daemon will not be started on reboot.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90685/00/00/37-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90685/00/00/37-toc.html&amp;amp;searchterms=sendmail_server&amp;amp;queryid=20020403-201754" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90685/00/00/37-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90685/00/00/37-toc.html&amp;amp;searchterms=sendmail_server&amp;amp;queryid=20020403-201754&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Apr 2002 04:11:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stopping-sendmail/m-p/2696552#M56922</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-04-04T04:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stopping-sendmail/m-p/2696553#M56923</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You can see the two types as below &lt;BR /&gt;&lt;BR /&gt;1. # ps -ef | grep sendmail&lt;BR /&gt;     root   922     1  0  Mar 18  ?         0:07 sendmail: accepting connections on port 25&lt;BR /&gt;   # kill -9 PID#&lt;BR /&gt;&lt;BR /&gt;2. /sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;If you stop sendmail permanently, you have to modify /etc/rc.config.d/mailservs file as below&lt;BR /&gt;&lt;BR /&gt;export SENDMAIL_SERVER=0 &lt;BR /&gt;&lt;BR /&gt;Then, though the system re-booting, the sendmail will not start.&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Sat, 06 Apr 2002 02:40:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stopping-sendmail/m-p/2696553#M56923</guid>
      <dc:creator>Choi Eun Kyoung</dc:creator>
      <dc:date>2002-04-06T02:40:01Z</dc:date>
    </item>
  </channel>
</rss>

