move btree to lmdb
This commit is contained in:
parent
5f1402dd67
commit
f31add1963
2 changed files with 3 additions and 4 deletions
|
@ -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"}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue