kuvert/dot-kuvert.docker

84 lines
1.7 KiB
Docker

# ~/.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 /home/kuvert/logs/kuvert.log
# who gets error reports
mail-on-error you@example.com
# where to spool mails and temporary files
queuedir /home/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:
#
# 1. via smtp
# settings: msserver, msport, ssl,
# ssl-cert, ssl-key, ssl-ca;
# authenticating as msuser, mspass
#
msserver smtp.example.com
msport 587
ssl starttls
# ssl-key mycerts/my.key.pem
# ssl-cert mycerts/my.cert.pem
msuser kuvert@example.com
mspass smtp-password
mspass-from-query-secret f
#
# 2. by using the msp program
#
#msp /usr/sbin/sendmail -om -oi -oem
can-detach f
# smtp submission daemon settings
maport 2587
# this is requried for kuvert-smtp running in docker
# to be available from outside of the container
# it is a security risk in non-docker set-up!
mahost 0.0.0.0
ma-user kuvert
ma-pass ChangeMe
defaultaction fallback-all
alwaystrust t
use-agent f
#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