<?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: Regarding &amp;quot;elm&amp;quot; in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-quot-elm-quot/m-p/4510598#M654087</link>
    <description>oh yeah, if the script is running as a cron job, you may also be having issues with the minimal environment that is present.</description>
    <pubDate>Thu, 08 Oct 2009 14:54:50 GMT</pubDate>
    <dc:creator>OldSchool</dc:creator>
    <dc:date>2009-10-08T14:54:50Z</dc:date>
    <item>
      <title>Regarding "elm"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-quot-elm-quot/m-p/4510596#M654085</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I have used "elm" in my script where the unix verison is HP-UX 11.11, &lt;BR /&gt;&lt;BR /&gt;Now we are moved to HP_UX 11.23, when I tried to run my script it says &lt;BR /&gt;&lt;BR /&gt;I am using elm as below in my script&lt;BR /&gt;&lt;BR /&gt;elm -sx "Drop Ship $filename for Verizon Acc# $filename1" "${email_recipients[@]:?}" &amp;lt; $file&lt;BR /&gt;&lt;BR /&gt;Notice:&lt;BR /&gt;This version of ELM requires the use of a .elm directory to store your&lt;BR /&gt;elmrc and alias files. I'd like to create the directory .elm for you&lt;BR /&gt;and set it up, but I can't in "batch mode".&lt;BR /&gt;Please run ELM in "normal mode" first.&lt;BR /&gt;&lt;BR /&gt;can anyone help me on this use&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Oct 2009 14:45:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-quot-elm-quot/m-p/4510596#M654085</guid>
      <dc:creator>kani_1</dc:creator>
      <dc:date>2009-10-08T14:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding "elm"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-quot-elm-quot/m-p/4510597#M654086</link>
      <description>"Notice:&lt;BR /&gt;This version of ELM requires the use of a .elm directory to store your&lt;BR /&gt;elmrc and alias files. I'd like to create the directory .elm for you&lt;BR /&gt;and set it up, but I can't in "batch mode".&lt;BR /&gt;Please run ELM in "normal mode" first."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;do did you try running "elm" at the command line like it told you?  If not, do so (as the user that needs to run the script.</description>
      <pubDate>Thu, 08 Oct 2009 14:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-quot-elm-quot/m-p/4510597#M654086</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-10-08T14:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding "elm"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-quot-elm-quot/m-p/4510598#M654087</link>
      <description>oh yeah, if the script is running as a cron job, you may also be having issues with the minimal environment that is present.</description>
      <pubDate>Thu, 08 Oct 2009 14:54:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-quot-elm-quot/m-p/4510598#M654087</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-10-08T14:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding "elm"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-quot-elm-quot/m-p/4510599#M654088</link>
      <description>Or simply stop using elm:&lt;BR /&gt;&lt;BR /&gt;mail -s "Drop Ship $filename for Verizon Acc# $filename1" "${email_recipients[@]:?}" &amp;lt; $file&lt;BR /&gt;&lt;BR /&gt;I believe that would work just as well.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 08 Oct 2009 15:02:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-quot-elm-quot/m-p/4510599#M654088</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-10-08T15:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding "elm"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-quot-elm-quot/m-p/4510600#M654089</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;As you said I run elm from the commandline, but it was failing to send the email&lt;BR /&gt;it directly pointing to /var/mail/ABC&lt;BR /&gt;&lt;BR /&gt;I see this message.&lt;BR /&gt;reason: 554 Mail from evision@itanium.apc.com rejected for policy reasons&lt;BR /&gt;&lt;BR /&gt;any solution for this</description>
      <pubDate>Thu, 08 Oct 2009 17:08:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-quot-elm-quot/m-p/4510600#M654089</guid>
      <dc:creator>kani_1</dc:creator>
      <dc:date>2009-10-08T17:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding "elm"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-quot-elm-quot/m-p/4510601#M654090</link>
      <description>&lt;!--!*#--&gt;&amp;gt; reason: 554 Mail from evision@itanium.apc.com rejected for policy reasons&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; any solution for this&lt;BR /&gt;&lt;BR /&gt;Talk to the people who control the computer&lt;BR /&gt;at apc.com?  Is that you or someone else?</description>
      <pubDate>Thu, 08 Oct 2009 19:37:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-quot-elm-quot/m-p/4510601#M654090</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-10-08T19:37:02Z</dc:date>
    </item>
  </channel>
</rss>

