Thunderbird:OpenPGP:Aliases: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(initial version)
 
(declare doc as obsolete and moved to SUMO)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= = = = = = = = = = = = = = = = = = = = = = =
This document has moved to: https://support.mozilla.org/kb/openpgp-recipient-alias-configuration
EXPERIMENTAL FEATURE STILL UNDER DEVELOPMENT
= = = = = = = = = = = = = = = = = = = = = = =
 
As of Thunderbird 78.6.0, Thunderbird can send encrypted email using OpenPGP, if you have the recipient's public key, you have accepted to use the public key, and a user ID in the public key matches the recipient's email address.
 
To send encrypted email to an address that isn't defined in a key's user ID, we need to develop a new recipient alias feature for Thunderbird.
 
While we intend to implement a user interface define recipient aliases in a future Thunderbird release, for the stable 78.x we will only offer a manual configuration mechanism. This enhancement is currently being developed. This page documents how to use it.
 
At this time only an experimental build is available. Download instructions are below. The instruction below only work with the experimental build.
 
A preliminary documentation for using the feature is also provided on this page, but it might change until the feature is declared stable.
Nevertheless, you are invited to test the feature and give feedback in https://bugzilla.mozilla.org/show_bug.cgi?id=1644085 or at https://thunderbird.topicbox.com/groups/e2ee
 
Create a new text file, as described here:
https://bug1644085.bmoattachments.org/attachment.cgi?id=9193371
 
Save the file, for example use filename openpgp_alias_to_keys.json .
 
In Thunderbird, use preferences, config editor. Find preference mail.openpgp.alias_rules_file and set it to the filename you have chosen above. If you have saved the file into your Thunderbird profile directory, then it is sufficient to set the filename, only. If you have saved the file elsewhere on your disk, you must set the preference to the full path where the file can be found, e.g. /home/myself/openpgp_alias_to_keys.json or c:\users\myself\openpgp_alias_to_keys.json . (It hasn't yet been tested on Windows, maybe you need to use c:\\users\\myself\\openpgp_alias_to_keys.json .)
 
Restart Thunderbird. Start to compose a new message. Enter a recipient that should match one of your alias definitions. Ensure OpenPGP is selected as the technology for this message. Click the security button, to view the message security info.
 
Look for a line that contains the recipient email address that you expect to match your alias rule. If a problem was found, the status should be shown as "Alias Problem". If the alias was found to work, you'll see status "a -> b" to indicate that the address will be mapped to something else.
 
If you would like to test that the correct keys are used, you may do so without actually sending the message. Use the menu command File / Send later. Then check your local folders, Outbox. Look for the message you have just prepared. Select it, and click the OpenPGP icon, and look at the recipient encryption keys. This allows you to check whic h keys will be used for encryption.

Latest revision as of 18:25, 20 June 2022