Martijn de Munnik wrote:
What do these log entries mean and how can I fix this problem:

Jul 29 02:19:41 stevie.youngguns.nl postfix/tlsmgr[24813]: [ID 947731 mail.warning] warning: request to update table btree:/var/spool/postfix/smtpd_scache in non-postfix directory /var/spool/postfix Jul 29 02:19:41 stevie.youngguns.nl postfix/tlsmgr[24813]: [ID 947731 mail.warning] warning: redirecting the request to postfix-owned data_directory /opt/csw/var/lib/postfix Jul 29 02:19:41 stevie.youngguns.nl postfix/tlsmgr[24813]: [ID 947731 mail.warning] warning: request to update table btree:/var/spool/postfix/smtp_scache in non-postfix directory /var/spool/postfix Jul 29 02:19:41 stevie.youngguns.nl postfix/tlsmgr[24813]: [ID 947731 mail.warning] warning: redirecting the request to postfix-owned data_directory /opt/csw/var/lib/postfix


Read the RELEASE_NOTES before you upgrade. Or after you upgrade and something ... unexpected happens.

postconf -n
...
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache

These should point to $data_directory.  See RELEASE_NOTES.

  -- Noel Jones

Reply via email to