From owner-freebsd-questions@FreeBSD.ORG Sun Mar 20 13:17:59 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96E0E16A4CE for ; Sun, 20 Mar 2005 13:17:59 +0000 (GMT) Received: from smtp3.hushmail.com (smtp3.hushmail.com [65.39.178.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4030043D41 for ; Sun, 20 Mar 2005 13:17:59 +0000 (GMT) (envelope-from awad@hushmail.com) Received: from smtp3.hushmail.com (localhost.hushmail.com [127.0.0.1]) by smtp3.hushmail.com (Postfix) with SMTP id 2A907A35CB for ; Sun, 20 Mar 2005 05:17:58 -0800 (PST) Received: from mailserver3.hushmail.com (mailserver3.hushmail.com [65.39.178.20]) by smtp3.hushmail.com (Postfix) with ESMTP for ; Sun, 20 Mar 2005 05:17:57 -0800 (PST) Received: (from nobody@localhost) by mailserver3.hushmail.com (8.12.11/8.12.9/Submit) id j2KDHuVb051002 for questions@freebsd.org; Sun, 20 Mar 2005 05:17:56 -0800 (PST) (envelope-from awad@hushmail.com) Message-Id: <200503201317.j2KDHuVb051002@mailserver3.hushmail.com> Date: Sun, 20 Mar 2005 05:17:52 -0800 To: questions@freebsd.org From: Subject: gpg encryption in mutt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2005 13:17:59 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hello i am trying to set up decent gpg encryption in mutt, so that my e-mails will look more professional. (like this hushmail one) what i'm doing so far is signing my messages, but mutt-devel gives them stupid filenames (like 2.dat etc.) which doesn't give much of an impression. i'm thinking i oughta just include some key thing in my .signature file but i'm not sure what. i'm searching people who has been in the same situation as me and who would like to help their brothers in need :) here is my setup, .muttrc: source ~/.gpgrc set pgp_replysign set pgp_replyencrypt set pgp_verify_sig=yes set pgp_sign_as="AEC8576C" set pgp_strict_enc unset pgp_autosign unset pgp_autoencrypt and here is .gpgrc: set pgp_decode_command="/usr/local/bin/gpg %?p?--passphrase-fd 0? -- no-verbose --quiet --batch --output - %f" set pgp_verify_command="/usr/local/bin/gpg --no-verbose --quiet -- batch --output - --verify %s %f" set pgp_decrypt_command="/usr/local/bin/gpg --passphrase-fd 0 --no- verbose --quiet --batch --output - %f" set pgp_sign_command="/usr/local/bin/gpg --no-verbose --batch -- quiet --output - --passphrase-fd 0 --armor --detach-sign --textmode %?a? - -u %a? %f" set pgp_clearsign_command="/usr/local/bin/gpg --no-verbose --batch - - -quiet --output - --passphrase-fd 0 --armor --textmode --clearsign % ?a?-u %a? %f" set pgp_encrypt_only_command="pgpewrap /usr/local/bin/gpg --batch -- quiet --no-verbose --output - --encrypt --textmode --armor --always- trust -- -r %r -- %f" set pgp_encrypt_sign_command="pgpewrap /usr/local/bin/gpg -- passphrase-fd 0 --batch --quiet --no-verbose --textmode --output - - - -encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f" set pgp_import_command="/usr/local/bin/gpg --no-verbose --import -v %f" set pgp_export_command="/usr/local/bin/gpg --no-verbose --export -- armor %r" set pgp_verify_key_command="/usr/local/bin/gpg --verbose --batch -- fingerprint --check-sigs %r" set pgp_list_pubring_command="/usr/local/bin/gpg --no-verbose -- batch --quiet --with-colons --list-keys %r" set pgp_list_secring_command="/usr/local/bin/gpg --no-verbose -- batch --quiet --with-colons --list-secret-keys %r" set pgp_good_sign="`gettext -d gnupg -s 'Good signature from "' | tr -d '"'`" what am i missing? - -- thanks @ awad -----BEGIN PGP SIGNATURE----- Note: This signature can be verified at https://www.hushtools.com/verify Version: Hush 2.4 wkYEARECAAYFAkI9eAwACgkQgrhgoMygEH4YUgCePBILSM8rc/aTZEdTlMn8KK5Sq50A nAyEO7MpkcmhmaoNoYaHwIvoIGUq =cXFU -----END PGP SIGNATURE----- Concerned about your privacy? Follow this link to get secure FREE email: http://www.hushmail.com/?l=2 Free, ultra-private instant messaging with Hush Messenger http://www.hushmail.com/services-messenger?l=434 Promote security and make money with the Hushmail Affiliate Program: http://www.hushmail.com/about-affiliate?l=427