Here is how I am doing it.  Any suggestions?

  uuencode /users/ali/$f_name  $f_name \
  | /usr/local/ssl/bin/openssl smime -encrypt \
   -binary /users/email/Trob.pem \
  | /usr/sbin/sendmail [EMAIL PROTECTED]


----- Original Message -----
From: "Thorsten Müller" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 31, 2004 8:54 AM
Subject: Re: Encrypted attachments


> Dave wrote:
>
> >I am encrypting email attachments.  I am on HP-UX 11.11 using openssl
> >0.9.7c.  I can send unencrypted attachments.  I am having trouble sending
> >encrypted attachments to Outlook.  When I look at the message source the
> >attachment seems to be there but Outlook can not make sense of it.  Any
> >ideas?
> >
> >
> >
> I'm not quite sure what exactly you are doing and what Outlook you
> are using. When you only encrypt the attachments, i think Outlook has
> some problems. You have to encrypt the complete mail generating a
> correct S/MIME mail, this should work, unless you are testing with
> Outlook 97 which i think has its problems with S/MIME
>
> Thorsten
>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to