<?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 Sendmail Vulnerability Question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-vulnerability-question/m-p/2921078#M934597</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I've notified management about the sendmail vulnerability problem, now I'm waiting for them to decide if I should take immediate action.&lt;BR /&gt;&lt;BR /&gt;First question: Since we don't use our unix mail for anything except to report on cron jobs, can I disable its startup without affecting anything else?&lt;BR /&gt;&lt;BR /&gt;Second question: How should I disable the startup?&lt;BR /&gt;&lt;BR /&gt;Tom&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Mar 2003 15:31:39 GMT</pubDate>
    <dc:creator>Tom Jackson</dc:creator>
    <dc:date>2003-03-06T15:31:39Z</dc:date>
    <item>
      <title>Sendmail Vulnerability Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-vulnerability-question/m-p/2921078#M934597</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I've notified management about the sendmail vulnerability problem, now I'm waiting for them to decide if I should take immediate action.&lt;BR /&gt;&lt;BR /&gt;First question: Since we don't use our unix mail for anything except to report on cron jobs, can I disable its startup without affecting anything else?&lt;BR /&gt;&lt;BR /&gt;Second question: How should I disable the startup?&lt;BR /&gt;&lt;BR /&gt;Tom&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 15:31:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-vulnerability-question/m-p/2921078#M934597</guid>
      <dc:creator>Tom Jackson</dc:creator>
      <dc:date>2003-03-06T15:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail Vulnerability Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-vulnerability-question/m-p/2921079#M934598</link>
      <description>Edit /etc/rc.config.d/mailservs&lt;BR /&gt;and set "export SENDMAIL_SERVER" to 0.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 06 Mar 2003 15:33:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-vulnerability-question/m-p/2921079#M934598</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-03-06T15:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail Vulnerability Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-vulnerability-question/m-p/2921080#M934599</link>
      <description>To disable it at startup edit&lt;BR /&gt;/etc/rc.config.d/mailservs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;export SENDMAIL_SERVER=0</description>
      <pubDate>Thu, 06 Mar 2003 15:36:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-vulnerability-question/m-p/2921080#M934599</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-03-06T15:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail Vulnerability Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-vulnerability-question/m-p/2921081#M934600</link>
      <description>Tom,&lt;BR /&gt;&lt;BR /&gt;1) Yes, disabling it will not cause any harm.&lt;BR /&gt;&lt;BR /&gt;2) Fist stop sendmail daemon, then disabling it from coming up at bootup.&lt;BR /&gt;# /sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;# vi /etc/rc.config.d/mailsevrs&lt;BR /&gt;to change:&lt;BR /&gt;export SENDMAIL_SERVER=1&lt;BR /&gt;to:&lt;BR /&gt;export SENDMAIL_SERVER=0&lt;BR /&gt;&lt;BR /&gt;Hai&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 15:37:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-vulnerability-question/m-p/2921081#M934600</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2003-03-06T15:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail Vulnerability Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-vulnerability-question/m-p/2921082#M934601</link>
      <description>You can also use this command to kill the current running sendmail:&lt;BR /&gt;&lt;BR /&gt;# killsm&lt;BR /&gt;&lt;BR /&gt;This is exactly similar like doing:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;But before doing that, remember that the root mail messages and the mail message from your cron jobs are important.</description>
      <pubDate>Thu, 06 Mar 2003 15:45:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-vulnerability-question/m-p/2921082#M934601</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-03-06T15:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail Vulnerability Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-vulnerability-question/m-p/2921083#M934602</link>
      <description>Pete, Paul, and Hai:&lt;BR /&gt;&lt;BR /&gt;Thanks for your fast response.    Sendmail is down and I'll test the reboot tomorrow. &lt;BR /&gt;&lt;BR /&gt;Tom&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Mar 2003 15:46:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-vulnerability-question/m-p/2921083#M934602</guid>
      <dc:creator>Tom Jackson</dc:creator>
      <dc:date>2003-03-06T15:46:49Z</dc:date>
    </item>
  </channel>
</rss>

