On Mon, Jul 06, 2020 at 10:13:11AM -0700, PGNet Dev wrote: > I build/use Postfix with LMDB. Works great. > > Looking at distro packages, don't alway find LMDB support compiled in. > > I can certainly rebuild my own, but wanted to check first:
Various OS distributions build separate packages for the Postfix database table drivers. For example, in Fedora 31: $ rpm -qf /usr/lib64/postfix/postfix-cdb.so postfix-cdb-3.4.13-1.fc31.x86_64 I don't see a similar package for lmdb in Fedora 31, but there is for example: https://centos.pkgs.org/7/ghettoforge-testing-x86_64/postfix3-lmdb-3.5.4-1.gf.el7.x86_64.rpm.html So depending on your OS distribution, LMDB may be available as a separate package. -- Viktor.