1GPG-MAILKEYS(1) General Commands Manual GPG-MAILKEYS(1)
2
3
4
6 gpg-mailkeys - sends emails containing keys to their owners
7
9 gpg-mailkeys id...
10
12 gpg-mailkeys sends the owners of the keys listed on the command line a
13 mail each, containing their public key. After signing, you can use this
14 tool to send everyone the new signatures they just got.
15
16 If you're interested in encrypting the signature before it's sent, in
17 order to verify that the associated address actually belongs to the key
18 owner, you should check out caff
19
21 None
22
24 NAME Set the name to use when sending messages
25
26 EMAIL Set the email address to use when sending messages
27
28 SUBJECT Set the subject of the messages you send
29
30 TEXT Set the body text of the messages
31
32 SENDMAIL Set the path to sendmail. Default: /usr/sbin/sendmail
33
34 SENDMAIL_ARGS
35 Set arguments to pass to $SENDMAIL. This can be useful to
36 set credentials in order to authenticate to an smtp server
37 when using ssmtp for example.
38
39 HOME Set the default home directory.
40
41 GNUPGBIN Set the gpg binary. Default: "gpg".
42
43 GNUPGHOME Set the default working directory for gpg. Default:
44 "~/.gnupg".
45
46
48 The behavior of gpg-mailkeys can be updated through some files availā
49 able in the user home directory.
50
51 Thus, ~/.gpg-mailkeysrc allows the user to overwrite the default value
52 for the above environment variables, and any text in ~/.signature will
53 be appended to the end of the body text of the message.
54
55
57 gpg(1),caff(1)
58
60 This manual page was written by Simon Richter <sjr@debian.org>.
61
62
63
64 Nov 23, 2010 GPG-MAILKEYS(1)