<?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: How can i get unix to send an email in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111095#M606136</link>
    <description>Yes, ahsan is more deep and efficient way to your problem. What i have suggested is simple command line way for short type of mails. :D</description>
    <pubDate>Tue, 04 Dec 2007 10:40:52 GMT</pubDate>
    <dc:creator>Shrikant Lavhate</dc:creator>
    <dc:date>2007-12-04T10:40:52Z</dc:date>
    <item>
      <title>How can i get unix to send an email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111092#M606133</link>
      <description>Hi&lt;BR /&gt;how do i send the message to my E-mail from HP unix server (rp8420 11.11i).&lt;BR /&gt;this e-mail include logs file and another information about DB in server.&lt;BR /&gt;how do i this?</description>
      <pubDate>Tue, 04 Dec 2007 10:36:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111092#M606133</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2007-12-04T10:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can i get unix to send an email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111093#M606134</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;use mail command. and attahced the files using redirector. Before attching make a tar file all logfiles you want to attched.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Dec 2007 10:38:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111093#M606134</guid>
      <dc:creator>Shrikant Lavhate</dc:creator>
      <dc:date>2007-12-04T10:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can i get unix to send an email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111094#M606135</link>
      <description>Hi Nejad&lt;BR /&gt;&lt;BR /&gt;develop a shell script about system information to mail you.&lt;BR /&gt;But first thing you must sendmail configuration in HP-UX server.&lt;BR /&gt;&lt;BR /&gt;About DB information you can make a procedure in your database which will also mail you.&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Dec 2007 10:38:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111094#M606135</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2007-12-04T10:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can i get unix to send an email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111095#M606136</link>
      <description>Yes, ahsan is more deep and efficient way to your problem. What i have suggested is simple command line way for short type of mails. :D</description>
      <pubDate>Tue, 04 Dec 2007 10:40:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111095#M606136</guid>
      <dc:creator>Shrikant Lavhate</dc:creator>
      <dc:date>2007-12-04T10:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: How can i get unix to send an email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111096#M606137</link>
      <description>Hi&lt;BR /&gt;i need by step how to unix server send to me &lt;BR /&gt;message to my e-mail (exchange server).&lt;BR /&gt;plz help me&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 04 Dec 2007 10:48:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111096#M606137</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2007-12-04T10:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can i get unix to send an email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111097#M606138</link>
      <description>Simple format&lt;BR /&gt;&lt;BR /&gt;#mail -s "Subject:...." abe@xyz.com &lt;BR /&gt;you can use -t option to send mail to Unix account only.&lt;BR /&gt;&lt;BR /&gt;Embed this format into your script to automate the process.&lt;BR /&gt;&lt;BR /&gt;Ahsan may put some light on script you can use. Check man page for mail for more details.</description>
      <pubDate>Tue, 04 Dec 2007 10:55:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111097#M606138</guid>
      <dc:creator>Shrikant Lavhate</dc:creator>
      <dc:date>2007-12-04T10:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can i get unix to send an email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111098#M606139</link>
      <description>Nejad&lt;BR /&gt;&lt;BR /&gt;Did you configure your sendmail to send mail to exchange server?&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Dec 2007 10:59:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111098#M606139</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2007-12-04T10:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can i get unix to send an email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111099#M606140</link>
      <description>FYI,&lt;BR /&gt;&lt;BR /&gt;Internet express for HPUX is shipped with many utilities like fetchmail, Hypermail etc. which are related to file transfer and mailing in hpux. &lt;BR /&gt;&lt;BR /&gt;You can have a look at this toolkit on &lt;A href="http://www.software.hp.com" target="_blank"&gt;www.software.hp.com&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;You may find this useful.</description>
      <pubDate>Tue, 04 Dec 2007 11:01:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111099#M606140</guid>
      <dc:creator>Shrikant Lavhate</dc:creator>
      <dc:date>2007-12-04T11:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can i get unix to send an email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111100#M606141</link>
      <description>hi&lt;BR /&gt;no i am not configured, and how i do it?&lt;BR /&gt;thanks &lt;BR /&gt;</description>
      <pubDate>Tue, 04 Dec 2007 11:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111100#M606141</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2007-12-04T11:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can i get unix to send an email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111101#M606142</link>
      <description>Here you go:&lt;BR /&gt;&lt;BR /&gt;Installing and Administering sendmail&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90685/ch04.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90685/ch04.html&lt;/A&gt;</description>
      <pubDate>Tue, 04 Dec 2007 11:10:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111101#M606142</guid>
      <dc:creator>Shrikant Lavhate</dc:creator>
      <dc:date>2007-12-04T11:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can i get unix to send an email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111102#M606143</link>
      <description>Follow the below steps&lt;BR /&gt;&lt;BR /&gt;1.configure macro DS to DSexchange_relau_name&lt;BR /&gt;- configure macro Dj$w. to Dj$w.&lt;DOMAIN_NAME&gt;&lt;BR /&gt;- put to /etc/hosts &lt;SERVER_IP&gt; &lt;HOSTNAME&gt; &lt;HOSTNAME.DOMAIN_NAME&gt; (don't forget the dot at the end)&lt;BR /&gt;&lt;BR /&gt;2. - start end stop sendmail to take modifications in sendmail.cf active.&lt;BR /&gt;- configure exchage to accept relay this host.&lt;BR /&gt;&lt;BR /&gt;3. Save and quit sendmail.cf&lt;BR /&gt;4. start the sendmail service&lt;BR /&gt;&lt;/HOSTNAME.DOMAIN_NAME&gt;&lt;/HOSTNAME&gt;&lt;/SERVER_IP&gt;&lt;/DOMAIN_NAME&gt;</description>
      <pubDate>Tue, 04 Dec 2007 11:10:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111102#M606143</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2007-12-04T11:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can i get unix to send an email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111103#M606144</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;First of all, you should configure sendmail on your HP-UX server.&lt;BR /&gt;&lt;BR /&gt;/etc/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;Modify line:&lt;BR /&gt;DS&lt;YOUR email="" servername=""&gt;&lt;BR /&gt;&lt;BR /&gt;Restart the sendmail process:&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Test mail:&lt;BR /&gt;e.g.&lt;BR /&gt;sendmail &lt;YOUREMAIL address=""&gt; &amp;lt; /etc/hosts  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please try the above and let us know.&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;BR /&gt;yogeeraj&lt;/YOUREMAIL&gt;&lt;/YOUR&gt;</description>
      <pubDate>Tue, 04 Dec 2007 11:12:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111103#M606144</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-12-04T11:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: How can i get unix to send an email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111104#M606145</link>
      <description>Hi&lt;BR /&gt;i have some question&lt;BR /&gt;1-the /etc/sendmail.cf file is not found.&lt;BR /&gt;&lt;BR /&gt;2- what you mean with &lt;CONFIGURE macro="" ds="" to="" dsexchange_relau_name=""&gt; and&lt;BR /&gt;&lt;CONFIGURE macro="" dj=""&gt; &amp;gt;&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;/CONFIGURE&gt;&lt;/CONFIGURE&gt;</description>
      <pubDate>Tue, 04 Dec 2007 11:42:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111104#M606145</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2007-12-04T11:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can i get unix to send an email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111105#M606146</link>
      <description>can u check if sendmail is installed on the server???&lt;BR /&gt;&lt;BR /&gt;swlist -l product | grep -i sendmail</description>
      <pubDate>Tue, 04 Dec 2007 11:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111105#M606146</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2007-12-04T11:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can i get unix to send an email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111106#M606147</link>
      <description>Hi&lt;BR /&gt;# swlist -l product | grep -i sendmail&lt;BR /&gt;  PHNE_29774            1.0            sendmail(1m) 8.9.3 patch &lt;BR /&gt;  PHNE_29774            1.0            sendmail(1m) 8.9.3 patch &lt;BR /&gt;# /usr/bin/ksh: syntax error: `(' unexpected&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Dec 2007 11:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111106#M606147</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2007-12-04T11:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can i get unix to send an email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111107#M606148</link>
      <description>&amp;gt;&amp;gt; 1-the /etc/sendmail.cf file is not found.&lt;BR /&gt;man sendmail&lt;BR /&gt;&lt;BR /&gt;At the end, the following configuration files will be listed:&lt;BR /&gt; /etc/mail/aliases&lt;BR /&gt; /etc/mail/aliases.db&lt;BR /&gt; /etc/mail/sendmail.cf&lt;BR /&gt; /usr/share/lib/sendmail.hf&lt;BR /&gt; /etc/mail/sendmail.st&lt;BR /&gt; /var/spool/mqueue/*&lt;BR /&gt; /etc/mail/sendmail.pid&lt;BR /&gt; /etc/mail/sendmail.cw&lt;BR /&gt; /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt;If you do not get this, most probably sendmail is missing.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; 2- what you mean with &lt;CONFIGURE macro="" ds="" to="" dsexchange_relau_name=""&gt; and&lt;BR /&gt;&lt;CONFIGURE macro="" dj=""&gt; &amp;gt;&lt;BR /&gt;&lt;BR /&gt;DS&lt;BR /&gt;&lt;BR /&gt;The value that comes after these letters is the name of the mail server which does the relay.&lt;BR /&gt;&lt;BR /&gt;Dj$w. &lt;BR /&gt;&lt;BR /&gt;This specifies your domain name.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;/CONFIGURE&gt;&lt;/CONFIGURE&gt;</description>
      <pubDate>Tue, 04 Dec 2007 11:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111107#M606148</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-12-04T11:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can i get unix to send an email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111108#M606149</link>
      <description>why it's showing 2 entries... I guess there is some corruption in the patch.. could you please post the o/p of the following:&lt;BR /&gt;&lt;BR /&gt;swlist -l patch -a state |grep -i corrupt</description>
      <pubDate>Tue, 04 Dec 2007 12:04:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111108#M606149</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2007-12-04T12:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can i get unix to send an email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111109#M606150</link>
      <description>Hi Nejad&lt;BR /&gt;&lt;BR /&gt;Install densmail depot. it will create a folder in /etc where you can find the sendmail.cf file along with many files&lt;BR /&gt;&lt;BR /&gt;BTW why did u install same patch?&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Dec 2007 13:24:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111109#M606150</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2007-12-04T13:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can i get unix to send an email</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111110#M606151</link>
      <description>Hi&lt;BR /&gt;now i am found the /etc/mail/sendmail.cf file&lt;BR /&gt;but now What is the Modification i can do it in this file and where, to become my ux server send email to my email.&lt;BR /&gt;you can find attached file "sendmail file".&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Dec 2007 06:07:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/4111110#M606151</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2007-12-05T06:07:42Z</dc:date>
    </item>
    <item>
      <title>Hi Team,   I need a help.   Objective to achieve: Mail he...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/5329815#M606152</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need a help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Objective to achieve:&amp;nbsp;Mail header should change depending upon&amp;nbsp;the&amp;nbsp;certain word or parameter in the mail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In the current environment, HPSM and SCauto is installed in HPUX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am sending emails to my clients through sendmail utility of UNIX. Emails are being sent as a single header as of now. Example&amp;nbsp; &amp;nbsp;From: ABC_XYZ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here in this case the administrator email id is &lt;A target="_blank" href="mailto:‘smadm@testmail.co’"&gt;‘smadm@testmail.co’&lt;/A&gt; and the alias name of the same is provided as ABC_XYZ. So, when the email is sent, it looks as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From:&amp;nbsp;ABC_XYZ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I want these emails to be sent as double header.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For example:&amp;nbsp;It should check&amp;nbsp;some specific condition or parameter(from the mail), and the mail is supposed to be sent to a different team. For Example ABC_LMN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To be more clear, it should fire email as From:ABC_XYZ(if there is an issue with certain list of CI’s in SM)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And it should fire email as From From: VDF_ENOC ( if there is an issue with other list of CI’s in SM)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2011 06:39:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-can-i-get-unix-to-send-an-email/m-p/5329815#M606152</guid>
      <dc:creator>Service Manager_2</dc:creator>
      <dc:date>2011-09-13T06:39:01Z</dc:date>
    </item>
  </channel>
</rss>

