<?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 reply againt configuration. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-reply-againt-configuration/m-p/5264626#M608076</link>
    <description>Thanks your very much for reply&lt;BR /&gt;&lt;BR /&gt;But i tested after executing below command &lt;BR /&gt; /sbin/init.d/sendmail stop &lt;BR /&gt;without stat also sendmail working and able to send mails. &lt;BR /&gt;&lt;BR /&gt;Just curiouse to know how it was working.</description>
    <pubDate>Mon, 29 Nov 2010 10:24:42 GMT</pubDate>
    <dc:creator>Rajendra prasad NVR</dc:creator>
    <dc:date>2010-11-29T10:24:42Z</dc:date>
    <item>
      <title>sendmail reply againt configuration.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-reply-againt-configuration/m-p/5264622#M608072</link>
      <description>My hpunix server is configured to act as relay agent. versio is B.11.11&lt;BR /&gt;in /etc/mail/sendmail.cf configured as &lt;BR /&gt;DSimsints03.sls.acs-inc.com&lt;BR /&gt;&lt;BR /&gt;send mail is working fine but when i try to restart sendmail giving below error. &lt;BR /&gt;&lt;BR /&gt;(ggux11:/etc/mail)# /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;I had newly taken this server to support. Wordering how this mail are going wihtout sendmail is started up. &lt;BR /&gt;&lt;BR /&gt;Pleae let me by what service this mail is forwarding to relay server. If i need to restarted the service how i can do that . &lt;BR /&gt;&lt;BR /&gt;Thanks in advance. &lt;BR /&gt;</description>
      <pubDate>Mon, 29 Nov 2010 09:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-reply-againt-configuration/m-p/5264622#M608072</guid>
      <dc:creator>Rajendra prasad NVR</dc:creator>
      <dc:date>2010-11-29T09:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail reply againt configuration.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-reply-againt-configuration/m-p/5264623#M608073</link>
      <description>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 any issues.</description>
      <pubDate>Mon, 29 Nov 2010 09:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-reply-againt-configuration/m-p/5264623#M608073</guid>
      <dc:creator>Shibin_2</dc:creator>
      <dc:date>2010-11-29T09:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail reply againt configuration.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-reply-againt-configuration/m-p/5264624#M608074</link>
      <description>Without doing the above step sendmail relay again is working fine. I am able to send mails. &lt;BR /&gt;&lt;BR /&gt;My doubt is how this is working without sendmail service start.</description>
      <pubDate>Mon, 29 Nov 2010 10:14:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-reply-againt-configuration/m-p/5264624#M608074</guid>
      <dc:creator>Rajendra prasad NVR</dc:creator>
      <dc:date>2010-11-29T10:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail reply againt configuration.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-reply-againt-configuration/m-p/5264625#M608075</link>
      <description>Your sendmail is working because, you have already started the services.&lt;BR /&gt;&lt;BR /&gt;This will enable your service to start automatically, when your system start up.&lt;BR /&gt;&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;If you keep the parameter SENDMAIL_SERVER=0, sendmail service won't start automatically.  You have to start it every time manually, when your server restarts.&lt;BR /&gt;&lt;BR /&gt;Hope you got the point.&lt;BR /&gt;&lt;BR /&gt;Once you edited the file and changed the parameter, stop and start the service.&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/sendmail start</description>
      <pubDate>Mon, 29 Nov 2010 10:17:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-reply-againt-configuration/m-p/5264625#M608075</guid>
      <dc:creator>Shibin_2</dc:creator>
      <dc:date>2010-11-29T10:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail reply againt configuration.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-reply-againt-configuration/m-p/5264626#M608076</link>
      <description>Thanks your very much for reply&lt;BR /&gt;&lt;BR /&gt;But i tested after executing below command &lt;BR /&gt; /sbin/init.d/sendmail stop &lt;BR /&gt;without stat also sendmail working and able to send mails. &lt;BR /&gt;&lt;BR /&gt;Just curiouse to know how it was working.</description>
      <pubDate>Mon, 29 Nov 2010 10:24:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-reply-againt-configuration/m-p/5264626#M608076</guid>
      <dc:creator>Rajendra prasad NVR</dc:creator>
      <dc:date>2010-11-29T10:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail reply againt configuration.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-reply-againt-configuration/m-p/5264627#M608077</link>
      <description>Hi Rajendra,&lt;BR /&gt;&lt;BR /&gt;   I have simililar thing faced in my servers some time back where the servers send the alert mails to my official id but sendmail not configured either as a client or as a server on that server. The investigation concluded in identifying that there is no need of a daemon to be running on these servers to send the mail.&lt;BR /&gt;&lt;BR /&gt;Few threads in itrc helped me to reach the conslusion. link to the threads are below&lt;BR /&gt;&lt;BR /&gt;The sendmail binary can send mail without the daemon up.The binary will act according to the sendmail.cf configuration, so you can configure the server not to let mail off the system.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1020424" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1020424&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=721781" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=721781&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Jayakrishnan G Naik</description>
      <pubDate>Mon, 29 Nov 2010 13:54:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-reply-againt-configuration/m-p/5264627#M608077</guid>
      <dc:creator>Jayakrishnan G Naik</dc:creator>
      <dc:date>2010-11-29T13:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail reply againt configuration.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-reply-againt-configuration/m-p/5264628#M608078</link>
      <description>yes, i got answer though sendmail deamon not up we can send mail but not receive mails.</description>
      <pubDate>Tue, 30 Nov 2010 10:35:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-reply-againt-configuration/m-p/5264628#M608078</guid>
      <dc:creator>Rajendra prasad NVR</dc:creator>
      <dc:date>2010-11-30T10:35:37Z</dc:date>
    </item>
  </channel>
</rss>

