From owner-freebsd-questions@FreeBSD.ORG Fri Mar 25 21:40:56 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 125F116A4CE for ; Fri, 25 Mar 2005 21:40:56 +0000 (GMT) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBEFF43D39 for ; Fri, 25 Mar 2005 21:40:55 +0000 (GMT) (envelope-from fteg@london.com) Received: from wfilter.us4.outblaze.com (wfilter.us4.outblaze.com [205.158.62.180])A03061800137 for ; Fri, 25 Mar 2005 21:40:55 +0000 (GMT) X-OB-Received: from unknown (205.158.62.49) by wfilter.us4.outblaze.com; 25 Mar 2005 21:40:55 -0000 Received: by ws1-1.us4.outblaze.com (Postfix, from userid 1001) id 862B34BEAD; Fri, 25 Mar 2005 21:40:55 +0000 (GMT) Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Received: from [213.187.181.70] by ws1-1.us4.outblaze.com with http for fteg@london.com; Fri, 25 Mar 2005 16:40:55 -0500 From: "Fafa Diliha Romanova" To: questions@freebsd.org Date: Fri, 25 Mar 2005 16:40:55 -0500 X-Originating-Ip: 213.187.181.70 X-Originating-Server: ws1-1.us4.outblaze.com Message-Id: <20050325214055.862B34BEAD@ws1-1.us4.outblaze.com> Subject: how to beautify gpg+mutt in freebsd 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: Fri, 25 Mar 2005 21:40:56 -0000 hello i'm a stupid newbie. but i'm trying to get a decent gpg+mutt setup. i've generated my public key but i think that signing using that is a bad idea. people get confused, thinking they're attachments that they are unable to open. besides, mutt gives them bad names like untitled(2) or 1.dat. 1) what other options do i have for signing my messages? i like the way hushmail for instance signs my messages: btw this is a signature right ... not the public key? is it easy generating a signature? -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Example message -----BEGIN PGP SIGNATURE----- Note: This signature can be verified at https://www.hushtools.com/verify Version: Hush 2.4 wkYEARECAAYFAkJEgdgACgkQgrhgoMygEH5zuACgoKvM67sQV6aVK+3oECyZvBMhjFQA oLwM/S0bteviF5SD5wNhBU3DULWs =3DcTDp -----END PGP SIGNATURE----- 2) that looks, however, kinda messy. is it possible making my signature more good looking? like this, maybe, more consistent and solid? -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Example good looking message -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) wkYEARECAAYFAkJEgdgACgkQgrhgoMygEH5zuACgoKvM67sQV6aV 0bteviF5SD5wNhBU3DULWs0bteviF5SD5wNhBU3DULWs0bteviF5 -----END PGP SIGNATURE----- 3) the same applies to the end of my public key. it ends like this: EORr3YWE6W98CMw/QYpjTGmxOIhJBBgRAgAJBQJBgkwYAhsMAAoJEHhe0auuyFds WJsAni5+AYlGlvGI83Py3yBVTs7LL8ZOAJ9jhl7rS+NublDbxLGMeTL6MTxYIw=3D=3D =3D+Wyz being very concerned about aesthetics, that orphan =3D+Wyz really bugs me. is there no way of telling gpg that i want clean slices? *** here is my .muttrc pertaining to gpg: source ~/.gpgrc set pgp_replysign set pgp_replyencrypt set pgp_verify_sig=3Dyes set pgp_sign_as=3D"AEC8276C" set pgp_strict_enc unset pgp_autosign unset pgp_autoencrypt *** and here is my .gpgrc: set pgp_decode_command=3D"/usr/local/bin/gpg %?p?--passphrase-fd 0? --no-ve= rbose --quiet --batch --output - %f" set pgp_verify_command=3D"/usr/local/bin/gpg --no-verbose --quiet --batch -= -output - --verify %s %f" set pgp_decrypt_command=3D"/usr/local/bin/gpg --passphrase-fd 0 --no-verbos= e --quiet --batch --output - %f" set pgp_sign_command=3D"/usr/local/bin/gpg --no-verbose --batch --quiet --o= utput - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f" set pgp_clearsign_command=3D"/usr/local/bin/gpg --no-verbose --batch --quie= t --output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f" set pgp_encrypt_only_command=3D"pgpewrap /usr/local/bin/gpg --batch --quiet= --no-verbose --output - --encrypt --textmode --armor --always-trust -- -r = %r -- %f" set pgp_encrypt_sign_command=3D"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=3D"/usr/local/bin/gpg --no-verbose --import -v %f" set pgp_export_command=3D"/usr/local/bin/gpg --no-verbose --export --armor = %r" set pgp_verify_key_command=3D"/usr/local/bin/gpg --verbose --batch --finger= print --check-sigs %r" set pgp_list_pubring_command=3D"/usr/local/bin/gpg --no-verbose --batch --q= uiet --with-colons --list-keys %r" set pgp_list_secring_command=3D"/usr/local/bin/gpg --no-verbose --batch --q= uiet --with-colons --list-secret-keys %r" set pgp_good_sign=3D"`gettext -d gnupg -s 'Good signature from "' | tr -d '= "'`" what am i missing out on? i appreciate any help i can get ... and i promise to remain in this community till i'm in you people's shoes, so i can return this help to someone as dumb as me :) best wishes, -- fafa --=20 ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm