Is there a HowTo web page that I am overlooking to implement TLS connection reuse? I believe my lack of caching of TLS connections to my upstream gateway is causing performance issues when the tidal wave of ListServ emails hit me.
Based on my read of the documentation I think these things need to happen but worry there may be other settings I am overlooking? 1. Configure smtp_tls_connection_reuse = yes (Or use smtp_tls_connection_reuse ) in /etc/postfix/main.cf. 2. Optionally configure smtp_tls_session_cache_database = btree:/var/lib/postfix/smtp_scache in /etc/postfix/main.cf so that multiple smtp processes can share the cache, 3. Uncomment the tlsproxy line in /etc/postfix/master.cf. The documentation http://www.postfix.org/TLS_README.html#client_tls_reuse mentions it uses tlsproxy. That did not ring a bell for me and I found the service in the master.cf file. _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org