which of these lines is more correct? I'm guessing the 2nd line is better.
smtpd_tls_session_cache_database = btree:/var/run/smtpd_tls_session_cache
or
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
same question here:
smtp_tls_session_cache_database = btree:/var/run/smtp_tls_session_cache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
If it makes a difference, I'm on Ubuntu 8.04. Thanks.
-----
http://davestechshop.net blog
--
View this message in context:
http://www.nabble.com/smtpd_tls_session_cache_database---correct-config--tp21709779p21709779.html
Sent from the Postfix mailing list archive at Nabble.com.