Hi,
i have a private email server with dovecot, postfix, davical ...
First i used roundcubemail as frontend. Because of missing shared calendars
and addressbooks and no gnupg support i changed to thunderbird resp. evolution.
Now there are calendar- and addressbook-plugins with caldav/carddav-support available
and gnupg-encryption is supported by roundcubemail and i would prefer to go back to roundcubemail.
But i am not quite sure, if i should do email-encryption on the server:
from roundcubemail plugin enigma README:
My question: is it save, to store gnupg keys in this way or should i use an email-client like evolution or thunderbird for email-encryption?
If yes:
where should this directory be placed, /usr, /etc?
edit 2020-07-17:to run gnupg email encryption in roundcubemail open-basedir in /etc/php/php.ini has to be expanded by .../usr/share/<key-storage>:/usr/bin/gpg:/usr/bin/gpg-agent:/usr/bin/gpgconf:
so aditional question:
is it save, to make /usr/bin/gpg etc. accessible by php?