Postfix greylisting policy server
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.
The following features compared with greylist.pl from Postfix 2.1.1 are
new: Safe database, automatic maintenance, whitelists, lookup by
subnet, auto-whitelisting of clients, only Berkeley DB and no large
mysql nor postgresql DB needed.
- Sources inherited from project openSUSE:12.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:lafenghu/postgrey && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
postgrey-1.31-goupid.patch | 0000001297 1.27 KB | |
postgrey-1.33-config.patch | 0000007232 7.06 KB | |
postgrey-1.33.tar.bz2 | 0000033222 32.4 KB | |
postgrey.README.SUSE | 0000002203 2.15 KB | |
postgrey.changes | 0000002941 2.87 KB | |
postgrey.init | 0000003188 3.11 KB | |
postgrey.spec | 0000004735 4.62 KB | |
postgrey.sysconfig | 0000000790 790 Bytes | |
postgrey_clients_dump | 0000000943 943 Bytes | |
postgrey_clients_dump.patch | 0000000445 445 Bytes | |
postgrey_daily_greylist.crontab | 0000001972 1.93 KB |
Latest Revision
Adrian Schröter (adrianSuSE)
committed
(revision 1)
branched from openSUSE:Factory
Comments 0