<?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 mailx in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/stopping-mailx/m-p/3522919#M220194</link>
    <description>Tim,&lt;BR /&gt;&lt;BR /&gt;Yes, you could just stop sendmail but that's going to stop all messages.  Couldn't you just comment out the mailx commmands?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Tue, 12 Apr 2005 07:41:02 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2005-04-12T07:41:02Z</dc:date>
    <item>
      <title>Stopping mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stopping-mailx/m-p/3522918#M220193</link>
      <description>I am currently doing some testing of a program that was written by someone else that uses mailx. I would just like to turn off mailx so that it will not send messages out while I am testing.&lt;BR /&gt;&lt;BR /&gt;Is mailx part of sendmail? Can I just stop sendmail and that will turn off mailx?&lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciated!&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Tim</description>
      <pubDate>Tue, 12 Apr 2005 07:38:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stopping-mailx/m-p/3522918#M220193</guid>
      <dc:creator>Timothy P. Jackson</dc:creator>
      <dc:date>2005-04-12T07:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stopping-mailx/m-p/3522919#M220194</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;Yes, you could just stop sendmail but that's going to stop all messages.  Couldn't you just comment out the mailx commmands?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 12 Apr 2005 07:41:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stopping-mailx/m-p/3522919#M220194</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-04-12T07:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stopping-mailx/m-p/3522920#M220195</link>
      <description>Hi Tim,&lt;BR /&gt;&lt;BR /&gt;A possibility is to create a global variable like MAIL_TARGET and give it the value of your own email address incase of testing and change it to the old email address in case of production. That way you can change it one place in the script. &lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Renarios</description>
      <pubDate>Tue, 12 Apr 2005 07:48:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stopping-mailx/m-p/3522920#M220195</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2005-04-12T07:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stopping-mailx/m-p/3522921#M220196</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Stopping sendmail will stop all the communication through this machine. So u are sure that no other application uses sendmail, you may stop the sendmail daemon. Else the best thing (if u are unaware) is to COMMENT out the line containing "mailx".&lt;BR /&gt;&lt;BR /&gt;Rgds</description>
      <pubDate>Tue, 12 Apr 2005 07:49:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stopping-mailx/m-p/3522921#M220196</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-04-12T07:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stopping-mailx/m-p/3522922#M220197</link>
      <description>I'd simply use an alias for mailx like&lt;BR /&gt;alias mailx="echo mail with parameters $* &amp;gt;&amp;gt; /tmp/mailx.runs"&lt;BR /&gt;&lt;BR /&gt;mailx is not really a component of sendmail (mail transfer agent), but just a small email program (mail user agent), so disabling it by the shell's means should be the easiest solution.</description>
      <pubDate>Tue, 12 Apr 2005 08:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stopping-mailx/m-p/3522922#M220197</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-04-12T08:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stopping-mailx/m-p/3522923#M220198</link>
      <description>Stopping sendmail will NOT STOP mailx from performing it's duty. &lt;BR /&gt;&lt;BR /&gt;Try it:&lt;BR /&gt;&lt;BR /&gt;[root@vpart3 /etc/mail]# /sbin/init.d/sendmail stop &lt;BR /&gt;Sendmail pid is 24536&lt;BR /&gt;Killing sendmail &lt;BR /&gt;Please wait .....&lt;BR /&gt;Sendmail killed.&lt;BR /&gt;[root@vpart3 /etc/mail]# ps -ef| ux2dos | uuencode bdf.txt|mailx -m -stest hbrown@devnull.com&lt;BR /&gt;[root@vpart3 /etc/mail]# ps -ef | grep sendmail&lt;BR /&gt;    root 24593  2005  1 09:04:42 ttyp3     0:00 grep sendmail&lt;BR /&gt;[root@vpart3 /etc/mail]# &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Tue, 12 Apr 2005 08:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stopping-mailx/m-p/3522923#M220198</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-04-12T08:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stopping-mailx/m-p/3522924#M220199</link>
      <description>Thanks Harry - I had a nagging doubt in the back of my mind about that so I just finished testing it so I could come back and correct my blunder, but you beat me to it!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 12 Apr 2005 08:12:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stopping-mailx/m-p/3522924#M220199</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-04-12T08:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Stopping mailx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stopping-mailx/m-p/3522925#M220200</link>
      <description>Pete,&lt;BR /&gt;&lt;BR /&gt;What are friends for? :-)&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Tue, 12 Apr 2005 08:41:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stopping-mailx/m-p/3522925#M220200</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-04-12T08:41:48Z</dc:date>
    </item>
  </channel>
</rss>

