Patrick Brunschwig | 1 Feb 08:54

Re: Attachments are not marked as signed


Simon Ruderich wrote:
> Hello,
> I'm using enigmail 0.94.1.2.0 (20070129) and Thunderbird 2 beta 2
> (20070116) and sent an email with an attachment (to myself as test).
> Enigmail then asked what I wanted to do and I selected the second option
> "Encrypt each attachment separately and send the message using inline
> PGP" (there is a "sign" missing after the encrypt by the way).
> But when I received the mail enigmail displayed in bold that the
> attachment is not signed ("Attachments to this message have not been
> signed or encrypted"). But I received the .sig file to the attachment
> and if I run gpg --verify in the terminal the file is verified.
> I found http://mozdev.org/bugs/show_bug.cgi?id=15026 but no solution was
> found. Is there any chance this bug can be fixed?
> Thanks in advance,
> Simon

Good point, I forgot about this one.

-Patrick
Picon

how to specify a particular enryption subkey?

when encrypting to a recipient with multiple encryption subkeys, how
do i specify that enigmail should encrypt to/with any specific one?

afaict, i can only select the primary key, which, in this case, is a
DSA signing key ... again, the encryption keys are SUBKEYS.

thanks.
Picon

enigmail ignores 'keyserver' defs in "--options ../gpg.conf". why?

reading @ http://enigmail.mozdev.org/userprefs.html,

 "Enable using gpgkeys_*"
 ...
 "JS: Enables Enigmail to use the gpgkeys_hkp, gpgkeys_ldap, and
gpgkeys_http to retrieve keys from keyservers without using gpg
itself.
"

i've changed,

   ---	user_pref("extensions.enigmail.useGpgKeysTool",true);
   +++	user_pref("extensions.enigmail.useGpgKeysTool",false);

and, @ Enigmail->OpenPGP Preferences->Advanced->Additional parameters
for GnuPG, i've set,

	--no-comments --options /var/security/gpg_homedir/gpg.conf

in gpg.conf, i've defined,

	keyserver hkp://pgpkeys.mit.edu hkp://subkeys.pgp.net
	keyserver-options
no-honor-http-proxy,include-subkeys,no-include-revoked,no-include-disabled,no-auto-key-retrieve

but, when i attempt to Select/Upload keys to the keyservers, a dialog
opens with a _blank_ keyserver field/pulldown -- into which i can add
the keyserver.

what to i need to do/set to get Enigmail to respect the defs in gpg.conf?
(Continue reading)

Patrick Brunschwig | 2 Feb 10:33

Re: enigmail ignores 'keyserver' defs in "--options ../gpg.conf". why?


snowcrash+enigmail-mozdev wrote:
> reading @ http://enigmail.mozdev.org/userprefs.html,
> 
>  "Enable using gpgkeys_*"
>  ...
>  "JS: Enables Enigmail to use the gpgkeys_hkp, gpgkeys_ldap, and
> gpgkeys_http to retrieve keys from keyservers without using gpg
> itself.
> "
> 
> i've changed,
> 
>    ---	user_pref("extensions.enigmail.useGpgKeysTool",true);
>    +++	user_pref("extensions.enigmail.useGpgKeysTool",false);
> 
> and, @ Enigmail->OpenPGP Preferences->Advanced->Additional parameters
> for GnuPG, i've set,
> 
> 	--no-comments --options /var/security/gpg_homedir/gpg.conf
> 
> in gpg.conf, i've defined,
> 
> 	keyserver hkp://pgpkeys.mit.edu hkp://subkeys.pgp.net
> 	keyserver-options
> no-honor-http-proxy,include-subkeys,no-include-revoked,no-include-disabled,no-auto-key-retrieve
> 
> but, when i attempt to Select/Upload keys to the keyservers, a dialog
> opens with a _blank_ keyserver field/pulldown -- into which i can add
> the keyserver.
(Continue reading)

Picon

Re: enigmail ignores 'keyserver' defs in "--options ../gpg.conf". why?

hi,
> Enigmail doesn't (and will not in the future) respect the settings in
> gpg.conf at all, you have to set the keyserver in the dialog. Just enter
> your keyserver, and Enigmail will remember it and offer it again if you
> upload or download another key.

ok.

then, what *does* this,

>  "JS: Enables Enigmail to use the gpgkeys_hkp, gpgkeys_ldap, and
> gpgkeys_http to retrieve keys from keyservers without using gpg
> itself.
> "
>    ---        user_pref("extensions.enigmail.useGpgKeysTool",true);
>    +++        user_pref("extensions.enigmail.useGpgKeysTool",false);

do?

iiuc, by setting ->false, enigmail *will* use "gpg itself" to retrieve
keys ... which should, then, use gpg.conf.

apparently _not_ the case, but confused ...

thanks.
Picon

Re: enigmail ignores 'keyserver' defs in "--options ../gpg.conf". why?

oops ...

AND, i do notice that 'some' gpg.conf setting -- i presume that that
are NOT set/overridden on the cmd line in enigmail -- ARE "picked up"
from gpg.conf.

is there some documentation of the {parameters} that Enigmail
sets/overrides at its command line?  yes, i can look at console output
--- but wondering if that's the complete set?

thanks.
Patrick Brunschwig | 2 Feb 16:14

Re: enigmail ignores 'keyserver' defs in "--options ../gpg.conf". why?


snowcrash+enigmail-mozdev wrote:
> oops ...
> 
> AND, i do notice that 'some' gpg.conf setting -- i presume that that
> are NOT set/overridden on the cmd line in enigmail -- ARE "picked up"
> from gpg.conf.

Anything that Enigmail does not send on the command line is coming from
gpg.conf

> is there some documentation of the {parameters} that Enigmail
> sets/overrides at its command line?  yes, i can look at console output
> --- but wondering if that's the complete set?

Well, I guess the code is the documentation... :-(

-Patrick

John W. Moore III | 2 Feb 16:47

Re: enigmail ignores 'keyserver' defs in "--options ../gpg.conf". why?


snowcrash+enigmail-mozdev wrote:

> is there some documentation of the {parameters} that Enigmail
> sets/overrides at its command line?  yes, i can look at console output
> --- but wondering if that's the complete set?

Bottom line is:  whatever is Entered into a box within 'Preferences'
will be used as a 1st priority Command Line feed.

To have your Keyserver of choice appear in the 'drop down' selection
Menu; place it in the upper box for Keyservers.

To have Enigmail use it for Search/Look-Up; place it also in the lower
box.  Leaving the lower box 'Blank' (empty) should result in Enigmail
passing it's config on to gpg.exe and within GnuPG is where your
gpg.conf will be accessed.

JOHN ;)
Timestamp: Friday 02 Feb 2007, 10:47  --500 (Eastern Standard Time)
John W. Moore III | 2 Feb 16:50

Re: enigmail ignores 'keyserver' defs in "--options ../gpg.conf". why?

Patrick Brunschwig wrote:

> Well, I guess the code is the documentation... :-(

And Lovely code it is, too!  How about the Enigmail Forum Site?  The
link escapes Me at the present moment.  Olav will have it at his
fingertips. :)

JOHN ;)
Timestamp: Friday 02 Feb 2007, 10:50  --500 (Eastern Standard Time)
Picon

Re: enigmail ignores 'keyserver' defs in "--options ../gpg.conf". why?

hi,

> Anything that Enigmail does not send on the command line is coming from
> gpg.conf

aha. i MISunderstood your earlier comment,

     Enigmail doesn't (and will not in the future) respect
     the settings in gpg.conf at all

as a global comment, rather than just re: --keyserver.

thanks for clearing that up.

Gmane