On Sat, Oct 17, 2009 at 01:34:06PM -0700, Buzzer wrote: > How do I encrypt outgoing message for multiple recipients? For me self > too, for example.
From your ~/.gnupg.conf file: # Use --encrypt-to to add the specified key as a recipient to all # messages. This is useful, for example, when sending mail through a # mail client that does not automatically encrypt mail to your key. # In the example, this option allows you to read your local copy of # encrypted mail that you've sent to others. encrypt-to somehotg...@gmail.com This will allow you the ability to read a message you just encrypted to somebody else. I'm not sure why you'd want to encrypt a document for multiple recipients, but I gather that it can be done... as: gpg -r {uid1} -r {uid2} -r {uid3} --always-trust -e inputfile -o outputfile This should create a file that will be encrypted to anyone you list in your command line. You can also do it using a mailing list, though I am not sure just exactly what the syntax is. Once you have the file encrypted, just send it as an attachment using Mutt... or whatever mail client you are using. Take this all with a grain of salt and do some experimentation. I'm more of a blacksmith than I am an IT tech. Dale -- "Nothing is ever so bad that it couldn't be worse, and if it could be worse than it is, then maybe its not so bad!"
pgp3tb2bNCEmM.pgp
Description: PGP signature