Initial import of relaydb-1.7.
relaydb is a mail header analyzer that builds a database of IP addresses either known as legitimate senders or spammers. relaydb doesn't itself classify mails as legitimate or spam, that decision needs to be reached through other means. Neither does relaydb block spam itself. It merely provides a list of IP addresses to block through other means, like spamd(8) and pf(4).
This commit is contained in:
parent
c89290b221
commit
e83635b40a
4 changed files with 36 additions and 0 deletions
7
relaydb/DESCR
Normal file
7
relaydb/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
relaydb is a mail header analyzer that builds a database of IP addresses
|
||||
either known as legitimate senders or spammers.
|
||||
|
||||
relaydb doesn't itself classify mails as legitimate or spam, that decision
|
||||
needs to be reached through other means. Neither does relaydb block spam
|
||||
itself. It merely provides a list of IP addresses to block through other
|
||||
means, like spamd(8) and pf(4).
|
20
relaydb/Makefile
Normal file
20
relaydb/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/06/28 17:07:23 ppostma Exp $
|
||||
#
|
||||
|
||||
DISTNAME= relaydb-1.7
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.benzedrine.cx/
|
||||
|
||||
MAINTAINER= peter@pointless.nl
|
||||
HOMEPAGE= http://www.benzedrine.cx/relaydb.html
|
||||
COMMENT= Spam relay database
|
||||
|
||||
NO_CONFIGURE= yes
|
||||
INSTALLATION_DIRS= bin man/man8 man/cat8
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/relaydb ${PREFIX}/bin/relaydb
|
||||
${INSTALL_MAN} ${WRKSRC}/relaydb.8 ${PREFIX}/man/man8/relaydb.8
|
||||
${INSTALL_MAN} ${WRKSRC}/relaydb.cat8 ${PREFIX}/man/cat8/relaydb.cat8
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
4
relaydb/PLIST
Normal file
4
relaydb/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/28 17:07:23 ppostma Exp $
|
||||
bin/relaydb
|
||||
man/cat8/relaydb.cat8
|
||||
man/man8/relaydb.8
|
5
relaydb/distinfo
Normal file
5
relaydb/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/06/28 17:07:23 ppostma Exp $
|
||||
|
||||
SHA1 (relaydb-1.7.tar.gz) = 8f2be5df3c71141ba26c0a5e5b74c649b9032540
|
||||
RMD160 (relaydb-1.7.tar.gz) = 2e99056494d96c42ff684d32a0bd9ab6584fb883
|
||||
Size (relaydb-1.7.tar.gz) = 6590 bytes
|
Loading…
Reference in a new issue