On Wed, Jan 05, 2022 at 04:10:26AM -0500, Ruben Safir wrote:
> queue_directory = /var/spool/postfix
> smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
> smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
This is a mistake, these files don't belong there, they should in
$data_directory, which is where Postfix processes store transient data
that can be updated by non-privileged writers. The $queue_directory
belongs to root and only specific sub-directories should be used to
store non-privileged data.
--
Viktor.