<?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 server is disabled, how to enable it? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986021#M420971</link>
    <description>And if you run&lt;BR /&gt;&lt;BR /&gt;. /etc/rc.config.d/mailservs&lt;BR /&gt;&lt;BR /&gt;echo $SENDMAIL_SERVER&lt;BR /&gt;&lt;BR /&gt;Enrico&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 19 Jun 2006 05:44:09 GMT</pubDate>
    <dc:creator>Enrico P.</dc:creator>
    <dc:date>2006-06-19T05:44:09Z</dc:date>
    <item>
      <title>Sendmail server is disabled, how to enable it?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986010#M420960</link>
      <description>i was trying to configure sendmail on one of my server.&lt;BR /&gt;but i am getting this error:&lt;BR /&gt;&lt;BR /&gt;# swlist -l product | grep -i sendmail&lt;BR /&gt;  PHNE_31734            1.0            sendmail(1m) 8.11.1 patch&lt;BR /&gt;# /sbin/init.d/sendmail stop&lt;BR /&gt;No sendmail server running&lt;BR /&gt;# /sbin/init.d/sendmail start&lt;BR /&gt; Sendmail server is disabled, You cannot start it manually using&lt;BR /&gt; sendmail script.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;how to enable it?</description>
      <pubDate>Mon, 19 Jun 2006 02:21:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986010#M420960</guid>
      <dc:creator>praveen..</dc:creator>
      <dc:date>2006-06-19T02:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail server is disabled, how to enable it?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986011#M420961</link>
      <description>Hello Praveen,&lt;BR /&gt;&lt;BR /&gt;Follow bwlow steps:&lt;BR /&gt;#vi /etc/rc.config.d/mailservs&lt;BR /&gt;&lt;BR /&gt;Change below parameter&lt;BR /&gt;SENDMAIL_SERVER=1&lt;BR /&gt;&lt;BR /&gt;#/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;Let me know if this works.&lt;BR /&gt;&lt;BR /&gt;-Amit&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jun 2006 02:41:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986011#M420961</guid>
      <dc:creator>Chauhan Amit</dc:creator>
      <dc:date>2006-06-19T02:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail server is disabled, how to enable it?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986012#M420962</link>
      <description>export SENDMAIL_SERVER=1&lt;BR /&gt;export SENDMAIL_SERVER_NAME=&lt;BR /&gt;export SENDMAIL_RECVONLY=0&lt;BR /&gt;export SENDMAIL_SENDONLY=0&lt;BR /&gt;&lt;BR /&gt;this parameter is one&lt;BR /&gt;&lt;BR /&gt;please suggest&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jun 2006 02:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986012#M420962</guid>
      <dc:creator>praveen..</dc:creator>
      <dc:date>2006-06-19T02:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail server is disabled, how to enable it?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986013#M420963</link>
      <description>Shalom praveen,&lt;BR /&gt;&lt;BR /&gt;Sendmail daemon is only needed for accepting mails, not sending them. Its a good idea to leave it off.&lt;BR /&gt;&lt;BR /&gt;/etc/rc.config.d/sendmail&lt;BR /&gt;# first variable set to 1.&lt;BR /&gt;&lt;BR /&gt;Also a good idea, due to recent sendmail vulnerabilities to install HP's 8.13 sendmail release.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 19 Jun 2006 02:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986013#M420963</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-06-19T02:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail server is disabled, how to enable it?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986014#M420964</link>
      <description>/etc/rc.config.d/sendmail&lt;BR /&gt;# first variable set to 1.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this is already one,&lt;BR /&gt;still i am getting:&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/sendmail stop&lt;BR /&gt;No sendmail server running&lt;BR /&gt;# /sbin/init.d/sendmail start&lt;BR /&gt;Sendmail server is disabled, You cannot start it manually using&lt;BR /&gt;sendmail script.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please suggest&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jun 2006 03:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986014#M420964</guid>
      <dc:creator>praveen..</dc:creator>
      <dc:date>2006-06-19T03:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail server is disabled, how to enable it?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986015#M420965</link>
      <description>Hi,&lt;BR /&gt;the error you received should be if the SENDMAIL_SERVER variable is not 1.&lt;BR /&gt;&lt;BR /&gt;Try &lt;BR /&gt;&lt;BR /&gt;. /etc/rc.config&lt;BR /&gt;echo $SENDMAIL_SERVER&lt;BR /&gt;&lt;BR /&gt;What is the SENDMAIL_SERVER variable value?&lt;BR /&gt;&lt;BR /&gt;Enrico</description>
      <pubDate>Mon, 19 Jun 2006 04:26:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986015#M420965</guid>
      <dc:creator>Enrico P.</dc:creator>
      <dc:date>2006-06-19T04:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail server is disabled, how to enable it?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986016#M420966</link>
      <description>#vi /etc/rc.config.d/mailservs&lt;BR /&gt;&lt;BR /&gt;export SENDMAIL_SERVER=1&lt;BR /&gt;export SENDMAIL_SERVER_NAME=&lt;BR /&gt;export SENDMAIL_RECVONLY=0&lt;BR /&gt;export SENDMAIL_SENDONLY=0&lt;BR /&gt;&lt;BR /&gt;#cd /etc/rc.config.d&lt;BR /&gt;# echo $SENDMAIL_SERVER&lt;BR /&gt;sh: SENDMAIL_SERVER: Parameter not set.&lt;BR /&gt;&lt;BR /&gt;please suggest&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jun 2006 04:41:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986016#M420966</guid>
      <dc:creator>praveen..</dc:creator>
      <dc:date>2006-06-19T04:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail server is disabled, how to enable it?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986017#M420967</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;try to run&lt;BR /&gt;&lt;BR /&gt;. /etc/rc.config&lt;BR /&gt;&lt;BR /&gt;to read the variables, and after&lt;BR /&gt;&lt;BR /&gt;echo $SENDMAIL_SERVER&lt;BR /&gt;&lt;BR /&gt;Enrico</description>
      <pubDate>Mon, 19 Jun 2006 04:58:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986017#M420967</guid>
      <dc:creator>Enrico P.</dc:creator>
      <dc:date>2006-06-19T04:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail server is disabled, how to enable it?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986018#M420968</link>
      <description># ./etc/rc.config&lt;BR /&gt;sh: ./etc/rc.config:  not found.&lt;BR /&gt;# echo $SENDMAIL_SERVER&lt;BR /&gt;sh: SENDMAIL_SERVER: Parameter not set.&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what to do now, please suggest&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jun 2006 05:08:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986018#M420968</guid>
      <dc:creator>praveen..</dc:creator>
      <dc:date>2006-06-19T05:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail server is disabled, how to enable it?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986019#M420969</link>
      <description>You must insert a space between the point and the file &lt;BR /&gt;&lt;BR /&gt;. /etc/rc.config&lt;BR /&gt;&lt;BR /&gt;This sintax is for load the variable of the /etc/rc.config.d/ direcory's file (Example for reload the .profile settings you need to use the sintax ". /user_home_dir/.profile")&lt;BR /&gt;&lt;BR /&gt;Enrico</description>
      <pubDate>Mon, 19 Jun 2006 05:22:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986019#M420969</guid>
      <dc:creator>Enrico P.</dc:creator>
      <dc:date>2006-06-19T05:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail server is disabled, how to enable it?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986020#M420970</link>
      <description>YES, i think this is the problem&lt;BR /&gt;&lt;BR /&gt;# . /etc/rc.config&lt;BR /&gt;# echo $SENDMAIL_SERVER&lt;BR /&gt;sh: SENDMAIL_SERVER: Parameter not set.&lt;BR /&gt;&lt;BR /&gt;while on another server, i am getting:&lt;BR /&gt;&lt;BR /&gt;# . /etc/rc.config&lt;BR /&gt;# echo $SENDMAIL_SERVER&lt;BR /&gt;1&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;but my entries are in this file is : #vi /etc/rc.config.d/mailservs&lt;BR /&gt;&lt;BR /&gt;export SENDMAIL_SERVER=1&lt;BR /&gt;export SENDMAIL_SERVER_NAME=&lt;BR /&gt;export SENDMAIL_RECVONLY=0&lt;BR /&gt;export SENDMAIL_SENDONLY=0&lt;BR /&gt;&lt;BR /&gt;please suggest&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jun 2006 05:31:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986020#M420970</guid>
      <dc:creator>praveen..</dc:creator>
      <dc:date>2006-06-19T05:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail server is disabled, how to enable it?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986021#M420971</link>
      <description>And if you run&lt;BR /&gt;&lt;BR /&gt;. /etc/rc.config.d/mailservs&lt;BR /&gt;&lt;BR /&gt;echo $SENDMAIL_SERVER&lt;BR /&gt;&lt;BR /&gt;Enrico&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jun 2006 05:44:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986021#M420971</guid>
      <dc:creator>Enrico P.</dc:creator>
      <dc:date>2006-06-19T05:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail server is disabled, how to enable it?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986022#M420972</link>
      <description>NOW IT IS SHOWING 1&lt;BR /&gt;&lt;BR /&gt;# . /etc/rc.config.d/mailservs&lt;BR /&gt;# echo $SENDMAIL_SERVER&lt;BR /&gt;1&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jun 2006 06:00:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986022#M420972</guid>
      <dc:creator>praveen..</dc:creator>
      <dc:date>2006-06-19T06:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail server is disabled, how to enable it?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986023#M420973</link>
      <description>Seems the script /etc/rc.config not load the file mailservs or the SENDMAIL_SERVER variable setting.&lt;BR /&gt;Is the file permission correct?&lt;BR /&gt;&lt;BR /&gt;-r--r--r--   1 bin        bin           1146 Jun 19 14:10 mailservs&lt;BR /&gt;&lt;BR /&gt;Check for other setting or unsetting of the SENDMAIL_SERVER variable in the /etc/rc.config.d/ directory:&lt;BR /&gt;&lt;BR /&gt;grep SENDMAIL_SERVER /etc/rc.config.d/*&lt;BR /&gt;&lt;BR /&gt;Enrico</description>
      <pubDate>Mon, 19 Jun 2006 07:33:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986023#M420973</guid>
      <dc:creator>Enrico P.</dc:creator>
      <dc:date>2006-06-19T07:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail server is disabled, how to enable it?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986024#M420974</link>
      <description>You can run&lt;BR /&gt;&lt;BR /&gt;sh -x ". /etc/rc.config" 2&amp;gt; output_file&lt;BR /&gt;&lt;BR /&gt;and check in the output file if this run the mailservs script correctly or set the variable.&lt;BR /&gt;&lt;BR /&gt;Enrico</description>
      <pubDate>Mon, 19 Jun 2006 07:49:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986024#M420974</guid>
      <dc:creator>Enrico P.</dc:creator>
      <dc:date>2006-06-19T07:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail server is disabled, how to enable it?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986025#M420975</link>
      <description># cd /etc&lt;BR /&gt;# ll rc.config&lt;BR /&gt;-r--r--r--   1 bin        bin           3768 Feb  7 14:43 rc.config&lt;BR /&gt;&lt;BR /&gt;# cd /etc/rc.config.d/&lt;BR /&gt;# ll mailservs&lt;BR /&gt;-r--r--r--   1 bin        bin           1172 Jun 19 04:39 mailservs&lt;BR /&gt;&lt;BR /&gt;# grep SENDMAIL_SERVER /etc/rc.config.d/*&lt;BR /&gt;/etc/rc.config.d/mailservs:# SENDMAIL_SERVER:   Set to 1 if this is a mail server and should&lt;BR /&gt;/etc/rc.config.d/mailservs:# SENDMAIL_SERVER_NAME:      If this is not a mail server, but a client being&lt;BR /&gt;/etc/rc.config.d/mailservs:#    are in the order SENDMAIL_SERVER, SENDMAIL_SERVER_NAME,&lt;BR /&gt;/etc/rc.config.d/mailservs:#export SENDMAIL_SERVER=1&lt;BR /&gt;/etc/rc.config.d/mailservs:export SENDMAIL_SERVER=1&lt;BR /&gt;/etc/rc.config.d/mailservs:export SENDMAIL_SERVER_NAME=&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jun 2006 11:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986025#M420975</guid>
      <dc:creator>praveen..</dc:creator>
      <dc:date>2006-06-19T11:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail server is disabled, how to enable it?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986026#M420976</link>
      <description>Unless you are receiving mail on this server, no need to have the sendmail daemon running.&lt;BR /&gt;&lt;BR /&gt;You can send mail without the daemon.&lt;BR /&gt;&lt;BR /&gt;If you are subject to security audits, one of the items they look at is sendmail. If the daemon is off and the server is not receiving mail, they audits folks are happy.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Jun 2006 11:10:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986026#M420976</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-06-19T11:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail server is disabled, how to enable it?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986027#M420977</link>
      <description>sendmail daemon is used to receive the mails,&lt;BR /&gt;&lt;BR /&gt;i am able to send the mails,&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 20 Jun 2006 00:55:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-server-is-disabled-how-to-enable-it/m-p/4986027#M420977</guid>
      <dc:creator>praveen..</dc:creator>
      <dc:date>2006-06-20T00:55:40Z</dc:date>
    </item>
  </channel>
</rss>

