Author Topic: pgp  (Read 5917 times)

Offline zemlik

  • Jr. Member
  • **
  • Posts: 10
pgp
« on: March 29, 2016, 02:47:39 PM »
thank you for previous replies.

roundcubemail-1.2-beta
how do I enable pgp signing etc.
is enigmail an addition to firefox and/or do I need a plugin in roundcube ?

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Re: pgp
« Reply #1 on: March 30, 2016, 02:17:35 AM »
Enigma (not enigmail) is a plugin, you need to just enable it. The other option is Mailvelope which is a browser plugin (Chrome or Firefox).

https://kolabian.wordpress.com/2015/10/13/enigma-plugin-pgp-encryption/
https://kolabian.wordpress.com/2015/10/10/mailvelope-integration-pgp-encryption/

Offline zemlik

  • Jr. Member
  • **
  • Posts: 10
Re: pgp
« Reply #2 on: April 01, 2016, 12:14:17 AM »
hi,
how do I tell Enigma where the keys are ?

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Re: pgp
« Reply #3 on: April 01, 2016, 02:13:38 AM »
Enigma stores keys of all users in one folder defined in configuration file. You then have to use Preferences > PGP Keys to import your keys.

Offline zemlik

  • Jr. Member
  • **
  • Posts: 10
Re: pgp
« Reply #4 on: April 01, 2016, 08:13:07 AM »
hi,
I accidentally deleted config.inc.php.dist so I downloaded it as text from github.

I guess it should be renamed config.inc.php ?
I noticed that my public and private keyrings were in enigma/home/
I guess that was when I tried to import my key via the "settings" in roundmail.
I deleted that as well. I think home might be where public keys are stored ?
I see in github that there is .htaccess in there so I copied that.
I would like to reinstall the plugin but I do not see it listed in the composer webpages ?

who is supposed to own all these files ?
apache ? ( www-data )

cheers

Offline zemlik

  • Jr. Member
  • **
  • Posts: 10
Re: pgp
« Reply #5 on: April 01, 2016, 09:30:06 AM »
is this supposed to be gnupg2 ? because I think on Debian apt still uses gnupg1 and that is a problem.

Offline zemlik

  • Jr. Member
  • **
  • Posts: 10
Re: pgp
« Reply #6 on: April 01, 2016, 09:46:13 AM »
plugin still complains it cannot find keys. if I try to make new keys in roundcube it puts pubring.gpg and secring.gpg in the directory there in "config.inc.php".
pubring.gpg is empty and secring.gpg has some data in it. then there is error message "unable to import keys internal error" ?

Offline zemlik

  • Jr. Member
  • **
  • Posts: 10
Re: pgp
« Reply #7 on: April 03, 2016, 04:15:03 AM »
OK!,
It looks for keys in "my-name" directory in the directory specified in config.inc.php
sorry for being dim.

seems to be working.