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.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:kssingvo/postgrey && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
postgrey-1.32-config.patch | 0000001689 1.65 KB | |
postgrey-1.34-config.patch | 0000004204 4.11 KB | |
postgrey-1.34-goupid.patch | 0000000698 698 Bytes | |
postgrey-1.36-config.patch | 0000000887 887 Bytes | |
postgrey-1.36.tar.bz2 | 0000034697 33.9 KB | |
postgrey.README.SUSE | 0000002203 2.15 KB | |
postgrey.changes | 0000002778 2.71 KB | |
postgrey.init | 0000002915 2.85 KB | |
postgrey.spec | 0000006029 5.89 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
Klaus Singvogel (kssingvo)
committed
(revision 3)
- update to version 1.36: * improved support for IPv6 addresses: new --ipv4cidr and --ipv6cidr options for proper subnetting of IPv6 (Håvard Moen, BenediktS) * updated whitelist * user-settable unix socket permission: --socketmode (Teubel György) * init script fixes (Sacha Ott) - includes version 1.35: * use just 'postgrey' as process name, instead of '/usr/sbin/postgrey', because Linux tools are limited to 15 characters (#5) * Make postgrey work with Perl 5.18 (Yasuhiro KIMURA, #4) * updated whitelist - fixed local config patches
Comments 0