> 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 m...@me.me -to t...@to.to -subject
> mysubject -encrypt -des3 myencryption.pem
> sendmail t...@to.to <myfile -f m...@me.me

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                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to