Jason Hirsh via Postfix-users: > I am still dealing with self inflicted issued when I updated to > FreeBSD 14,1 and the associated update to Postfix 3.9 I sort of > became aware of the end of support for btree and changed these > lines in master.cf from
Did you mean main.cf? > smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache > smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache > > > to. > smtpd_tls_session_cache_database = lmdb:${data_directory}/smtpd_scache > smtp_tls_session_cache_database = lmdb:${data_directory}/smtp_scache That is smtpd_tls_session_cache_database and smtp_tls_session_cache_database. > I have reloaded Postfix even rebooted the server but the postfix/verify > database keeps giving the old reference > > postfix/verify[19776]: warning: btree:/var/db/postfix/verify_cache is > unavailable. open database /var/db/postfix/verify_cache.db: Inappropriate > file type or format > > Can I update btree:/var/db/postfix/verify_cache or am I misunderstanding the > error? You can specify address_verify_map in main.cf. https://www.postfix.org/postconf.5.html#address_verify_map Wietse _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org