X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=caff%2FREADME;h=8bd828beda7a7811d46b2a50e4479f274fc241e3;hb=855a696b9f9c1d14bae8fb6cd305545d2583cab3;hp=7b97b91741c1a9d7f445bacfe7675502a5f02cf1;hpb=68446e183cbcb2fc6ea060625684b3ace507aaa0;p=pgp-tools.git diff --git a/caff/README b/caff/README index 7b97b91..8bd828b 100644 --- a/caff/README +++ b/caff/README @@ -35,6 +35,24 @@ systems. Dependencies: gnupg (>= 1.3.92), perl, libgnupg-interface-perl, libmime-perl, libmailtools-perl (>= 1.62), mailx + +INSTALLATION NOTES + +After creating a ~/.caffrc from the template, caff almost works out of the box. + +It has a problem, though: your personal public key is not imported in the caff +working keyring. Do fix it, do this: + +Considering you have this: + + $CONFIG{'caffhome'} = $ENV{'HOME'}.'.caff'; + +Do: + + gpg --export | gpg --import --homedir ~/.caff/gnupghome + +This is a workaround for a bug which is already noted in the TODO list. + -- Peter $Id$