On Fri, 2013-04-12 at 05:10:09 -0600, LuKreme wrote: > ... > In our previous episode (Thursday, 11-Apr-2013), Sahil Tandon said: > > As documented, Postfix uses the default Berkeley DB version that ships > > with your system, which I am assuming is FreeBSD. > > Yes, FreeBSD VeryOld-stable. > > Then which of the libdb.so files on the system is postfix using?
None. Postfix is using libc, which appears in your ldd(1) output, and contains the Berkeley DB 1.85 routines. > # locate libdb.so > /usr/local/lib/db42/libdb.so > /usr/local/lib/db44/libdb.so > /usr/local/lib/db48/libdb.so These were installed via ports; not part of base system, and irrelevant given the way you built Postfix. -- Sahil Tandon