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. -- Viktor.