From owner-freebsd-ports Tue Oct 22 14:35:34 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D44B37B401 for ; Tue, 22 Oct 2002 14:35:33 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96FDC43E42 for ; Tue, 22 Oct 2002 14:35:32 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (d60a2f51bd33f3227a60247d6877c04f@localhost [127.0.0.1]) by vectors.cx (8.12.6/8.12.4) with ESMTP id g9MLb5ho050299; Tue, 22 Oct 2002 14:37:05 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.6/8.12.6/Submit) id g9MLb5FI050298; Tue, 22 Oct 2002 14:37:05 -0700 (PDT) (envelope-from monkey) Date: Tue, 22 Oct 2002 14:37:05 -0700 From: Adam Weinberger To: Brian Henning Cc: ports@freebsd.org Subject: Re: mutt/pgp Message-ID: <20021022213705.GC44186@vectors.cx> Mail-Followup-To: Adam Weinberger , Brian Henning , ports@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> (10.22.2002 @ 0940 PST): Brian Henning said, in 0.3K: << > Hello- > i have just installed mutt from the ports and i installed pgp from the ports > directory as well. how can i use the two to send a signed message or do i > need to comfigure mutt to uses pgp? >> end of "mutt/pgp" from Brian Henning << I include the following in my muttrc. Be sure to change the IDs (the 0x stuff) to your personal ID. Note that I use gnupg, which I find much more functional than the stuff in security/pgp*. - -Adam set pgp_decode_command="gpg %?p?--passphrase-fd 0? --no-verbose --batch --output - %f" set pgp_verify_command="gpg --no-verbose --batch --output - --verify %s %f" set pgp_decrypt_command="gpg --passphrase-fd 0 --no-verbose --batch --output - %f" set pgp_sign_command="gpg --no-verbose --batch --output - --passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f" set pgp_clearsign_command="gpg --no-verbose --batch --output - --passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f" set pgp_encrypt_only_command="pgpewrap gpg --batch --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust --encrypt-to 0x42C743FD -- -r %r -- %f" set pgp_encrypt_sign_command="pgpewrap gpg --passphrase-fd 0 --batch --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust --encrypt-to 0xXXXXXXXX -- -r %r -- %f" set pgp_import_command="gpg --no-verbose --import -v %f" set pgp_export_command="gpg --no-verbose --export --armor %r" set pgp_verify_key_command="gpg --no-verbose --batch --fingerprint --check-sigs %r" set pgp_list_pubring_command="gpg --no-verbose --batch --with-colons --list-keys %r" set pgp_list_secring_command="gpg --no-verbose --batch --with-colons --list-secret-keys %r" set pgp_autosign=yes set pgp_sign_as=0xXXXXXXXX set pgp_replyencrypt=yes set pgp_timeout=1800 set pgp_verify_sig=yes set pgp_replysign=yes set pgp_create_traditional=yes - -- Adam Weinberger adam@vectors.cx adamw@FreeBSD.ORG -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE9tcUBo8KM2ULHQ/0RAjiZAJ9rNklI+84sXv6/0R0xlLp7+Ei4+gCgoatv pwSRhoEfKKhATXlGddwwBLA= =HbVv -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message