How To Install postfix-lmdb on Fedora 36

In this tutorial we learn how to install postfix-lmdb in Fedora 36. postfix-lmdb is Postfix LDMB map support

Introduction

In this tutorial we learn how to install postfix-lmdb on Fedora 36.

What is postfix-lmdb

This provides support for LMDB maps in Postfix. If you plan to use LMDB maps with Postfix, you need this.

We can use yum or dnf to install postfix-lmdb on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install postfix-lmdb.

Install postfix-lmdb on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install postfix-lmdb using dnf by running the following command:

sudo dnf -y install postfix-lmdb

Install postfix-lmdb on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install postfix-lmdb using yum by running the following command:

sudo yum -y install postfix-lmdb

How To Uninstall postfix-lmdb on Fedora 36

To uninstall only the postfix-lmdb package we can use the following command:

sudo dnf remove postfix-lmdb

postfix-lmdb Package Contents on Fedora 36

/etc/postfix/dynamicmaps.cf.d/lmdb
/etc/postfix/postfix-files.d/lmdb
/usr/lib/.build-id
/usr/lib/.build-id/be
/usr/lib/.build-id/be/d9a2fe63fd350cb01e42ada81578eb57cce338
/usr/lib64/postfix/postfix-lmdb.so
/usr/share/doc/postfix/README_FILES/LMDB_README
/usr/share/man/man5/lmdb_table.5.gz

References

Summary

In this tutorial we learn how to install postfix-lmdb on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).