LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   My elementary errors with Re-Alpine and GPG (https://www.linuxquestions.org/questions/linux-security-4/my-elementary-errors-with-re-alpine-and-gpg-4175474220/)

transitive 08-21-2013 09:56 PM

My elementary errors with Re-Alpine and GPG
 
I cannot get my head around this one.

Background:

I have been attempting use use GPG keys across multiple devices to sign and encrypt my email.

I have had relative success on Android. My keys are recognised and work.

Using them in Re-Alpine is another matter...

Searching for solutions to use PGP/GPG with Alpine on Slackware 13.37 I built and installed Re-Alpine. I imported my keys to my keychain on my machine. The keys are found and check out on the CLI using GPG and via GPA (Gnu Privacy Assistant).

I used pinegpg too. Not 100% sure what that has done (my error?)

In my .pinerc is the following:

Quote:

###PINE GPG######################################################################

# This variable takes a list of programs that message text is piped into
# after MIME decoding, prior to display.
_LEADING("-----BEGIN PGP SIGNED MESSAGE-----")_ ~/.gnupg/gpg-check,

# This defines a program that message text is piped into before MIME
# encoding, prior to sending
~/.gnupg/gpg-sign-encrypt _RECIPIENTS_,

# If you want to use filters with "encrypt to yourself" feature, use following (with your own e-mail adress):

# This variable takes a list of programs that message text is piped into
# after MIME decoding, prior to display.
display-filters=_LEADING("-----BEGIN PGP MESSAGE-----")_ ~/.gnupg/gpg-check,
\
_LEADING("-----BEGIN PGP SIGNED MESSAGE-----")_ ~/.gnupg/gpg-check,

# This defines a program that message text is piped into before MIME
# encoding, prior to sending
sending-filters=~/.gnupg/gpgsign,
~/.gnupg/encrypt _RECIPIENTS_ EMAILADDRESS@SOMETHING.COM,
\
~/.gnupg/gpg-sign-encrypt _RECIPIENTS_ EMAILADDRESS@SOMETHING.COM,

##################################################################################
I can decrypt, and check out signed emails.

I cannot encrypt or sign! Why? I have searched like a mofo, and I still can't get my head around it.


All times are GMT -5. The time now is 03:11 AM.