MountainX wrote:
> 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.
>   
Please list Postfix version instead of distribution.

This is relevant in this case because data_directory was introduced with
Postfix 2.5.
Several items are required to use data_directory like the cache
databases mentioned above in 2.5+\
Postfix will complain in the logs if it is incorrect.

Brian

Reply via email to