<?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: Receiving System Alerts from HPUX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/receiving-system-alerts-from-hpux/m-p/2925783#M110581</link>
    <description>Hello Jeff,&lt;BR /&gt;&lt;BR /&gt;Yes. I tried without &amp;lt; msg only.&lt;BR /&gt;no luck..&lt;BR /&gt;&lt;BR /&gt;hmmmm...&lt;BR /&gt;Sandeep&lt;BR /&gt;</description>
    <pubDate>Thu, 13 Mar 2003 01:15:35 GMT</pubDate>
    <dc:creator>Sandeep_12</dc:creator>
    <dc:date>2003-03-13T01:15:35Z</dc:date>
    <item>
      <title>Receiving System Alerts from HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/receiving-system-alerts-from-hpux/m-p/2925779#M110577</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to include my pager address in our scripts..so that i will get a pager if it fails. I am trying to use mailx command.&lt;BR /&gt;But the problem is, we are using MSExchange as mail servers. and the pager address is an external domain. Our exchange guys configured an email ID for me (say emergencyid), which will forward the messges received from local domain to the pager address domain.&lt;BR /&gt;&lt;BR /&gt;I am using the following command,&lt;BR /&gt;&lt;BR /&gt;mailx -s"Subject" -r sanddep@mail.localdomain.com emergencyid@mail.localdomain.com &amp;lt; msg&lt;BR /&gt;&lt;BR /&gt;I am unable to receive the messages in pager.&lt;BR /&gt;&lt;BR /&gt;But i am receing pager if i sent from Outlook to my emergencyid..so as per exchange guys there are no issues at their end..i do think so..since i am getting pager alerts when sent from outlook.&lt;BR /&gt;&lt;BR /&gt;i am able to receive messages sent from unix servers to my own local EmailID using the same above command with receipnt adress as my local emailID..that part tell me the command is fine..?&lt;BR /&gt;&lt;BR /&gt;I am little confused...can anyone help?&lt;BR /&gt;&lt;BR /&gt;or if i hv to use sendmail..then what's the command i should use. is there anyway to specify return address along with sendmail command?&lt;BR /&gt;&lt;BR /&gt;Appreciate your help!&lt;BR /&gt;Sandeep&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Mar 2003 23:48:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/receiving-system-alerts-from-hpux/m-p/2925779#M110577</guid>
      <dc:creator>Sandeep_12</dc:creator>
      <dc:date>2003-03-12T23:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving System Alerts from HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/receiving-system-alerts-from-hpux/m-p/2925780#M110578</link>
      <description>Hi Sandeep,&lt;BR /&gt;&lt;BR /&gt;What is msg?&lt;BR /&gt;&lt;BR /&gt;If it's a text file then do it this way:&lt;BR /&gt;&lt;BR /&gt;cat msg | mailx -s"Subject" -r sanddep@mail.localdomain.com emergencyid@mail.localdomain.com &amp;lt; msg &lt;BR /&gt;&lt;BR /&gt;IF the sandeep is a destination address as well as the emergencyid address you don't need to use -r. Just start the list of addrs a space after the subject quote.&lt;BR /&gt;&lt;BR /&gt;You also need to verify that /etc/mail/sendmail.cf files contains the name (or IP) of the smart relay host - the DS parameter - would look like &lt;BR /&gt;&lt;BR /&gt;DSmailhost.localdomain.com&lt;BR /&gt;&lt;BR /&gt;This tells the HP server where to send non-local mail.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Mar 2003 00:18:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/receiving-system-alerts-from-hpux/m-p/2925780#M110578</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-13T00:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving System Alerts from HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/receiving-system-alerts-from-hpux/m-p/2925781#M110579</link>
      <description>Hi Jeff,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply. Yes. msg is a test file.&lt;BR /&gt;I tried u'r way..but still does not work.&lt;BR /&gt;&lt;BR /&gt;No it's not the same.Both are different mail id's.&lt;BR /&gt;&lt;BR /&gt;We have DSmailhost set. and I am able to send mails to non-local domain from this unix server.&lt;BR /&gt;&lt;BR /&gt;Any more suggestions?&lt;BR /&gt;Sandeep</description>
      <pubDate>Thu, 13 Mar 2003 00:29:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/receiving-system-alerts-from-hpux/m-p/2925781#M110579</guid>
      <dc:creator>Sandeep_12</dc:creator>
      <dc:date>2003-03-13T00:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving System Alerts from HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/receiving-system-alerts-from-hpux/m-p/2925782#M110580</link>
      <description>I'm sorry, I cut/paste the &amp;lt; msg in that response - leave that off....but you probably already figured that out.&lt;BR /&gt;&lt;BR /&gt;And I did the same with the -r&lt;BR /&gt;&lt;BR /&gt;Drop both those out &amp;amp; try again&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 13 Mar 2003 00:35:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/receiving-system-alerts-from-hpux/m-p/2925782#M110580</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-13T00:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving System Alerts from HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/receiving-system-alerts-from-hpux/m-p/2925783#M110581</link>
      <description>Hello Jeff,&lt;BR /&gt;&lt;BR /&gt;Yes. I tried without &amp;lt; msg only.&lt;BR /&gt;no luck..&lt;BR /&gt;&lt;BR /&gt;hmmmm...&lt;BR /&gt;Sandeep&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Mar 2003 01:15:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/receiving-system-alerts-from-hpux/m-p/2925783#M110581</guid>
      <dc:creator>Sandeep_12</dc:creator>
      <dc:date>2003-03-13T01:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving System Alerts from HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/receiving-system-alerts-from-hpux/m-p/2925784#M110582</link>
      <description>Look in /var/adm/syslog/mail.log for clues to what's going on.&lt;BR /&gt;The Exchange server may be shooting you down.&lt;BR /&gt;&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 13 Mar 2003 01:17:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/receiving-system-alerts-from-hpux/m-p/2925784#M110582</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-13T01:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving System Alerts from HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/receiving-system-alerts-from-hpux/m-p/2925785#M110583</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;My mail.log file says STATUS as SENT&lt;BR /&gt;and Exchange Server accepted the message for Delivery...&lt;BR /&gt;&lt;BR /&gt;this clearly shows mail is routed from Unix server..right? means no problem with Unix server..ok..good.&lt;BR /&gt;&lt;BR /&gt;But at the same time i am able to receive pager if i send from Outlook..means no problem with exchange..oops!!&lt;BR /&gt;&lt;BR /&gt;then where is the problem?..confused..&lt;BR /&gt;&lt;BR /&gt;Sandeep</description>
      <pubDate>Thu, 13 Mar 2003 02:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/receiving-system-alerts-from-hpux/m-p/2925785#M110583</guid>
      <dc:creator>Sandeep_12</dc:creator>
      <dc:date>2003-03-13T02:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving System Alerts from HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/receiving-system-alerts-from-hpux/m-p/2925786#M110584</link>
      <description>Since the mail was delivered to the Exchange box, all is just fine on the HP-UX side. Otherwise, you would bounced mail coming back as undeliverable.  You'll need to get a good Exchange admin to look over the logs and see what happened to your message.</description>
      <pubDate>Thu, 13 Mar 2003 02:11:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/receiving-system-alerts-from-hpux/m-p/2925786#M110584</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-03-13T02:11:27Z</dc:date>
    </item>
  </channel>
</rss>

