Browse Source

Encrypted mailing list description

Bob Mottram 11 years ago
parent
commit
3b691d36dd
1 changed files with 6 additions and 2 deletions
  1. 6
    2
      beaglebone.txt

+ 6
- 2
beaglebone.txt View File

4408
 #+END_SRC
4408
 #+END_SRC
4409
 
4409
 
4410
 *** Private (encrypted) mailing list
4410
 *** Private (encrypted) mailing list
4411
+In addition to conventional public email lists it's also possible to set up a private mailing list which is only readable by members.  A private email list uses [[https://en.wikipedia.org/wiki/GNU_Privacy_Guard][GPG]] and a public/private key pair for the server which can then be used to send emails to the list in an encrypted form.  The email addresses and public GPG keys of members may be added to the list so that any new messages can be distributed to them in a secure manner.
4412
+
4413
+Private mailing lists are likely to be able to keep the contents of the discussion out of the clutches of warrantless mass surveillance but, as with all conventional email, it won't prevent such systems from generating social graphs of who is communicating with the list since the /from/ and /to/ attributes are always transmitted in the clear.
4414
+
4411
 **** Installation
4415
 **** Installation
4412
 #+BEGIN_SRC: bash
4416
 #+BEGIN_SRC: bash
4413
 apt-get install schleuder
4417
 apt-get install schleuder
4521
 
4525
 
4522
 **** Using the list
4526
 **** Using the list
4523
 
4527
 
4524
-The use the list you'll need to get its public key.  Send an email to /mailinglistname-sendkey@mydomainname.com/ to receive it.
4528
+To use the list you'll first need to obtain its public key.  Send an email to /mailinglistname-sendkey@mydomainname.com/ to receive it.
4525
 
4529
 
4526
-To get the public keys send an email to /mailinglistname-request@mydomainname.com/ containing *X-LIST-KEYS* in the message body.
4530
+To get the public keys of list members send an email to /mailinglistname-request@mydomainname.com/ containing *X-LIST-KEYS* in the message body.
4527
 
4531
 
4528
 To add a member: *X-ADD-MEMBER: othermember@otherdomain.net*
4532
 To add a member: *X-ADD-MEMBER: othermember@otherdomain.net*
4529
 
4533