On 07/15/2014 02:44 PM, Thomas Bäumer wrote: > >>> I want to use a very simple setup: I want to sign all outgoing >>> mails from "[email protected]" to any destination. >>> > >> Hi Thomas, > >> PGP sign only was not (yet) added. It will be added to the next >> release though. You can however add PGP signing by modifying >> config.xml (config.xml describes the mail flow). The attached >> patch will add a matcher that will trigger when the sender has >> set the advanced custom 1 property to "true" (without the >> quotes). I also attached the complete config.xml so you can >> replace the existing (make a backup first) with the new one >> without using the patch. After replacing or modifying config.xml, >> you need to restart the back-end > >> sudo /etc/init.d/djigzo restart > >> After the restart set the advanced custom 1 property of the >> sending user to "true" (without the quotes) to trigger PGP sign >> only for this sender. Kind regards, Martijn Brinkers > > > Hello Martijn, > > many thank you for this patch, now its working as requested. > > I didn't know that "PGP sign only" is not implemented yet. I > thought this is a very basic operation.
In principle it is, adding it only required some changes to config.xml. The problem with PGP signing is that most recipients (in general) do not know how to handle PGP signatures and that PGP signing is mostly used by users who are already familiar with PGP. We did not add signing yet because it might require changes to other parts of config.xml as well. For example there are triggers to force signing. Currently those triggers only trigger S/MIME signing. We are investigating how to add PGP signing in a logical way to make it work consistently. > Any idea when the next version which includes this will be > released? We do not have a date yet. We will wait for some more feedback to the latest release. 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
