diff options
author | Werner Koch <[email protected]> | 2023-12-20 14:30:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-12-20 14:30:37 +0000 |
commit | 5d651fc8fd47d6e9193fb904abd0fb4bb1815911 (patch) | |
tree | b4b3ad96ee621cb23ad0b303ce9395f661368620 /doc | |
parent | tools: Integrate the dotlock tool into gpgconf. (diff) | |
download | gnupg-5d651fc8fd47d6e9193fb904abd0fb4bb1815911.tar.gz gnupg-5d651fc8fd47d6e9193fb904abd0fb4bb1815911.zip |
doc: Explain what to put into mailcap for gpg-wks-client.
--
Diffstat (limited to 'doc')
-rw-r--r-- | doc/wks.texi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/wks.texi b/doc/wks.texi index 26d8b96f6..a8d0455e5 100644 --- a/doc/wks.texi +++ b/doc/wks.texi @@ -243,6 +243,21 @@ Display a brief help page and exit. @end table +@noindent +@mansect examples +@chapheading Examples + +To use the services with clients lacking integrated support, the +mailcap mechanism can be used. Simply put: +@example +application/vnd.gnupg.wks; \ + @value{BINDIR}/gpg-wks-client -v --read --send; \ + needsterminal; \ + description=WKS message +@end example +into the @file{/etc/mailcap}. This assumes that a /usr/lib/sendmail +is installed. With this configuration any real mail programs will run +gpg-wks-client for messages received from a Web Key Service. @mansect see also @ifset isman |