<?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: sending emails from script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-emails-from-script/m-p/3560536#M226385</link>
    <description>It would seem there is no mail transport installed.&lt;BR /&gt;&lt;BR /&gt;swlist -l product | grep -l sendmail&lt;BR /&gt;&lt;BR /&gt;Here is sendmail if you need it:&lt;BR /&gt;&lt;A href="http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=SMAIL813" target="_blank"&gt;http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=SMAIL813&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;download to say /tmp&lt;BR /&gt;&lt;BR /&gt;cd /tmp&lt;BR /&gt;swinstall -s $PWD/&lt;NAME of="" file.depot=""&gt; \*&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/NAME&gt;</description>
    <pubDate>Wed, 08 Jun 2005 12:52:59 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-06-08T12:52:59Z</dc:date>
    <item>
      <title>sending emails from script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-emails-from-script/m-p/3560535#M226384</link>
      <description>Dear All, &lt;BR /&gt;&lt;BR /&gt;i have a script that tries to send an email using the following command, but it seems the sending is not working and generating this error mesg&lt;BR /&gt;&lt;BR /&gt;# echo "hi" | mailx -s "test" a_seddik@yahoo.com&lt;BR /&gt;# No local mailer defined: Socket operation on non-socket&lt;BR /&gt;QueueDirectory (Q) option must be set&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;i am on HPUX machine 11.11 and i am a client to another mail server, i am running as a client &lt;BR /&gt;can someone tell me what is going on ? &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 08 Jun 2005 12:37:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-emails-from-script/m-p/3560535#M226384</guid>
      <dc:creator>Ahmed_41</dc:creator>
      <dc:date>2005-06-08T12:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: sending emails from script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-emails-from-script/m-p/3560536#M226385</link>
      <description>It would seem there is no mail transport installed.&lt;BR /&gt;&lt;BR /&gt;swlist -l product | grep -l sendmail&lt;BR /&gt;&lt;BR /&gt;Here is sendmail if you need it:&lt;BR /&gt;&lt;A href="http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=SMAIL813" target="_blank"&gt;http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=SMAIL813&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;download to say /tmp&lt;BR /&gt;&lt;BR /&gt;cd /tmp&lt;BR /&gt;swinstall -s $PWD/&lt;NAME of="" file.depot=""&gt; \*&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/NAME&gt;</description>
      <pubDate>Wed, 08 Jun 2005 12:52:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-emails-from-script/m-p/3560536#M226385</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-08T12:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: sending emails from script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-emails-from-script/m-p/3560537#M226386</link>
      <description>You have a broken sendmail.cf file&lt;BR /&gt;&lt;A href="http://www.aplawrence.com/Unixart/sendmail.html" target="_blank"&gt;http://www.aplawrence.com/Unixart/sendmail.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Wed, 08 Jun 2005 12:57:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-emails-from-script/m-p/3560537#M226386</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-06-08T12:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: sending emails from script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-emails-from-script/m-p/3560538#M226387</link>
      <description>When you get mail working you can send attachments:&lt;BR /&gt;&lt;BR /&gt;for i in `echo filename1 filename2 filename3 ...` do uuencode $i $i.txt&lt;BR /&gt;done|mailx -m -s "SUBJECTHERE" username@whereever.com&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Wed, 08 Jun 2005 13:01:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-emails-from-script/m-p/3560538#M226387</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-06-08T13:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: sending emails from script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-emails-from-script/m-p/3560539#M226388</link>
      <description>Ur sendmail config file sendmail.cf is incomplete , there is no mail delivery agent is defined for local mails, u may need to reinstall sendmail or get one sendmail.cf file from other server if there is one and make some necessary modifications.</description>
      <pubDate>Thu, 09 Jun 2005 08:50:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-emails-from-script/m-p/3560539#M226388</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-06-09T08:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: sending emails from script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-emails-from-script/m-p/3560540#M226389</link>
      <description>check the o/p of 'sendmail -bv root'</description>
      <pubDate>Fri, 10 Jun 2005 07:06:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-emails-from-script/m-p/3560540#M226389</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-06-10T07:06:52Z</dc:date>
    </item>
  </channel>
</rss>

