> My config is :
>
> OS : centos 6
> OpenSSL : openssl-1.0.0-20.el6_2.5.x86_64
>
> My commands are :
>
> oppenssl smime -sign -in myfile -signer mycertif.pem -inkey mykey.pem |
> openssl smime -out signedfile -from [email protected] -to [email protected] -subject
> mysubject -encrypt -des3 myencryption.pem
> sendmail [email protected] <myfile -f [email protected]

separate handling of mail header/body is missing;

> It works but I miss the "Disposition-Notification-To : " header at the
> end of it.
> How this should be done in order that it keeps the
> "Disposition-Notification-To : " header ?

the SMIME signature shall only go for the Mail-body,
so the Mail header is separate and contain anything you need to have;

by the way: having "Disposition-Notification-To" in EVERY email is a bad
habit; you do not post every letter as a registrated letter either;


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

Reply via email to