Penguin
Diff: GPGMailClients
EditPageHistoryDiffInfoLikePages

Differences between version 5 and previous revision of GPGMailClients.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 5 Last edited on Wednesday, March 24, 2004 7:20:50 am by AristotlePagaltzis Revert
Older page: version 4 Last edited on Thursday, January 8, 2004 9:39:56 am by JohnMcPherson Revert
@@ -1,64 +1,51 @@
-I created this page to discuss how to set up gpg with various mail clients ( [MUA]) moving this discussion from the [GPG/PGPNotes ] page which was getting a little unwieldy
+!!! How to set up [GPG] with various [MailClient ]s
  
-----  
+!! [Evolution]  
  
-![Evolution]  
+Easy Peasy ! Edit your account from''Tools/Mail Settings'' and enter your key ID in the ''Security'' tab. Then either check ''Always sign outgoing mail when using this account'' or sign on a case-by-case basis by using the ''Security'' menu when composing a new message.  
  
-Easy Peasy!  
-Tools --> Mail Settings. Edit your account. Click on the "security" tab, and Enter your key id.  
-Then simply tick the box that says "Always sign outgoing mail when using this account".  
-Alternatively, leave it off, and sign on a case-by-case basis, using the "security" menu when composing a new message.  
  
+!! [KMail]  
  
-----  
-! [KMail
+From a [GPG Mini Howto|http://webber.dewinter.com/gnupg_howto/english/GPGMiniHowto.html#toc ]:  
  
-For all you kmail users who are having trouble getting gpg/pgp to work:  
+;: To set things up so you can sign and decrypt messages, you have to enter your GnuPG user ID in the ''Identity'' section of the [KMail] configuration. When you send a new message, the message will not be signed or encrypted by default. You have to check the __[[Sign message]__ and __[[Encrypt message]__ buttons in the tool bar.  
  
-Direct quote from a mighty useful [gpg related page|http://webber .dewinter .com/gnupg_howto/english/GPGMiniHowto .html#toc]  
+These icons are the ones to the right of the default toolbar, showing a pen signing and a lock respectively . Keep in mind that you don't actually need to encrypt everything . Merely signing will often suffice unless you are paranoid or there's actually something you need to hide
  
-"To set things up so you can sign and decrypt messages, you have to enter your GnuPG user ID in the 'Identity' section of the Kmail configuration. When you send a new message, the message will not be signed or encrypted by default. You have to check the 'Sign message' and 'Encrypt message' buttons in the tool bar." (These are the icons to the right of the toolbar (by default) of a pen signing a signature & a lock respectively).  
  
-Keep in mind that you don't actually need to encrypt it, and often merely signing it will suffice (unless of course theres something you need to hide, or are just generally paranoid.)  
+!! MozillaMail  
  
-----  
-![ Mozilla] -- [EnigMail
+Download EnigMail, a plugin for Mozilla/Netscape [here|http://enigmail.mozdev.org/ ], install it, tell it which key ID to use, and it works.  
  
-Download Enigmail , a plugin for Mozilla/Netscape [here|http://enigmail .mozdev .org/]
+It doesn't save your passphrase , and by default remembers it only for 5 minutes . You may wish to tweak this . By default it will sign outgoing mail, but you can change the default action, and when you email you can choose an option under the new EnigMail menu bar for ''default'', ''signed'', ''encrypted'', ''signed + encrypted'' sends
  
-Enigmail is pretty easy to configure under linux - install it, tell it which keyid to use, and it works. It doesn't save your passphrase , and by default  
-remembers it only for 5 minutes, so you may wish to tweak this. By default it will sign outgoing mail, but you can change teh default action, and when you  
-email you can choose an option under the new EnigMail menu bar for 'default', 'signed', 'encrypted', 'signed + encrypted' sends
+When Enigmail finds a key it doesn't know about , it downloads it for you then tells you that it's an unverified key
  
-When Enigmail finds a key it doesn't know about, it downloads it for you then tells you that its an unverified key.  
  
+!! [Mutt]  
  
-----  
-! [Mutt] 
+[Mutt] comes with [GPG]/[PGP] support by default -- you do not have to do anything special after creating your keys. You can select to sign or encrypt or both a message from the send menu by __p__gp menu, then __s__ign, __e__ncrypt or __b__oth. Some options you might want to set to do this by default:  
  
-[Mutt] comes with gpg/pgp support by default - you do not have to do anything special after creating your keys. You can select to sign or encrypt or both a message from the send menu by __p__gp menu, then __s__ign, __e__ncrypt or __b__oth  
-  
-  
-Some options you might want to set to do this by default 
+ # always sign outgoing messages by default 
  set pgp_autosign yes 
-Always sign outgoing messages by default  
+ # sign replies to signed messages 
  set pgp_replysign yes 
-Sign replies to signed messages  
  set pgp_replysignencrypted yes 
  
-If you want to check other people's messages (check they are signed/encrypted "correctly") then the command is " check-traditional-pgp" , which is bound to  
- Esc-P (capital P) by default from the message list view
+The command to check the envelope on other people's messages is __ check-traditional-pgp__ , which is bound to __[[ Esc] [[Shift -p]__ in the index view by default. 
  
 If you see 
+  
  [[-- Error: unable to create PGP subprocess! --] 
  -----END PGP SIGNATURE----- 
-then mutt could not find gpg.  
-----  
-![OutlookExpress]  
  
-[GPG Plugin for Outlook Express|http://winpt.sourceforge.net/en/download.php ] (choose the "WinPT Outlook Express Plugin" link ). 
+then [Mutt ] could not find gpg (1 ).  
+  
+  
+!! [OutlookExpress]  
  
-Don't forget to configure the .reg file and tell it where your keys and GPG executable are kept. 
+Get the [GPG Plugin for Outlook Express | http://winpt.sourceforge.net/en/download.php] (choose the "WinPT Outlook Express Plugin" link). Don't forget to configure the .reg file and tell it where your keys and GPG executable are kept. 
  
 ---- 
 Part of CategorySecurity