2022-07-11 20:27:27 +02:00
|
|
|
[logging]
|
2024-01-06 15:06:36 +01:00
|
|
|
config = test/lacre-logging.conf
|
2022-07-11 20:27:27 +02:00
|
|
|
file = test/logs/gpg-mailgate.log
|
|
|
|
format = %(asctime)s %(module)s[%(process)d]: %(message)s
|
|
|
|
date_format = ISO
|
|
|
|
|
|
|
|
[gpg]
|
|
|
|
keyhome = test/keyhome
|
|
|
|
|
|
|
|
[smime]
|
|
|
|
cert_path = test/certs
|
|
|
|
|
|
|
|
[database]
|
|
|
|
enabled = yes
|
|
|
|
url = sqlite:///test/lacre.db
|
2023-12-17 14:03:20 +01:00
|
|
|
pooling_mode = optimistic
|
2022-07-11 20:27:27 +02:00
|
|
|
|
|
|
|
[relay]
|
|
|
|
host = localhost
|
|
|
|
port = 2500
|
|
|
|
|
|
|
|
[daemon]
|
|
|
|
host = localhost
|
|
|
|
port = 10025
|
2022-11-27 14:10:13 +01:00
|
|
|
log_headers = yes
|
2022-07-11 20:27:27 +02:00
|
|
|
|
|
|
|
[cron]
|
|
|
|
send_email = no
|
2024-01-07 21:52:52 +01:00
|
|
|
mail_templates = not_used
|
2022-07-11 20:27:27 +02:00
|
|
|
|
2022-12-27 18:05:27 +01:00
|
|
|
[pgp_style]
|
2023-02-19 11:22:37 +01:00
|
|
|
# this recipient has PGP/MIME enabled, because the default approach is to use
|
|
|
|
# PGP/Inline
|
2022-12-27 18:05:27 +01:00
|
|
|
evan@disposlab = mime
|
|
|
|
|
2022-07-11 20:27:27 +02:00
|
|
|
[enc_keymap]
|
|
|
|
alice@disposlab = 1CD245308F0963D038E88357973CF4D9387C44D7
|
|
|
|
bob@disposlab = 19CF4B47ECC9C47AFA84D4BD96F39FDA0E31BB67
|