<?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 does seem to stop in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-does-seem-to-stop/m-p/3349505#M869989</link>
    <description>Stopping the sendmail daemon does not stop the ability to send mail from the system. It only stops the ability to receive mail on the system from remote hosts.</description>
    <pubDate>Wed, 04 Aug 2004 11:10:43 GMT</pubDate>
    <dc:creator>Jeff_Traigle</dc:creator>
    <dc:date>2004-08-04T11:10:43Z</dc:date>
    <item>
      <title>sendmail does seem to stop</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-does-seem-to-stop/m-p/3349503#M869987</link>
      <description>It seems my sendmail server does not stop...&lt;BR /&gt;I am trying to stop sendmail from command prompt and its giving me  STOP successful message...&lt;BR /&gt;&lt;BR /&gt;But still I am able send mail from WEBMIN to my yahoo account..&lt;BR /&gt;&lt;BR /&gt;I dont understand how??&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2004 11:02:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-does-seem-to-stop/m-p/3349503#M869987</guid>
      <dc:creator>Varun_3</dc:creator>
      <dc:date>2004-08-04T11:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does seem to stop</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-does-seem-to-stop/m-p/3349504#M869988</link>
      <description>Sendmail has two components.&lt;BR /&gt;&lt;BR /&gt;The daemon can be stopped. &lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;When the daemon is down, the sendmail binary can still be used to send email. The components you are talking about probably use a sendmail or elm or other smtp type script to send mail.&lt;BR /&gt;&lt;BR /&gt;That will work unless you change permissions on the sendmail binary.&lt;BR /&gt;&lt;BR /&gt;See attached scripting example. This script will work even when the daemon is down.&lt;BR /&gt;&lt;BR /&gt;In reality the daemon accepts connections. It doesn't handle outbound connections.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 04 Aug 2004 11:10:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-does-seem-to-stop/m-p/3349504#M869988</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-08-04T11:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does seem to stop</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-does-seem-to-stop/m-p/3349505#M869989</link>
      <description>Stopping the sendmail daemon does not stop the ability to send mail from the system. It only stops the ability to receive mail on the system from remote hosts.</description>
      <pubDate>Wed, 04 Aug 2004 11:10:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-does-seem-to-stop/m-p/3349505#M869989</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2004-08-04T11:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does seem to stop</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-does-seem-to-stop/m-p/3349506#M869990</link>
      <description>Thank You&lt;BR /&gt;&lt;BR /&gt;I undestand that.. &lt;BR /&gt;Now if I want to change content of my .cf file, I need to restart sendmail to apply changes..&lt;BR /&gt;&lt;BR /&gt;Without stopping it, my changes are not reflecting...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Aug 2004 11:33:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-does-seem-to-stop/m-p/3349506#M869990</guid>
      <dc:creator>Varun_3</dc:creator>
      <dc:date>2004-08-04T11:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does seem to stop</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-does-seem-to-stop/m-p/3349507#M869991</link>
      <description>"/sbin/init.d/sendmail stop"  to stop the sendmail services&lt;BR /&gt;&lt;BR /&gt;you can check if the process is stopped by  "ps -ef | grep sendmail " &lt;BR /&gt;&lt;BR /&gt;"/sbin/init.d/sendmail start" to start the sendmail after the changes you made in .cf file&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Wed, 04 Aug 2004 14:36:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-does-seem-to-stop/m-p/3349507#M869991</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2004-08-04T14:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail does seem to stop</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-does-seem-to-stop/m-p/3349508#M869992</link>
      <description>to answer your last question, if you are changing the parameters in sendmail.cf which will affect your reception of email, yes you need to stop and restart the sendmail deamon as  follows :&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;if you are changing something which only affects you sending email, like the smart relay server (i.e. the line starting with letters DS), then you do not need to cycle the sendmail daemon. Although, it is a good practice to recycle it using the commands above, as sometimes, one directive may affect bot incoming and outgoing connections.&lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Wed, 04 Aug 2004 16:40:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-does-seem-to-stop/m-p/3349508#M869992</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2004-08-04T16:40:11Z</dc:date>
    </item>
  </channel>
</rss>

