Explorar el Código

Thunderbird email setup

Bob Mottram hace 11 años
padre
commit
e91376aac9
Se han modificado 1 ficheros con 65 adiciones y 1 borrados
  1. 65
    1
      beaglebone.txt

+ 65
- 1
beaglebone.txt Ver fichero

460
 
460
 
461
 Via your router's firewall settings you should now open port 22 (secure shell).  This will allow you to ssh into your BBB from any location - not just your own local network.
461
 Via your router's firewall settings you should now open port 22 (secure shell).  This will allow you to ssh into your BBB from any location - not just your own local network.
462
 
462
 
463
-** install Email
463
+** Install Email
464
 
464
 
465
 #+BEGIN_VERSE
465
 #+BEGIN_VERSE
466
 /If you knew what I know about email, you might not use it/
466
 /If you knew what I know about email, you might not use it/
1433
 
1433
 
1434
 TODO: connect Sent and Draft folders.
1434
 TODO: connect Sent and Draft folders.
1435
 
1435
 
1436
+*** Thunderbird
1437
+
1438
+#+BEGIN_VERSE
1439
+/Towards the end of 2012, we heard from the National Technical Assistance Centre (NTAC), a division of GCHQ and a liaison with the Home Office, [that] they wanted the keys to decrypt the customer data./
1440
+
1441
+-- Brian Spector, on the shutting down of the PrivateSky encrypted email service
1442
+#+END_VERSE
1443
+
1444
+Another common way in which you may want to access email is via Thunderbird.  This may be especially useful if you're trying to convert former Windows users who may previously have been using some version of Outlook.
1445
+
1446
+The following instructions should be carried out on the client machines (laptop, etc), not on the BBB itself.
1447
+
1448
+**** Initial setup
1449
+
1450
+Install *Thunderbird* and *Enigmail*.  How you do this just depends upon your distro and software manager or "app store".
1451
+
1452
+Open Thinderbird
1453
+
1454
+Select "*Skip this and use existing email*"
1455
+
1456
+Enter your name, email address (myusername@mydomainname.com) and the password for your user (the one from [[Add a user]]).
1457
+
1458
+You'll get a message saying "/Thunderbird failed to find the settings/"
1459
+
1460
+The settings should be as follows, substituting /mydomainname.com/ for your domain name and /myusername/ for the username given previously in [[Add a user]].
1461
+
1462
+  * Incoming: IMAP, mydomainname.com, 993, SSL/TLS, Normal Password
1463
+  * Outgoing: SMTP, mydomainname.com, 465, SSL/TLS, Normal Password
1464
+  * Username: myusername
1465
+
1466
+Click *Done*.
1467
+
1468
+Click *Get Certificate* and make sure "*permanently store this exception*" is selected", then click *Store Security Exception*.
1469
+
1470
+From OpenPGP setup select "*Yes, I would like the wizard to get me started*"
1471
+
1472
+Select "*Yes, I want to sign all of my email*"
1473
+
1474
+Select "*No, I will create per-recipient rules*"
1475
+
1476
+Select "*yes*" yo change default settings.
1477
+
1478
+**** If you have existing GPG key
1479
+
1480
+Select "I have existing public and private keys"
1481
+
1482
+Select your public and private GPG exported key files
1483
+
1484
+Select the account which you want to use and click *Next*, *Next* and *Finish*.
1485
+
1486
+**** If you don't have any existing GPG or PGP key
1487
+TODO
1488
+**** Using for the first time
1489
+
1490
+Click on the Thunderbird menu, which looks like three horizontal bars on the right hand side.
1491
+
1492
+Hover over *preferences* and then *Account settings*.
1493
+
1494
+Select *Synchronization & Storage*.
1495
+
1496
+Make sure that *Keep messages for this account on this computer* is unticked, then click *Ok*.
1497
+
1498
+Click on *Inbox*.  Depending upon how much email you have it may take a while to import the subject lines.
1499
+
1436
 ** Install a Blog
1500
 ** Install a Blog
1437
 
1501
 
1438
 #+BEGIN_VERSE
1502
 #+BEGIN_VERSE