Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2002 14:57:47 -0700
From:      Adam Weinberger <adam@vectors.cx>
To:        Brian Henning <b1henning@hotmail.com>
Cc:        questions@freebsd.org
Subject:   Re: mutt/pgp
Message-ID:  <20021022215747.GF44186@vectors.cx>
In-Reply-To: <OE63Ee4zadTMVwVn20l0000009e@hotmail.com>
References:  <OE58Eq8hZYNX6Mma0n70000508a@hotmail.com> <20021022213705.GC44186@vectors.cx> <OE63Ee4zadTMVwVn20l0000009e@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Brian, I'm reposting this letter to freebsd-questions so that somebody
else can take a whack at giving you a good overview. Please don't forget
to include the list in your replies.

- -Adam


>> (10.22.2002 @ 1446 PST): Brian Henning said, in 2.7K: <<
> Adam,
> 
> thanks for the info. this helps a lot. i went and installed gpg from the
> ports.
> could you give me a brief overview how to set that up.
> i was playing around with it a little but i couldn't get a public key.
> 
> thanks again,
> brian
> 
> ----- Original Message -----
> From: "Adam Weinberger" <adamw@freebsd.org>
> To: "Brian Henning" <b1henning@hotmail.com>
> Cc: <ports@freebsd.org>
> Sent: Tuesday, October 22, 2002 4:37 PM
> Subject: Re: mutt/pgp
> 
> 
> > -----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 --a
> lways-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-secr
> et-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-----
> >
> 
>> end of "Re: mutt/pgp" from Brian Henning <<


- --
Adam Weinberger
adam@vectors.cx
adamw@FreeBSD.ORG

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (FreeBSD)

iD8DBQE9tcnbo8KM2ULHQ/0RAkNcAJ9zhcVGgQ8Ul+BWhdZwicl8OPJC/ACeLjNT
RL/lFXpA5MPmifg2YCDgZ3k=
=gM14
-----END PGP SIGNATURE-----

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021022215747.GF44186>