How to Install and Uninstall postgrey.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 08,2024

1. Install "postgrey.noarch" package

Please follow the step by step instructions below to install postgrey.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install postgrey.noarch

2. Uninstall "postgrey.noarch" package

Please follow the step by step instructions below to uninstall postgrey.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove postgrey.noarch $ sudo dnf autoremove

3. Information about the postgrey.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:09:08 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : postgrey
Version : 1.37
Release : 9.el8
Architecture : noarch
Size : 56 k
Source : postgrey-1.37-9.el8.src.rpm
Repository : epel
Summary : Postfix Greylisting Policy Server
URL : http://postgrey.schweikert.ch/
License : GPLv2+
Description : Postgrey is a Postfix policy server implementing greylisting. When a request
: for delivery of a mail is received by Postfix via SMTP, the triplet CLIENT_IP /
: SENDER / RECIPIENT is built. If it is the first time that this triplet is
: seen, or if the triplet was first seen less than 5 minutes, then the mail gets
: rejected with a temporary error. Hopefully spammers or viruses will not try
: again later, as it is however required per RFC.