On 7/8/2012 9:09 PM, Rick Zeman wrote: > Just upgraded to 3.93 from 3.62 from source (amazingly smooth "make > upgrade" after skipping 3 years of interim versions. Easier than > using an rpm!). I fixed the TLS database location warnings that > cropped up in the logs, but I'm also seeing: > > Jul 8 21:51:51 tux postfix/verify[28749]: close database > /var/lib/postfix/verify_cache.db: No such file or directory (possible > Berkeley DB bug)
This is a non-error that can safely be ignored if there are no error: or warning: messages associated with it -- you'll notice this particular message is not proceeded by error: or warning:. You can probably get rid of the annoying message by upgrading your BDB version, but beware of DLL dependency problems if other programs are also using BDB. -- Noel Jones
