diff options
author | kim <kim@pkgsrc.org> | 2004-12-22 15:51:38 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2004-12-22 15:51:38 +0000 |
commit | 106d1022fd28f83828acf26cf01ea2cdbaf271bf (patch) | |
tree | 5a67a89426172a4f76b52a8cc957db76c97ba553 /mail/postgrey/PLIST | |
parent | ee8fe49c214071064daef5436297f65126062782 (diff) | |
download | pkgsrc-106d1022fd28f83828acf26cf01ea2cdbaf271bf.tar.gz |
Postgrey is a Postfix policy server implementing greylisting developed
by David Schweikert.
Compared to greylist.pl included with Postfix (2.1.1), Postgrey has the
following additional features:
- Safer database handling: Postgrey does use the logging and transaction
features of BerkeleyDB to maximize reliability.
- Automatical cleaning of the database: Entries that were last seen
more than a defined amount of time get removed automatically.
Diffstat (limited to 'mail/postgrey/PLIST')
-rw-r--r-- | mail/postgrey/PLIST | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/postgrey/PLIST b/mail/postgrey/PLIST new file mode 100644 index 00000000000..70b15b55a57 --- /dev/null +++ b/mail/postgrey/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/22 15:51:38 kim Exp $ +sbin/postgrey +${DOCDIR}/COPYING +${DOCDIR}/Changes +${DOCDIR}/README +${EGDIR}/postgrey_whitelist_clients +${EGDIR}/postgrey_whitelist_recipients |