28.5 Installing Postfix on Fedora 31
By default, the Fedora 31 installation process installs postfix for most configurations. To verify if postfix is already installed, use the following rpm command:
# rpm -q postfix
If rpm reports that postfix is not installed, it may be installed as follows:
# dnf install postfix
The dnf tool will download and install postfix, and configure a special postfix user in the /etc/passwd file.