On 11/21/2014 11:58 AM, Laurent VOUDON (ORDILABO) wrote: > I’d like to use Ciphermail in order to process mails part of the « HprimNet > » standard. > > > One of the conditions is the ability to process a « opaque signature ». > > The OpenSSL parameter is « -nodetach ». > > Is There a way, ciphermail do this ?
CipherMail can handle incoming opaque signed messages. Outgoing messages are however always clear text signed. You can change this but this currently requires you to change a parameter in the config.xml file. You need to set signMode to opaque instead of clear. So in config.xml change the lines: <signMode> clear </signMode> by: <signMode> opaque </signMode> Note: there are two places where signMode is configured If you want to have this configurable from the GUI in a future release, can you add a feature request in our JIRA? (jira.djigzo.com). Kind regards, Martijn Brinkers -- CipherMail email encryption Open source email encryption gateway with support for S/MIME, OpenPGP and PDF messaging. http://www.ciphermail.com Twitter: http://twitter.com/CipherMail _______________________________________________ Users mailing list [email protected] https://lists.djigzo.com/lists/listinfo/users
