Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, I am trying to send s/mime signed mail in an Tcl auto responder. Now the whole s/mime thing strongly depends on openssl to do the work. The best result I got so far is when I set all headers on the openssl commandline, and still the mail signature is not accepted by my mailer. I do a exec openssl smime -sign -in $zertresponsefile -out signed.msg -text -signer webmanager.crt -inkey webmanager.key -certfile webmanager.ca -from $nsa -to $osa -subject "your certificate request" There seems to be a problem with the headers. If I add some it screws all up. Any idea? Max
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.