On 08/14/2014 04:44 PM, Stephane Schitter wrote: > It seems the config.xml <decrypt> flag only influences the S/MIME > decryption. PGP decryption is still happening. I could not find a > similar setting the PGP section of the configuration, so is it possible > to turn this off as well?
Yes you are right. In the case of PGP decryption you can currently only disable decryption by XML commenting the PGPHandler part in config.xml. The only downside is that attached keys will not be extracted if this is configured. <!-- <mailet match="All" class="PGPHandler"> [SNIP] </mailet> --> Note: I have not tested it but this should work Restart the back-end after changing config.xml > Also, would you consider making this a global >> domain >> user setting, > so that emails to only a subset of users will not be decrypted? Can you add a request for this to 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
