<?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 and intraprocess communication in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-intraprocess-communication/m-p/2745943#M834313</link>
    <description>Steven,&lt;BR /&gt;&lt;BR /&gt;I have never heard of that -&amp;gt; "...system will break some intraprocess communications..." &lt;BR /&gt;&lt;BR /&gt;I have 10.20 servers without sendmail running and they aren't "broken".&lt;BR /&gt;&lt;BR /&gt;Check with the person that made that statement, maybe they can clarify it.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Mon, 17 Jun 2002 14:25:44 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2002-06-17T14:25:44Z</dc:date>
    <item>
      <title>Sendmail and intraprocess communication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-intraprocess-communication/m-p/2745942#M834312</link>
      <description>I am currently reconfiguring sendmail to operate in queue mode only.  I'm doing this by renaming the /sbin/rc*.d scripts so that they don't execute.  I'm following that with a call to sendmail -q via cron.  However, I'm told that disabling daemon mode on an HPUX 10.20 system will break some intraprocess communications within the OS itself.  Anyone know anything about this?</description>
      <pubDate>Mon, 17 Jun 2002 11:00:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-intraprocess-communication/m-p/2745942#M834312</guid>
      <dc:creator>Steven Sipes_1</dc:creator>
      <dc:date>2002-06-17T11:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail and intraprocess communication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-intraprocess-communication/m-p/2745943#M834313</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;I have never heard of that -&amp;gt; "...system will break some intraprocess communications..." &lt;BR /&gt;&lt;BR /&gt;I have 10.20 servers without sendmail running and they aren't "broken".&lt;BR /&gt;&lt;BR /&gt;Check with the person that made that statement, maybe they can clarify it.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 17 Jun 2002 14:25:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-intraprocess-communication/m-p/2745943#M834313</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-06-17T14:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail and intraprocess communication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-intraprocess-communication/m-p/2745944#M834314</link>
      <description>I have sendmail running as a client in daemon mode on the loopback interface. This means that it doesn't receive messages from the network (only from loopback if required) and forwards everything to another server.&lt;BR /&gt;&lt;BR /&gt;To restrict port 25 to loopback interface, set these in /etc/mail/sendmail.cf:&lt;BR /&gt;O DaemonPortOptions=Port=smtp,Addr=localhost&lt;BR /&gt;O PrivacyOptions=goaway,restrictqrun&lt;BR /&gt;&lt;BR /&gt;To configure sendmail as a client to forward all messages to another server, you may either set the SENDMAIL_SERVER_NAME in /etc/rc.config.d/mailservs to the desired hostname, or in /etc/mail/sendmail.cf set DS, DH, and DM to $m (where DNS will resolve the MX records for the local domain). I recommend the latter as the former does not set DS, only DH and DM.&lt;BR /&gt;&lt;BR /&gt;Review this for more details:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x94c40bce6f33d6118fff0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x94c40bce6f33d6118fff0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jun 2002 16:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-intraprocess-communication/m-p/2745944#M834314</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-06-17T16:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail and intraprocess communication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-intraprocess-communication/m-p/2745945#M834315</link>
      <description>Thanks for all the responses.  I was fairly sure that setting sendmail to daemon mode wouldn't break anything.  I also really like the thought of making the necessary changes in sendmail.cf instead of mucking with the rc*.d scripts.  That way patches/updates shouldn't break it.  Right?</description>
      <pubDate>Wed, 19 Jun 2002 23:42:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-intraprocess-communication/m-p/2745945#M834315</guid>
      <dc:creator>Steven Sipes_1</dc:creator>
      <dc:date>2002-06-19T23:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail and intraprocess communication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-intraprocess-communication/m-p/2745946#M834316</link>
      <description>You are correct that changing scripts in /sbin/init.d (/sbin/rc*.d contains only symlinks). To turn off (or on) subsystems and applications, you edit the configuration scripts located in /etc/rc.config.d. So to disable sendmail:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;Then:&lt;BR /&gt;&lt;BR /&gt;vi /etc/rc.config.d/mailservs and change:&lt;BR /&gt;&lt;BR /&gt;export SENDMAIL_SERVER=1&lt;BR /&gt;to&lt;BR /&gt;export SENDMAIL_SERVER=0&lt;BR /&gt;&lt;BR /&gt;Now, sendmail will no longer start on reboot and you don't have to change anything in /sbin.</description>
      <pubDate>Thu, 20 Jun 2002 00:07:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-intraprocess-communication/m-p/2745946#M834316</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-06-20T00:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail and intraprocess communication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-intraprocess-communication/m-p/2745947#M834317</link>
      <description>So, just to clarify...&lt;BR /&gt;On both HPUX10.20 and HPUX11.00, I can modify /etc/rc.config.d/mailservs so that SENDMAIL_SERVER=0.  Then, if I put in a cronjob (perhaps in root's crontab) that calls sendmail with the -q option, the system will no longer be running sendmail in daemon mode but will still process both local mail as well as outbound mail.&lt;BR /&gt;&lt;BR /&gt;Using this method will keep me from having to modify anything in /sbin/rc*.d and /sbin/init.d which is good because they may be changed during a patch.  &lt;BR /&gt;&lt;BR /&gt;Do need to change anything in sendmail.cf?&lt;BR /&gt;&lt;BR /&gt;Thanks everyone for your help.</description>
      <pubDate>Thu, 20 Jun 2002 13:57:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-intraprocess-communication/m-p/2745947#M834317</guid>
      <dc:creator>Steven Sipes_1</dc:creator>
      <dc:date>2002-06-20T13:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail and intraprocess communication</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-intraprocess-communication/m-p/2745948#M834318</link>
      <description>Wow!  I just saw that the last reply was from Bill.  Bill won't remember me, but I remember him from both the Atlanta response center as well as a talk in California circa 1998.  Same Bill?</description>
      <pubDate>Thu, 20 Jun 2002 14:01:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-intraprocess-communication/m-p/2745948#M834318</guid>
      <dc:creator>Steven Sipes_1</dc:creator>
      <dc:date>2002-06-20T14:01:36Z</dc:date>
    </item>
  </channel>
</rss>

