<?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: sendmail corrupting PGP encrypted mail attachment in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547870#M917397</link>
    <description>I'm not too sure why my previously reply wasn't logged but here it is again...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am 99.99% certain (always leave .01 as a get out clause) that sendmail is not corrupting the message.&lt;BR /&gt;&lt;BR /&gt;The message is being sent as a base 64 MIME encoded message where the only item is application/octet-stream (which is MIME for binary file).&lt;BR /&gt;&lt;BR /&gt;The file has a .pgp extension so the reading client needs to know what to do with those files.</description>
    <pubDate>Fri, 13 Jul 2001 08:22:39 GMT</pubDate>
    <dc:creator>Dave Kelly_1</dc:creator>
    <dc:date>2001-07-13T08:22:39Z</dc:date>
    <item>
      <title>sendmail corrupting PGP encrypted mail attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547859#M917386</link>
      <description>Folks,&lt;BR /&gt;&lt;BR /&gt;Background:&lt;BR /&gt;&lt;BR /&gt;I have a vendor who sends us a PGP encrypted&lt;BR /&gt;mail attachment.  It goes to our Exchange&lt;BR /&gt;Server which then forwards the message to&lt;BR /&gt;the Unix mail account. (This is done for&lt;BR /&gt;firewall/security reasons.) &lt;BR /&gt;&lt;BR /&gt;Problem:&lt;BR /&gt;&lt;BR /&gt;After the file arrives in the /var/mail/&lt;USER&gt;&lt;BR /&gt;file, the attachment no longer has the PGP&lt;BR /&gt;header info necessary to identify it as a PGP file, and thus we canot do a decryption, so&lt;BR /&gt;the file is useless.  When I open the file&lt;BR /&gt;on the NT BEFORE forwarding, the PGP header &lt;BR /&gt;is there.  If I ftp the file from NT to Unix&lt;BR /&gt;and open the file, the PGP info is there. When&lt;BR /&gt;I forward from NT to another non-Unix mail &lt;BR /&gt;server, the PGP info is there, so it is&lt;BR /&gt;definitely related to the way sendmail is&lt;BR /&gt;handling the attachment.  &lt;BR /&gt;&lt;BR /&gt;I do not know enough about sendmail or&lt;BR /&gt;modifying sendmail.cf to feel safe with&lt;BR /&gt;the trial and error approach.&lt;BR /&gt;&lt;BR /&gt;Does anyone have any idea wht this is &lt;BR /&gt;happening or has anyone had similar&lt;BR /&gt;problems??&lt;BR /&gt;&lt;BR /&gt;Any help/direction is resolving would be&lt;BR /&gt;greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Ted Blahunka&lt;/USER&gt;</description>
      <pubDate>Mon, 02 Jul 2001 19:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547859#M917386</guid>
      <dc:creator>Ted Blahunka</dc:creator>
      <dc:date>2001-07-02T19:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail corrupting PGP encrypted mail attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547860#M917387</link>
      <description>In /etc/mail/sendmail.cf, uncomment the line beginning&lt;BR /&gt;&lt;BR /&gt;#O DeliveryMode&lt;BR /&gt;&lt;BR /&gt;and change it so that it reads:&lt;BR /&gt;&lt;BR /&gt;O DeliveryMode=queue&lt;BR /&gt;&lt;BR /&gt;Stop/start sendmail using&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;then send your message again.&lt;BR /&gt;&lt;BR /&gt;In /usr/spool/mqueue you will have 1 file beginning with qf and 1 file beginning with df.&lt;BR /&gt;&lt;BR /&gt;The qf file is the delivery envelope and it may also contain some MIME header information relating to the message.&lt;BR /&gt;&lt;BR /&gt;The df file contains the actual message.&lt;BR /&gt;&lt;BR /&gt;Check to see if the PGP information is present in those files.&lt;BR /&gt;&lt;BR /&gt;The standard operation of sendmail is that it does not modify the contents of the df file, it will modify the qf file as the message is in transit.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jul 2001 19:45:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547860#M917387</guid>
      <dc:creator>Dave Kelly_1</dc:creator>
      <dc:date>2001-07-03T19:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail corrupting PGP encrypted mail attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547861#M917388</link>
      <description>Dave&lt;BR /&gt;&lt;BR /&gt;I'll try that and see if it makes a differnce.&lt;BR /&gt;&lt;BR /&gt;One question though:  If I change the &lt;BR /&gt;sendmail.cf file, that stops deleivery for &lt;BR /&gt;everyone, correct  ?? Assuming that, how does ( or maybe it doesn't??) the mail then get &lt;BR /&gt;delivered to the user's mail boxes??&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;tb</description>
      <pubDate>Thu, 05 Jul 2001 14:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547861#M917388</guid>
      <dc:creator>Ted Blahunka</dc:creator>
      <dc:date>2001-07-05T14:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail corrupting PGP encrypted mail attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547862#M917389</link>
      <description>Putting sendmail into queue mode will hold the messages up for one interval (as defined by the option -qnnm, i.e. -q30m=30 minutes).&lt;BR /&gt;&lt;BR /&gt;You can force delivery my running the command sendmail -q.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jul 2001 14:22:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547862#M917389</guid>
      <dc:creator>Dave Kelly_1</dc:creator>
      <dc:date>2001-07-05T14:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail corrupting PGP encrypted mail attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547863#M917390</link>
      <description>What does your PGP header look like ?&lt;BR /&gt;Sendmail should not modify the body part of an email (except for lines beginning with From and maybe 8 bit characters depending on your conf).&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jul 2001 15:02:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547863#M917390</guid>
      <dc:creator>Laurent Paumier</dc:creator>
      <dc:date>2001-07-05T15:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail corrupting PGP encrypted mail attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547864#M917391</link>
      <description>I tried Dave's suggestion to change the &lt;BR /&gt;DeliveryMode to 'queue'.  When I look at the&lt;BR /&gt;dfXXXXX file in etc/spool/mqueue, the PGP&lt;BR /&gt;info is already stripped out, so that does&lt;BR /&gt;not make a difference unfortunately.&lt;BR /&gt;&lt;BR /&gt;The descriptor/info for the PGP is not really in the header per se, but rather an entry at the start of the file to self-designate it as a PGP file.&lt;BR /&gt;&lt;BR /&gt;This is what the first few columns of the&lt;BR /&gt;first row looks like before we send it to the Unix mail box ( contains some control&lt;BR /&gt;characters so it will look funky):&lt;BR /&gt;&lt;BR /&gt;? PGP?    x?? ?0~?`??yT?$??e?....."&lt;BR /&gt;&lt;BR /&gt;It's the ' PGP?' portion that is getting stripped out, so when we try to decrypt, the&lt;BR /&gt;util doesn't recognize it as PGP and we are left w/ gibberish.&lt;BR /&gt;&lt;BR /&gt;Thanks all..</description>
      <pubDate>Thu, 05 Jul 2001 15:38:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547864#M917391</guid>
      <dc:creator>Ted Blahunka</dc:creator>
      <dc:date>2001-07-05T15:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail corrupting PGP encrypted mail attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547865#M917392</link>
      <description>I haven't seen the contents of a PGP message before but I need to ask why you can see 8-bit (or control) characters ?&lt;BR /&gt;&lt;BR /&gt;Typically messages are MIME-encoded (base64 or quoted-printable).&lt;BR /&gt;&lt;BR /&gt;Have I missed something ?</description>
      <pubDate>Fri, 06 Jul 2001 05:53:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547865#M917392</guid>
      <dc:creator>Dave Kelly_1</dc:creator>
      <dc:date>2001-07-06T05:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail corrupting PGP encrypted mail attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547866#M917393</link>
      <description>Dave&lt;BR /&gt;&lt;BR /&gt;Your guess is as good as mine.  We've sent it &lt;BR /&gt;from the Exchange server using the default&lt;BR /&gt;mode, which is mime encoded and with uuencode&lt;BR /&gt;mode, the output looks the same regardless.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;Ted&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jul 2001 12:46:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547866#M917393</guid>
      <dc:creator>Ted Blahunka</dc:creator>
      <dc:date>2001-07-09T12:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail corrupting PGP encrypted mail attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547867#M917394</link>
      <description>Can you attach an example qf and df file to this thread ?</description>
      <pubDate>Thu, 12 Jul 2001 13:09:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547867#M917394</guid>
      <dc:creator>Dave Kelly_1</dc:creator>
      <dc:date>2001-07-12T13:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail corrupting PGP encrypted mail attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547868#M917395</link>
      <description>Dave&lt;BR /&gt;&lt;BR /&gt;Here is the  df files for a mail&lt;BR /&gt;message w/ the pgp attachment.  The qf will&lt;BR /&gt;follow.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Ted&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jul 2001 17:07:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547868#M917395</guid>
      <dc:creator>Ted Blahunka</dc:creator>
      <dc:date>2001-07-12T17:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail corrupting PGP encrypted mail attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547869#M917396</link>
      <description>Dave&lt;BR /&gt;&lt;BR /&gt;The associated qf file...</description>
      <pubDate>Thu, 12 Jul 2001 17:10:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547869#M917396</guid>
      <dc:creator>Ted Blahunka</dc:creator>
      <dc:date>2001-07-12T17:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail corrupting PGP encrypted mail attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547870#M917397</link>
      <description>I'm not too sure why my previously reply wasn't logged but here it is again...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am 99.99% certain (always leave .01 as a get out clause) that sendmail is not corrupting the message.&lt;BR /&gt;&lt;BR /&gt;The message is being sent as a base 64 MIME encoded message where the only item is application/octet-stream (which is MIME for binary file).&lt;BR /&gt;&lt;BR /&gt;The file has a .pgp extension so the reading client needs to know what to do with those files.</description>
      <pubDate>Fri, 13 Jul 2001 08:22:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547870#M917397</guid>
      <dc:creator>Dave Kelly_1</dc:creator>
      <dc:date>2001-07-13T08:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail corrupting PGP encrypted mail attachment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547871#M917398</link>
      <description>Dave&lt;BR /&gt;&lt;BR /&gt;When we ftp the same file from NT to Unix, the&lt;BR /&gt;reading agent recognizes the pgp file type and&lt;BR /&gt;decrypts it correctly.  We would just use&lt;BR /&gt;that method but have not been able to find a way to automatically extract the attachment and ftp it from NT.  We are doing all that manually for now.  I was trying to use sendmail to get it to a file system on Unix that we could then run a procedure on to grab the attachment, decrypt it and go on.&lt;BR /&gt;&lt;BR /&gt;At this point I will tell my users we cannot automate the procedure.&lt;BR /&gt;&lt;BR /&gt;Thanks for your time looking into it.&lt;BR /&gt;&lt;BR /&gt;Ted</description>
      <pubDate>Fri, 13 Jul 2001 12:43:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-corrupting-pgp-encrypted-mail-attachment/m-p/2547871#M917398</guid>
      <dc:creator>Ted Blahunka</dc:creator>
      <dc:date>2001-07-13T12:43:04Z</dc:date>
    </item>
  </channel>
</rss>

