On 01/14/2013 02:43 PM, soportek wrote:
> When I attempt to send a signed or signed and encypted e-mail from my
> account I receive the following error.
> 
> "Send operation aborted.
> Key 0xABCDEF01 not found or not valid. The (sub-)key might have expired."

i don't think this is your actual keyid.  providing your actual keyid
would help other people take a look at it for you.

> But my keys are not expired and they are listed and associated with my
> account through the enigmail key management interface as well as
> directly through gnupg.
> 
> I am using Mac OS X and was able to send signed e-mails just fine with
> enigmail until recently. It would seem that some recent update to TB or
> enigmail has provoked the change in behaviour although I can't pinpoint
> exactly which.
> 
> How can I debug this?

from the command line, you can try:

 gpg --fixed-list-mode --with-colons --list-keys 0xABCDEF01 \
 | grep '^[ps]ub'

For my own key (the one i'm signing this message with), that shows:

pub:u:4096:1:CCD2ED94D21739E9:1180812858:1424970931::u:::scESCA:
sub:u:2048:1:125868EA4BFA08E4:1213887850:1424970982:::::a:
sub:u:4096:1:C61BD3EC21484CFF:1180815151:1424970970:::::e:


Looking at the last column shows me that the primary key ("pub") is
signing and certification capable ("sc") and that the combined OpenPGP
certificate as a whole is capable of Encryption, Signing, Certification,
and Authentication ("ESCA").

I have two sub keys ("sub"), one of which is authentication-capable
("a"), and the other of which is encryption-capable ("e").

You can try applying this to your own key to see if it matches your
expectations.

        --dkg

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
enigmail-users mailing list
enigmail-users@enigmail.net
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net

Reply via email to