move btree to lmdb

This commit is contained in:
Sebastian Hugentobler 2021-08-24 10:41:54 +02:00
parent 5f1402dd67
commit f31add1963
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
2 changed files with 3 additions and 4 deletions

View file

@ -47,8 +47,8 @@ smtpd_tls_wrappermode = no
lmtp_tls_mandatory_ciphers = $smtpd_tls_mandatory_ciphers
lmtp_tls_ciphers = $smtpd_tls_ciphers
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_tls_session_cache_database = lmdb:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = lmdb:${data_directory}/smtp_scache
smtpd_sasl_type = dovecot
smtpd_sasl_path = inet:{{getenv "DOVECOT_HOST"}}:{{getenv "DOVECOT_AUTH_PORT"}}