# .caffrc -- vim:ft=perl: # This file is in perl(1) format - see caff(1) for details. $CONFIG{'owner'} = 'Thorsten Behrens'; $CONFIG{'email'} = 'thb@documentfoundation.org'; # mail myself, for keeping records of signatures $CONFIG{'bcc'} = 'thb@documentfoundation.org'; # You can get your long keyid from # gpg --with-colons --list-key # # If you have a v4 key, it will simply be the last 16 digits of # your fingerprint. # # Example: # $CONFIG{'keyid'} = [ qw{FEDCBA9876543210} ]; # or, if you have more than one key: # $CONFIG{'keyid'} = [ qw{0123456789ABCDEF 89ABCDEF76543210} ]; $CONFIG{'keyid'} = [ qw{D1AB6707D408DA1F} ]; # Select this/these keys to sign with $CONFIG{'local-user'} = [ qw{D1AB6707D408DA1F} ]; # Additionally encrypt messages for these keyids - to permit me to # read the Bcc $CONFIG{'also-encrypt-to'} = [ qw{D1AB6707D408DA1F} ]; # Use local mail queue wrapper around msmtp for outgoing $CONFIG{'mailer-send'} = [ 'mailer', 'enqueue.sh -a gmail -f thb@documentfoundation.org -- ' ]; # Default mailer #$CONFIG{'mailer-send'} = [ 'mailer', 'sendmail -f thb@documentfoundation.org -- ' ];