<?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 e-mail with zip file attachment via mailx to Outlook in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683490#M745907</link>
    <description>There's nothing wrong with the command line she's using. Tar sending to stdout piped to stdin of compress with it's stdout redirected to a file. Just the way it's all supposed to behave. If she wanted to, she could even put the whole thing on a singel command line by piping stdout from compress into uuencode like this:&lt;BR /&gt;&lt;BR /&gt;tar cvf - BRKRCM.*.csv | compress | uuencode $ZIPFILE | mailx -m -s "EPM Broker Commission CSV File" &lt;E-MAIL address=""&gt;&lt;BR /&gt;&lt;BR /&gt;As for WinZip handling compressed (Z) and tar archives, I've never had a problem. It's handled those formats for years and numerous versions.&lt;BR /&gt;&lt;BR /&gt;Getting things to show up on the other end can be tricky, however. I think I've sent to Outlook clients before without the -m option on mailx.&lt;/E-MAIL&gt;</description>
    <pubDate>Fri, 02 Dec 2005 14:39:41 GMT</pubDate>
    <dc:creator>Jeff_Traigle</dc:creator>
    <dc:date>2005-12-02T14:39:41Z</dc:date>
    <item>
      <title>Sending e-mail with zip file attachment via mailx to Outlook</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683485#M745902</link>
      <description>I need to send a mail file with several attachments from HP UX to Outlook.  The problem is that we have a 5mb limit on the size of the attachments.  Since one file is 7mb, I am trying to use tar to zip and compress the files and then using mailx to send this file to Outlook.  I get the e-mail but the zipped file is not-readable with winzip.  Below are the commands that I am using.  Is it possible to read with winzip a file that was zipped with tar on Unix?  Has anyone had any luck with this?&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;&lt;BR /&gt;tar cvf - BRKRCM.*.csv | compress &amp;gt; $ZIPFILE&lt;BR /&gt;uuencode $ZIPFILE $ZIPFILE | mailx -m -s "EPM Broker Commission CSV File" &lt;E-MAIL address=""&gt;&lt;BR /&gt;&lt;/E-MAIL&gt;</description>
      <pubDate>Fri, 02 Dec 2005 13:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683485#M745902</guid>
      <dc:creator>Linda Stowell</dc:creator>
      <dc:date>2005-12-02T13:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sending e-mail with zip file attachment via mailx to Outlook</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683486#M745903</link>
      <description>I don't know if this will help - but try using mpack to send the file instead:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.ee.ualberta.ca/hppd/hpux/Users/mpack-1.6/" target="_blank"&gt;http://hpux.ee.ualberta.ca/hppd/hpux/Users/mpack-1.6/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 02 Dec 2005 13:31:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683486#M745903</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-12-02T13:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sending e-mail with zip file attachment via mailx to Outlook</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683487#M745904</link>
      <description>Hey;&lt;BR /&gt;&lt;BR /&gt;You also might try gzip instead of compress.  I've *generally* gotten better compression from gzip than from compress...&lt;BR /&gt;&lt;BR /&gt;HTH;&lt;BR /&gt;&lt;BR /&gt;Doug</description>
      <pubDate>Fri, 02 Dec 2005 13:50:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683487#M745904</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2005-12-02T13:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sending e-mail with zip file attachment via mailx to Outlook</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683488#M745905</link>
      <description>bzip2 has even better compression ratio.</description>
      <pubDate>Fri, 02 Dec 2005 14:08:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683488#M745905</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-12-02T14:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sending e-mail with zip file attachment via mailx to Outlook</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683489#M745906</link>
      <description>Linda,&lt;BR /&gt;&lt;BR /&gt;You're not specifying an output file for the tar command "-" is for stdin not stdout. Might help breaking up the command line:&lt;BR /&gt;&lt;BR /&gt;# tar cvf &lt;YOUR_FILES.TAR&gt; BRKRCM.*.csv &lt;BR /&gt;# compress &lt;YOUR_FILES.TAR&gt;&lt;BR /&gt;# uuencode &lt;YOUR_FILES.TAR.Z&gt; &lt;YOUR_FILES.TAR.Z&gt; | mailx -m -s "EPM Broker Commission CSV File" &lt;EMAIL address=""&gt;&lt;BR /&gt;&lt;BR /&gt;cheers!&lt;/EMAIL&gt;&lt;/YOUR_FILES.TAR.Z&gt;&lt;/YOUR_FILES.TAR.Z&gt;&lt;/YOUR_FILES.TAR&gt;&lt;/YOUR_FILES.TAR&gt;</description>
      <pubDate>Fri, 02 Dec 2005 14:27:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683489#M745906</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-12-02T14:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sending e-mail with zip file attachment via mailx to Outlook</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683490#M745907</link>
      <description>There's nothing wrong with the command line she's using. Tar sending to stdout piped to stdin of compress with it's stdout redirected to a file. Just the way it's all supposed to behave. If she wanted to, she could even put the whole thing on a singel command line by piping stdout from compress into uuencode like this:&lt;BR /&gt;&lt;BR /&gt;tar cvf - BRKRCM.*.csv | compress | uuencode $ZIPFILE | mailx -m -s "EPM Broker Commission CSV File" &lt;E-MAIL address=""&gt;&lt;BR /&gt;&lt;BR /&gt;As for WinZip handling compressed (Z) and tar archives, I've never had a problem. It's handled those formats for years and numerous versions.&lt;BR /&gt;&lt;BR /&gt;Getting things to show up on the other end can be tricky, however. I think I've sent to Outlook clients before without the -m option on mailx.&lt;/E-MAIL&gt;</description>
      <pubDate>Fri, 02 Dec 2005 14:39:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683490#M745907</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2005-12-02T14:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sending e-mail with zip file attachment via mailx to Outlook</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683491#M745908</link>
      <description>For Jeff...I'm unable to make your command work so the suggestion to break it up (easier to debug)?</description>
      <pubDate>Fri, 02 Dec 2005 14:46:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683491#M745908</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-12-02T14:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sending e-mail with zip file attachment via mailx to Outlook</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683492#M745909</link>
      <description>Don't know. Works fine for me.&lt;BR /&gt;&lt;BR /&gt;Linda, I don't have a way to test with Outlook and WinZIP, but, if the attachment is showing up in Outlook all right, you might try 7-Zip as an alternative to WinZIP to see if that handles the file any better. Free software and it seemed to work fine on my little test case I ran.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.7-zip.org" target="_blank"&gt;www.7-zip.org&lt;/A&gt;</description>
      <pubDate>Fri, 02 Dec 2005 15:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683492#M745909</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2005-12-02T15:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sending e-mail with zip file attachment via mailx to Outlook</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683493#M745910</link>
      <description>I figured out my problem.  The file that I used the tar command on didn't have .tar extension which caused confusion with winzip.  As soon as I renamed it to a .tar, winzip worked.  However I couldn't get compress to work but I did get gzip to work for me.  Below is what I ended up with.  I had to rename the gzip file to have a .gzip extension because it wouldn't open in Outlook with the .gz extension (it actually made the contents of the file the body of the e-mail message).  &lt;BR /&gt;&lt;BR /&gt;Thanks for everyone's help.&lt;BR /&gt;&lt;BR /&gt;tar cvf BRKRCM.tar BRKRCM.*.csv &lt;BR /&gt;&lt;BR /&gt;gzip BRKRCM.tar&lt;BR /&gt;&lt;BR /&gt;cp BRKRCM.tar.gz BRKRCM.tar.gzip&lt;BR /&gt;&lt;BR /&gt;uuencode BRKRCM.tar.gzip BRKRCM.tar.gzip | mailx -m -s "EPM Broker Commission CSV File" &lt;E-MAIL address=""&gt;&lt;BR /&gt;&lt;/E-MAIL&gt;</description>
      <pubDate>Fri, 02 Dec 2005 16:19:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683493#M745910</guid>
      <dc:creator>Linda Stowell</dc:creator>
      <dc:date>2005-12-02T16:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sending e-mail with zip file attachment via mailx to Outlook</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683494#M745911</link>
      <description>Linda,&lt;BR /&gt;&lt;BR /&gt;I used the same commands w/o renaming the "gz" file to "gzip" and WinZip had no problems opening them. &lt;BR /&gt;&lt;BR /&gt;# tar cvf BRKRCM.tar BRKRCM.*.csv; gzip BRKRCM.tar&lt;BR /&gt;# uuencode BRKRCM.tar.gz BRKRCM.tar.gz | mailx -m -s "EPM Broker Commission CSV File" &lt;EMAIL address=""&gt;&lt;BR /&gt;&lt;BR /&gt;my 2 cents!&lt;/EMAIL&gt;</description>
      <pubDate>Fri, 02 Dec 2005 17:19:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683494#M745911</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-12-02T17:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sending e-mail with zip file attachment via mailx to Outlook</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683495#M745912</link>
      <description>Linda -&lt;BR /&gt;Just another opinion. We often use gzip since it's compression ratio is better than compress.&lt;BR /&gt;&lt;BR /&gt;As with many windows users, we send files to, we were told the zipped file was corrupt. &lt;BR /&gt;Subsequent to that we found that WINRAR worked fine for unix zipped files.&lt;BR /&gt;&lt;BR /&gt;Your mailx portion looks fine.&lt;BR /&gt;&lt;BR /&gt;Best of luck.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;dl</description>
      <pubDate>Wed, 07 Dec 2005 16:06:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683495#M745912</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2005-12-07T16:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sending e-mail with zip file attachment via mailx to Outlook</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683496#M745913</link>
      <description>The zipped file is not in pkzip (implemented in windows) format, but in gzip format.&lt;BR /&gt;&lt;BR /&gt;There's two close choices:&lt;BR /&gt;&lt;BR /&gt;-Install a better archive handler on Windows (winrar, winace, winzip, to my knowledge all have to be licensed for at least commercial use)&lt;BR /&gt;&lt;BR /&gt;- Compile pkzip on HP-UX (works, but the manhours involved will equal the license cost; still a useful idea.)</description>
      <pubDate>Wed, 07 Dec 2005 20:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683496#M745913</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-12-07T20:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sending e-mail with zip file attachment via mailx to Outlook</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683497#M745914</link>
      <description>Linda,&lt;BR /&gt;&lt;BR /&gt;It is very useful info you have posted. I wanted to the same thing but my client OS is Linux. Any ideas? &lt;BR /&gt;&lt;BR /&gt;I appreciate you help or any forum members help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Keerat</description>
      <pubDate>Fri, 15 Jun 2007 15:35:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683497#M745914</guid>
      <dc:creator>Keerat Singh</dc:creator>
      <dc:date>2007-06-15T15:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sending e-mail with zip file attachment via mailx to Outlook</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683498#M745915</link>
      <description>&amp;gt; I wanted to the same thing but [...]&lt;BR /&gt;&lt;BR /&gt;This would work better in a new thread, but&lt;BR /&gt;that new thread can refer to this old one.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; my client OS is Linux.&lt;BR /&gt;&lt;BR /&gt;So you want to send e-mail with an attachment&lt;BR /&gt;from an HP-UX system to a Linux system?  The&lt;BR /&gt;methods shown here should work, but the best&lt;BR /&gt;answer may depend on the e-mail client&lt;BR /&gt;program at the destination.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;By the way, ...&lt;BR /&gt;&lt;BR /&gt;&amp;gt; - Compile pkzip on HP-UX (works, but the&lt;BR /&gt;&amp;gt; manhours involved will equal the license&lt;BR /&gt;&amp;gt; cost; still a useful idea.)&lt;BR /&gt;&lt;BR /&gt;Info-ZIP's (free) Zip and UnZip programs work&lt;BR /&gt;just fine on HP-UX, if you're looking for a&lt;BR /&gt;more Windows-compatible file compress/archive&lt;BR /&gt;method.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.info-zip.org/" target="_blank"&gt;http://www.info-zip.org/&lt;/A&gt;</description>
      <pubDate>Fri, 15 Jun 2007 16:16:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683498#M745915</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-06-15T16:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sending e-mail with zip file attachment via mailx to Outlook</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683499#M745916</link>
      <description>Thanks for quick reply; I really appreciate it. I am trying to send zipped file from Linux to MS Outlook.&lt;BR /&gt;&lt;BR /&gt;I have tried everything and no luck :-(&lt;BR /&gt;&lt;BR /&gt;???&lt;BR /&gt;&lt;BR /&gt;Keerat</description>
      <pubDate>Fri, 15 Jun 2007 16:35:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683499#M745916</guid>
      <dc:creator>Keerat Singh</dc:creator>
      <dc:date>2007-06-15T16:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sending e-mail with zip file attachment via mailx to Outlook</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683500#M745917</link>
      <description>&amp;gt; I have tried everything and no luck :-(&lt;BR /&gt;&lt;BR /&gt;Obviously not true.  For example, you&lt;BR /&gt;haven't tried asking about Linux in a Linux&lt;BR /&gt;forum.&lt;BR /&gt;&lt;BR /&gt;And when you start a new thread in the right&lt;BR /&gt;place, you might say _which_ Linux (and which&lt;BR /&gt;version).  Then you might give an example of&lt;BR /&gt;what you have tried, with an explanation of&lt;BR /&gt;what went wrong when you tried it.  It's&lt;BR /&gt;often difficult to diagnose "no luck" without&lt;BR /&gt;more information than "no luck".</description>
      <pubDate>Fri, 15 Jun 2007 16:44:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sending-e-mail-with-zip-file-attachment-via-mailx-to-outlook/m-p/3683500#M745917</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-06-15T16:44:23Z</dc:date>
    </item>
  </channel>
</rss>

