Commit e6e6b20c authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed tls_session_timeout setting

parent f9e07767
...@@ -230,7 +230,7 @@ tls_client_ca_dir: /etc/ssl/certs ...@@ -230,7 +230,7 @@ tls_client_ca_dir: /etc/ssl/certs
# The length of time (in minutes) that a TLS session will be cached for # The length of time (in minutes) that a TLS session will be cached for
# later reuse. The maximum value is 1440 (24 hours), the default. A # later reuse. The maximum value is 1440 (24 hours), the default. A
# value of 0 will disable session caching. # value of 0 will disable session caching.
tls_session_timeout: 1440endef tls_session_timeout: 1440
endef endef
export IMAPD_CONFIG export IMAPD_CONFIG
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment