Sfoglia il codice sorgente

Importing public keys

Bob Mottram 11 anni fa
parent
commit
7ed39d5280
1 ha cambiato i file con 18 aggiunte e 3 eliminazioni
  1. 18
    3
      beaglebone.txt

+ 18
- 3
beaglebone.txt Vedi File

@@ -2118,6 +2118,7 @@ Some useful keys to know are:
2118 2118
 | CTRL-o | Open mailbox (on side bar)                              |
2119 2119
 | ]      | Expand or collapse all threads                          |
2120 2120
 | [      | Expand of collapse the current thread                   |
2121
+| CTRL-k | Import a PGP/GPG public key                             |
2121 2122
 
2122 2123
 *** K9 Android client
2123 2124
 
@@ -4875,11 +4876,25 @@ Test the routing.
4875 4876
 exim -d -bt mailinglistname@mydomainname.com
4876 4877
 #+END_SRC
4877 4878
 
4878
-**** Using the list
4879
+**** Importing the public key of the mailing list
4880
+Before you can use the mailing list you will first need to import its public key.  How you do this depends upon which email client you're using.
4881
+
4882
+***** Using Mutt
4883
+Send an email to /mailinglistname-sendkey@mydomainname.com/ to have the list public key emailed to you.
4884
+
4885
+When you receive the email open it and press *CTRL-k* to import it.
4886
+***** Using Thunderbird
4887
+Send an email to /mailinglistname-sendkey@mydomainname.com/ to have the list public key emailed to you.
4879 4888
 
4880
-To use the list you'll first need to obtain its public key.  Send an email to /mailinglistname-sendkey@mydomainname.com/ to receive it.
4889
+When you receive the email open it, select all the text with *CTRL-a* then *CTRL-c*.
4881 4890
 
4882
-To get the public keys of list members send an email to /mailinglistname-request@mydomainname.com/ containing *X-LIST-KEYS* in the message body.
4891
+On the menu select *OpenPGP* followed by *Key Management*.
4892
+
4893
+You will now see a new menu bar.  Select *Edit* followed by *Import keys from clipboard*.
4894
+
4895
+Click on *Import* followed by *Ok*.
4896
+**** Using the list
4897
+To obtain the public keys of list members send an email to /mailinglistname-request@mydomainname.com/ containing *X-LIST-KEYS* in the message body.
4883 4898
 
4884 4899
 To add a member: *X-ADD-MEMBER: othermember@otherdomain.net*
4885 4900