- Clean up PGP/MIME flow by using API instead of explicit/manual generation of headers. - Fix E2E test configuration for PGP/MIME case. - Add first lacre.core unit tests. - Add another Contract Test.
37 lines
672 B
Text
37 lines
672 B
Text
[logging]
|
|
config = test/gpg-lacre-log.ini
|
|
file = test/logs/gpg-mailgate.log
|
|
format = %(asctime)s %(module)s[%(process)d]: %(message)s
|
|
date_format = ISO
|
|
|
|
[gpg]
|
|
keyhome = test/keyhome
|
|
cache_refresh_minutes = 1
|
|
|
|
[smime]
|
|
cert_path = test/certs
|
|
|
|
[database]
|
|
enabled = yes
|
|
url = sqlite:///test/lacre.db
|
|
|
|
[relay]
|
|
host = localhost
|
|
port = 2500
|
|
|
|
[daemon]
|
|
host = localhost
|
|
port = 10025
|
|
log_headers = yes
|
|
|
|
[cron]
|
|
send_email = no
|
|
|
|
[pgp_style]
|
|
# this recipient has PGP/MIME enabled, because the default approach is to use
|
|
# PGP/Inline
|
|
evan@disposlab = mime
|
|
|
|
[enc_keymap]
|
|
alice@disposlab = 1CD245308F0963D038E88357973CF4D9387C44D7
|
|
bob@disposlab = 19CF4B47ECC9C47AFA84D4BD96F39FDA0E31BB67
|