Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
postgrey - 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.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
postgrey |
1.27 |
4.fc6 |
src |
36 KiB |
Mon Feb 12 14:32:33 2007 |
Changelog
- * Mon Feb 12 17:00:00 2007 Matthias Saou <http://freshrpms.net/> 1.27-4
- Silence %setup.
- Fix init script mode in the srpm.
- Remove explicit perl(IO::Multiplex) requirement, not needed on FC6 (but
probably still on RHEL4).
- Add a comment line to the empty local whitelist file.
- * Mon Dec 4 17:00:00 2006 Matthias Saou <http://freshrpms.net/> 1.27-3
- Add man page generation (Mike Wohlgemuth).
- * Fri Dec 1 17:00:00 2006 Matthias Saou <http://freshrpms.net/> 1.27-2
- Include postgreyreport script.