Welcome to the new location of Alien's Wiki, sharing a single dokuwiki install with the SlackDocs Wiki.

Welcome to Eric Hameleers (Alien BOB)'s Wiki pages.

If you want to support my work, please consider a small donation:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
linux:pine_gpg [2006/03/18 21:40] alienlinux:pine_gpg [2006/05/29 09:45] alien
Line 66: Line 66:
 The decrypted message is displayed as a normal message. The decrypted message is displayed as a normal message.
   * //Note:// The plaintext is not saved to the mailbox.   * //Note:// The plaintext is not saved to the mailbox.
-  * //Note:// The above warning about //[[http://www.gnupg.org/documentation/faqs.html#q6.1|insecure memory]]// is caused by the fact that I am not running GPG as root, and the ''/usr/bin/gpg'' binary is not setuid root. If you're bothered by the warning, run ''chmod +s /usr/bin/gpg''+  * //Note:// The above warning about //[[http://www.gnupg.org/documentation/faqs.html#q6.1|insecure memory]]// is caused by the fact that I am not running GPG as root, and the ''/usr/bin/gpg'' binary is not setuid root. If you're bothered by the warning, implement either one of these solutions: 
 +    * run <code>chmod +s /usr/bin/gpg</code> to fix the use of insecure memory. or 
 +    * if you can't or don't want to install gpg setuid(root), then you can add the commandline parameter <code> 
 +--no-secmem-warning 
 +</code> to the gpg command, or put the line <code> 
 +no-secmem-warning 
 +</code> in your configuration file ''~/.gnupg/options'' or ''~/.gnupg/gpg.conf''. This will disable the warning message.
  
  
 +==== PGP/Mime ====
 +
 +Pine Privacy Guard does not handle PGP/Mime encrypted emails. I found a couple of links with possible solutions, but have not yet looked too deeply into these.
 +
 +  * [[http://privacy.audiointuition.com/pine/ | Reading PGP/Mime messages with Pine]]
 +  * [[http://www.david-guembel.de/index.php?id=12 | pgp-mime-handler]]
 Email encryption with Pine and GPG ()
SlackDocs