smtp_use_tls = yes
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_use_tls = yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
so, the four lines above can be commented out?
thank you.
Viktor Dukhovni wrote:
On Sun, Apr 24, 2022 at 08:42:01PM +0800, ミユナ (alice) wrote:
Viktor Dukhovni wrote:
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
You typically don't need this, session tickets make a server-side cache
needless baggage.
Do you mean I won't cache the tls session? why not then?
Because it will be cached by the client.