<?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 - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054468#M76442</link>
    <description>SEP &amp;amp; S.B,&lt;BR /&gt;&lt;BR /&gt;you guys rock... Thank you...&lt;BR /&gt;&lt;BR /&gt;This forum rocks....&lt;BR /&gt;&lt;BR /&gt;Alex...</description>
    <pubDate>Fri, 22 Aug 2003 01:46:09 GMT</pubDate>
    <dc:creator>Alex Ferreira</dc:creator>
    <dc:date>2003-08-22T01:46:09Z</dc:date>
    <item>
      <title>Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054459#M76433</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I was asked to stop sendmail (redhat 7.2)&lt;BR /&gt;&lt;BR /&gt;I tried sendmail stop , wouldn't work&lt;BR /&gt;&lt;BR /&gt;I ended up with kill -9 with the pid.&lt;BR /&gt;&lt;BR /&gt;How do I restart without rebooting ????&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advanve!</description>
      <pubDate>Thu, 21 Aug 2003 23:07:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054459#M76433</guid>
      <dc:creator>manny_9</dc:creator>
      <dc:date>2003-08-21T23:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054460#M76434</link>
      <description>If you have successfully stopped all sendmail processes (ps -ef | grep sendmail), then the command:&lt;BR /&gt;&lt;BR /&gt;service sendmail start&lt;BR /&gt;&lt;BR /&gt;should start it again.  To stop sendmail, you should have just used:&lt;BR /&gt;&lt;BR /&gt;service sendmail stop&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2003 23:29:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054460#M76434</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-08-21T23:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054461#M76435</link>
      <description>Hey friend,&lt;BR /&gt;&lt;BR /&gt;/etc/init.d/sendmail start &lt;BR /&gt;&lt;BR /&gt;should do the job for you...&lt;BR /&gt;&lt;BR /&gt;Procedure for stopping and starting sendmail is no different to any other process..&lt;BR /&gt;&lt;BR /&gt;Tip: If your machine seems to hang for a few minutes while loading sendmail( after the starting sendmail: message is printed), the machine's hostname cannot be resolved. To fix this, add the machines I.P address and hostname to the /etc/hosts file. This behaviour can occur as the X server attempts to start.&lt;BR /&gt;&lt;BR /&gt;Hopes this helps.&lt;BR /&gt;&lt;BR /&gt;Alex</description>
      <pubDate>Thu, 21 Aug 2003 23:30:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054461#M76435</guid>
      <dc:creator>Alex Ferreira</dc:creator>
      <dc:date>2003-08-21T23:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054462#M76436</link>
      <description>service sendmail restart&lt;BR /&gt;&lt;BR /&gt;Will restart with one command.&lt;BR /&gt;&lt;BR /&gt;As noted earlier&lt;BR /&gt;&lt;BR /&gt;service sendmail stop to stop it.&lt;BR /&gt;&lt;BR /&gt;The service command works on all Linux daemons.&lt;BR /&gt;&lt;BR /&gt;If you want to stop DNS,&lt;BR /&gt;&lt;BR /&gt;service named stop&lt;BR /&gt;&lt;BR /&gt;Just wanted to make sure you understood that service is an all encompassing, useful command.  So much so, that I ported it to HP-UX.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 21 Aug 2003 23:53:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054462#M76436</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-21T23:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054463#M76437</link>
      <description>hehe ;) go SEP.. Welcome back by the way ;)&lt;BR /&gt;&lt;BR /&gt;Sometimes it's just amazing how such a simple idea makes things so much easier..&lt;BR /&gt;&lt;BR /&gt;The 'service' command (an 11 line script originally) was implemented way-back in RH6.0 (or possibly .1, can't recall), but it was broken at that point.  Didn't get fixed properly until 7.0.&lt;BR /&gt;&lt;BR /&gt;go figure.. ;)</description>
      <pubDate>Fri, 22 Aug 2003 00:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054463#M76437</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-08-22T00:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054464#M76438</link>
      <description>Hey SEP,&lt;BR /&gt;&lt;BR /&gt;what do you mean by porting it to HP-UX? I tried doing a man on service and I got a smack in the mouth by the console saying &lt;BR /&gt;&lt;BR /&gt;"No manual entry for service."&lt;BR /&gt;&lt;BR /&gt;Alex</description>
      <pubDate>Fri, 22 Aug 2003 00:38:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054464#M76438</guid>
      <dc:creator>Alex Ferreira</dc:creator>
      <dc:date>2003-08-22T00:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054465#M76439</link>
      <description>Thanks guys!! Will try tomorrow!!!!!!</description>
      <pubDate>Fri, 22 Aug 2003 00:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054465#M76439</guid>
      <dc:creator>manny_9</dc:creator>
      <dc:date>2003-08-22T00:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054466#M76440</link>
      <description>Alex,&lt;BR /&gt;&lt;BR /&gt;Most Unicies have a central directory structure where the start/stop routines live, which are usually symbolically linked to the /etc/rc#.d/ structures for the start up/shut down routnies.&lt;BR /&gt;&lt;BR /&gt;In RedHat, they used to be /etc/rc.d/init.d, but have moevd to /etc/init.d (although they are sym-linked together), and for SCO Open Server 5.0.5+ and Solaris 8 (not sure about other versions) it's the same (/etc/init.d).&lt;BR /&gt;&lt;BR /&gt;Using the same method that /usr/sbin/service uses in RedHat (actually you could probably copy it without any issue) you can easily port the function to any other unix.</description>
      <pubDate>Fri, 22 Aug 2003 00:59:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054466#M76440</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-08-22T00:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054467#M76441</link>
      <description>In this thread, my last or second to last post includes a script called service&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf0fc5dc05a7ad711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf0fc5dc05a7ad711abdc0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It is not an official HP script, just makes it easier for my brain to switch back and forth from  Linux to HP and back.&lt;BR /&gt;&lt;BR /&gt;You copy it to the path, make sure its owned by root and that nobody else can execute it and the service command is on HP-UX.&lt;BR /&gt;&lt;BR /&gt;It checks that the service in question is a valid script in /sbin/init.d/&lt;BR /&gt;&lt;BR /&gt;Let me know if you need any help with it.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2003 01:06:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054467#M76441</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-22T01:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054468#M76442</link>
      <description>SEP &amp;amp; S.B,&lt;BR /&gt;&lt;BR /&gt;you guys rock... Thank you...&lt;BR /&gt;&lt;BR /&gt;This forum rocks....&lt;BR /&gt;&lt;BR /&gt;Alex...</description>
      <pubDate>Fri, 22 Aug 2003 01:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054468#M76442</guid>
      <dc:creator>Alex Ferreira</dc:creator>
      <dc:date>2003-08-22T01:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054469#M76443</link>
      <description>One more question!&lt;BR /&gt;&lt;BR /&gt;I just remebered. When I sent kill -9 sendmail. There was one service that was associated with sendmail that I left alone , i wasn't sure what it was.I saw it when I did "sendmail status". It was something like (pid) can't remember specifically i am at home. Should I kill that service before restart???&lt;BR /&gt;&lt;BR /&gt;The reason sendmail was shut down, was internal users (win98) had SOBIG-f in thier outlook express. The redhat server did not detect the worm???Everything up to date! Can't figure out the worms entry point.Could it have been internal.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 22 Aug 2003 02:08:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054469#M76443</guid>
      <dc:creator>manny_9</dc:creator>
      <dc:date>2003-08-22T02:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054470#M76444</link>
      <description>If the 'queue runner' was also running (or sm-client), then yes, you should kill that one as well.&lt;BR /&gt;&lt;BR /&gt;Sendmail does not do any Virus detection, unless you have explicitly set that sort of thing up.</description>
      <pubDate>Fri, 22 Aug 2003 02:29:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054470#M76444</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-08-22T02:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054471#M76445</link>
      <description>Fred,&lt;BR /&gt;&lt;BR /&gt;The worms entry point was probably not internal.&lt;BR /&gt;&lt;BR /&gt;I will say this, sendmail will accept and tranmit mail, including virus attachments without any effect on the Linux or HP-UX system.&lt;BR /&gt;&lt;BR /&gt;When nailing sendmail, there could be multiple active processes.  To get sendmail with kill commands, this little script(attached) will do the trick.&lt;BR /&gt;&lt;BR /&gt;In your scenario, you should first to this:&lt;BR /&gt;&lt;BR /&gt;service sendmail stop&lt;BR /&gt;&lt;BR /&gt;gkill sendmail  (or any possible client processes)&lt;BR /&gt;&lt;BR /&gt;The utility will list the processes set to die and then make them die with good reliability.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 22 Aug 2003 04:03:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054471#M76445</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-22T04:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054472#M76446</link>
      <description>Sorry, here is the post with attachment as promised.&lt;BR /&gt;&lt;BR /&gt;Fred,&lt;BR /&gt;&lt;BR /&gt;The worms entry point was probably not internal.&lt;BR /&gt;&lt;BR /&gt;I will say this, sendmail will accept and tranmit mail, including virus attachments without any effect on the Linux or HP-UX system.&lt;BR /&gt;&lt;BR /&gt;When nailing sendmail, there could be multiple active processes.  To get sendmail with kill commands, this little script(attached) will do the trick.&lt;BR /&gt;&lt;BR /&gt;In your scenario, you should first to this:&lt;BR /&gt;&lt;BR /&gt;service sendmail stop&lt;BR /&gt;&lt;BR /&gt;gkill sendmail  (or any possible client processes)&lt;BR /&gt;&lt;BR /&gt;The utility will list the processes set to die and then make them die with good reliability.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 22 Aug 2003 04:04:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054472#M76446</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-22T04:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054473#M76447</link>
      <description>For confusion's sake, the linux version of 'killall' will do the same thing.&lt;BR /&gt;&lt;BR /&gt;killall -9 sendmail&lt;BR /&gt;&lt;BR /&gt;will find *ANY* sendmail process and send it a KILL (9) signal.&lt;BR /&gt;&lt;BR /&gt;Beware using 'killall' on different platforms however.  Some platforms version of 'killall' does just that, kills all processes..</description>
      <pubDate>Fri, 22 Aug 2003 04:15:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054473#M76447</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-08-22T04:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054474#M76448</link>
      <description>Hey!!!!&lt;BR /&gt;&lt;BR /&gt;I just wanted to say Thanks again to everyone!!!</description>
      <pubDate>Sat, 23 Aug 2003 21:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail/m-p/3054474#M76448</guid>
      <dc:creator>manny_9</dc:creator>
      <dc:date>2003-08-23T21:12:40Z</dc:date>
    </item>
  </channel>
</rss>

