mutt/pgp

2002-10-22 Thread Brian Henning
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?

thanks,
brian

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: mutt/pgp

2002-10-22 Thread Udo Schweigert
On Tue, Oct 22, 2002 at 11:40:14 -0500, Brian Henning wrote:
 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?
 

No. Have a look at e.g. /usr/local/share/doc/mutt/samples/pgp5.rc

Best regards

--
Udo Schweigert, Siemens AG   | Voice  : +49 89 636 42170
CT IC CERT, Siemens CERT | Fax: +49 89 636 41166
D-81730 Muenchen / Germany   | email  : [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: mutt/pgp

2002-10-22 Thread Adam Weinberger
-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 [EMAIL PROTECTED]
 To: Brian Henning [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 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 0x -- -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=0x
  set pgp_replyencrypt=yes
  set pgp_timeout=1800
  set pgp_verify_sig=yes
  set pgp_replysign=yes
  set pgp_create_traditional=yes
 
  - --
  Adam Weinberger
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
 
  -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
[EMAIL PROTECTED]
[EMAIL PROTECTED]

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

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

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message