Deutsche Version

Im folgenden werden für verschiedene Mail-Programme, die bei GSI verfügbar sind, Methoden zur Mail-Verschlüsselung aufgezeigt.

Thunderbird

Im Angesicht des "Spionageskandals habe ich eine sehr gut gemachte Anleitung für die Einrichtung von Mozilla Thunderbird mit GPG/Enigmail gefunden, um e-Mails zu ver- und entschlüsseln.

http://www.zeit.de/digital/datenschutz/2013-01/serie-mein-digitaler-schutzschild-enigmail

Mutt

Fügen sie die follgenden Zeilen in ihre Konfigurationsdatei von mutt ein, nachdem sie GPG erfolgreich eingerichtet haben.

set pgp_autosign      # Automatisches Singieren ausgehender Mails
set pgp_replyencrypt      # Auf PGP E-Mails mit PGP E-Mails reagieren
set pgp_replysign               # Auf signierten Mails mit eigener Unterschrift antworten
set pgp_replysignencrypted      # Automatisch die Antwort auf verschlüsselte Mails signieren 
set pgp_verify_sig=yes      # Automatische Überprüfung der Signatur
set pgp_timeout=300      # loesche Passphrase aus Speicher nach 300 sek
set pgp_good_sign="^gpg: Korrekte Unterschrift von"
unset pgp_show_unusable
#Speichern von unsignerten und unverschluesselten Mails im Gesendet-Ordner
set fcc_clear=yes
color body brightyellow black "^gpg: Korrekte Unterschrift von.*<" #korrekte gpg-Unterschrift
color body brightwhite red "gpg: Falsche Unterschrift" #Warnung bei falscher gpg-Unterschrift

English Version

Below, for mail clients available at GSI the methods for sending and receiving encrypted mails are shown.

Thunderbird

In the light of the "spy scandal", I found a very straight forward explanation of how to setup Mozilla Thunderbird with GPG/Enigmail to send and receive emails. It is only in German, maybe someone can insert an English tutorial.

http://www.zeit.de/digital/datenschutz/2013-01/serie-mein-digitaler-schutzschild-enigmail

Mutt

Insert the following lines after you have successfully setup gpg on your linux account:

set pgp_autosign      # Automatically sign outgoing mails
set pgp_replyencrypt      # Repy to gpg-encrypted mails with encrypted mail
set pgp_replysign               # Automatically sign replies to messages which are signed
set pgp_replysignencrypted      # Automatically sign replies to messages which are encrypted
set pgp_verify_sig=yes      # Automatically verify the signature of incoming mail
set pgp_timeout=300      # delete the passphrase in memory after 300 seconds
set pgp_good_sign="^gpg: Correct signature from"
unset pgp_show_unusable
#Store the mails unsigned and unencrypted in the sentbox
set fcc_clear=yes
color body brightyellow black "^gpg: Correct signature from.*<" #correct signature
color body brightwhite red "gpg: Wrong signature" #Warning at a wrong signature

-- UweScholz - 14 Aug 2013

This topic: Linux > WebHome > TipsTricks > DeryptMails
Topic revision: 2013-08-14, UweScholz
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding GSI Wiki? Send feedback | Legal notice | Privacy Policy (german)