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

next in thread | previous in thread | raw e-mail | index | archive | help
-----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




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