# ~/.kuvert: example configuration file for kuvert v2

# options are given without leading whitespace

# which key to sign with by default
defaultkey 0x1234abcd

# logging to syslog, which facility? defaults to no syslog
syslog mail

# no separate logfile
logfile ""

# who gets error reports
mail-on-error you@some.domain

# where to spool mails and temporary files
queuedir /home/az/kuvert_queue
tempdir  /tmp/kuvert_temp

# how often to check the queue, in seconds
interval 60

# add an x-mailer header?
identify f

# add the explanatory mime preamble? 
preamble f


# how to submit outbound mail: either via smtp (msserver, msport; authenticating as msuser, mspass)
# or by using the msp program
#msserver localhost
#msport 587
#msuser smtp-username
#mspass smtp-password
#mspass-from-query-secret f
msp /usr/sbin/sendmail -om -oi -oem

can-detach t
# maport 2587
# ma-user yourname
# ma-pass somethingSECRET

defaultaction fallback-all

alwaystrust t

use-agent t
query-secret /usr/bin/q-agent get %s
flush-secret /usr/bin/q-agent delete %s

# action specifications for recipients
# are given with some leading whitespace

# multiple keys for somebody and you want a specific one?
 somebody@with.many.keys fallback,0x1234abcd

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

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

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

