# ~/.kuvert: example configuration file for kuvert
# az@debian.org 

# where to spool mails and temporary files
QUEUEDIR	/home/az/kuvert_queue
TEMPDIR		/home/az/kuvert_temp

# which keys to use. 
# 0x0 disables a method, no specification means use the first key from
# secret ring
NGKEY	0x42BD645D
STDKEY	0x5B586291

# various tuning options, see the manpage for details
PGPPATH /usr/bin/pgp
GPGPATH /usr/bin/gpg
USEPGP 0
ALWAYSTRUST 1
# if secretondemand is not set, kuvert remembers passphrases itself
# otherwise it calls the get program to retrieve a passphrase
# and the del program to remove an incorrect passphrase
SECRETONDEMAND 1
GETSECRET /usr/bin/q-agent get %s
DELSECRET /usr/bin/q-agent delete %s
IDENTIFY 1

# seconds between checks of the spool dir
INTERVAL 30

# action specifications for recipients 

# those don't want gpg-signed stuff
@somewhere.com none

# signed but not encrypted
(he|they|others)@there.com	ngsign

# majordomo and similar mailinglist systems get plain mail
(majordomo|-request)@	none

# somebody preferring gpg, signed or encrypted
@here.com	ng

# all others: look for keys for everyone, if available encrypt+sign
# otherwise just sign
DEFAULT			fallback-force
