<?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: System alerts as email.. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-alerts-as-email/m-p/5052679#M435035</link>
    <description>Thanks..I used the monconfig and added the&lt;BR /&gt;email id . But i thnk my mail service not started .is it required to confiure sendmail service ...?&lt;BR /&gt;&lt;BR /&gt;thanks in advance.</description>
    <pubDate>Wed, 13 Jun 2007 07:44:12 GMT</pubDate>
    <dc:creator>mavrick</dc:creator>
    <dc:date>2007-06-13T07:44:12Z</dc:date>
    <item>
      <title>System alerts as email..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-alerts-as-email/m-p/5052677#M435033</link>
      <description>Hi ,&lt;BR /&gt;I want to configure the STM alerts as email.&lt;BR /&gt;how can i start configuring this.?&lt;BR /&gt;&lt;BR /&gt;tks in advance.</description>
      <pubDate>Wed, 13 Jun 2007 03:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-alerts-as-email/m-p/5052677#M435033</guid>
      <dc:creator>mavrick</dc:creator>
      <dc:date>2007-06-13T03:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: System alerts as email..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-alerts-as-email/m-p/5052678#M435034</link>
      <description>I created mail alias emsmail as &lt;BR /&gt;emsmail: root@localhost,Mycorpbox@ourdomain&lt;BR /&gt;&lt;BR /&gt;and via monconfig I modified alerts that send mail to root to send mail to emsmail - thus I have it in  my box and local copy on host.</description>
      <pubDate>Wed, 13 Jun 2007 06:25:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-alerts-as-email/m-p/5052678#M435034</guid>
      <dc:creator>Maxim Yakimenko</dc:creator>
      <dc:date>2007-06-13T06:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: System alerts as email..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-alerts-as-email/m-p/5052679#M435035</link>
      <description>Thanks..I used the monconfig and added the&lt;BR /&gt;email id . But i thnk my mail service not started .is it required to confiure sendmail service ...?&lt;BR /&gt;&lt;BR /&gt;thanks in advance.</description>
      <pubDate>Wed, 13 Jun 2007 07:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-alerts-as-email/m-p/5052679#M435035</guid>
      <dc:creator>mavrick</dc:creator>
      <dc:date>2007-06-13T07:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: System alerts as email..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-alerts-as-email/m-p/5052680#M435036</link>
      <description>&amp;gt;&amp;gt;is it required to confiure sendmail service ...?&lt;BR /&gt;&lt;BR /&gt;Ummm.....Yes.  In order to send e-mail from your HP-UX machine there are things that need to be configured.  Sendmail does not necessarily need to be running, but options in /etc/mail/sendmail.cf need to be configured.&lt;BR /&gt;&lt;BR /&gt;You may just need to set up your smart-relay host in sendmail.cf (the DS macro line).  The sendmail.cf file is documented very well.  Have a read about DS and see if that helps.</description>
      <pubDate>Wed, 13 Jun 2007 08:15:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-alerts-as-email/m-p/5052680#M435036</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-06-13T08:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: System alerts as email..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-alerts-as-email/m-p/5052681#M435037</link>
      <description>I just added dns-name for mailserver in sendmail.cf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In sendmail.cf find a line that looks like &lt;BR /&gt; &lt;BR /&gt;# "Smart" relay host (may be null)&lt;BR /&gt;DS&lt;BR /&gt;&lt;BR /&gt;Change it to&lt;BR /&gt;DSyour-mail-server.your-domain&lt;BR /&gt;&lt;BR /&gt;Be sure "your-mail-server.your-domain" can be resolved to IP via /etc/hosts or DNS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;you can test sending in this way:&lt;BR /&gt;&lt;BR /&gt;sendmail -v your-address&lt;BR /&gt;&lt;BR /&gt;then type word "test", press Enter, type dot, press Enter.&lt;BR /&gt;&lt;BR /&gt;sendmail will show something like this:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;your-address... Connecting to your-mail-server.your-domain. via relay...&lt;BR /&gt;220 your-mail-server.your-domain ESMTP Postfix&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; EHLO your-host&lt;BR /&gt;250-your-mail-server.your-domain&lt;BR /&gt;250-PIPELINING&lt;BR /&gt;250 8BITMIME&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; MAIL From:&lt;YOUR-HOST&gt; SIZE=5&lt;BR /&gt;250 Ok&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; RCPT To:&lt;YOUR-ADDRESS&gt;&lt;BR /&gt;250 Ok&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; DATA&lt;BR /&gt;354 End data with &lt;CR&gt;&lt;LF&gt;.&lt;CR&gt;&lt;LF&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; .&lt;BR /&gt;250 Ok: queued as XXXXXXXXXX&lt;BR /&gt;your-address... Sent (Ok: queued as XXXXXXXXXX)&lt;BR /&gt;Closing connection to your-mail-server.your-domain&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; QUIT&lt;BR /&gt;221 Bye&lt;BR /&gt;&lt;BR /&gt;Or it will show error, that can help you diagnose your config problems.&lt;/LF&gt;&lt;/CR&gt;&lt;/LF&gt;&lt;/CR&gt;&lt;/YOUR-ADDRESS&gt;&lt;/YOUR-HOST&gt;</description>
      <pubDate>Thu, 14 Jun 2007 00:45:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-alerts-as-email/m-p/5052681#M435037</guid>
      <dc:creator>Maxim Yakimenko</dc:creator>
      <dc:date>2007-06-14T00:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: System alerts as email..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-alerts-as-email/m-p/5052682#M435038</link>
      <description>And, as Patric said - turn off sendmail - it is subject to security breaches</description>
      <pubDate>Thu, 14 Jun 2007 00:48:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-alerts-as-email/m-p/5052682#M435038</guid>
      <dc:creator>Maxim Yakimenko</dc:creator>
      <dc:date>2007-06-14T00:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: System alerts as email..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-alerts-as-email/m-p/5052683#M435039</link>
      <description>Thanks for your suggestions ...i used&lt;BR /&gt;monconfig and sendmail.cf for this..&lt;BR /&gt;&lt;BR /&gt;once again thanks</description>
      <pubDate>Thu, 14 Jun 2007 16:26:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-alerts-as-email/m-p/5052683#M435039</guid>
      <dc:creator>mavrick</dc:creator>
      <dc:date>2007-06-14T16:26:20Z</dc:date>
    </item>
  </channel>
</rss>

