diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1999-02-11 15:23:16 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1999-02-11 15:23:16 +0800 |
commit | 52895117d1e130aee17510d9c7f259ca30e9c485 (patch) | |
tree | 7a3d6bd1c8c107f662e962664b6d867d19a85730 /mail | |
parent | bb79a0a713dda68470640033c55e77f8ec4e880e (diff) | |
download | freebsd-ports-gnome-52895117d1e130aee17510d9c7f259ca30e9c485.tar.gz freebsd-ports-gnome-52895117d1e130aee17510d9c7f259ca30e9c485.tar.zst freebsd-ports-gnome-52895117d1e130aee17510d9c7f259ca30e9c485.zip |
RBL (Realtime Blackhole List) smtp daemon for blocking SPAM.
PR: ports/8516 and ports/9080
Submitted by: John Saunders <john@nlc.net.au>
Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rblsmtpd/Makefile | 25 | ||||
-rw-r--r-- | mail/rblsmtpd/distinfo | 1 | ||||
-rw-r--r-- | mail/rblsmtpd/files/patch-aa | 19 | ||||
-rw-r--r-- | mail/rblsmtpd/pkg-comment | 1 | ||||
-rw-r--r-- | mail/rblsmtpd/pkg-descr | 15 | ||||
-rw-r--r-- | mail/rblsmtpd/pkg-plist | 2 | ||||
-rw-r--r-- | mail/rblsmtpd/scripts/configure | 10 |
7 files changed, 73 insertions, 0 deletions
diff --git a/mail/rblsmtpd/Makefile b/mail/rblsmtpd/Makefile new file mode 100644 index 000000000000..4118f39703d3 --- /dev/null +++ b/mail/rblsmtpd/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: rblsmtpd +# Version required: 0.70 +# Date created: 30 October 1998 +# Whom: John Saunders <john@nlc.net.au> +# +# $Id$ +# + +DISTNAME= rblsmtpd-0.70 +CATEGORIES= mail +MASTER_SITES= ftp://koobera.math.uic.edu/pub/software/ + +MAINTAINER= john@nlc.net.au + +NO_PACKAGE= Unsure of djb's license + +ALL_TARGET= it +INSTALL_TARGET= setup check + +SCRIPTS_ENV= BINOWN="${BINOWN}" BINGRP="${BINGRP}" BINMODE="${BINMODE}" \ + MANMODE="${MANMODE}" CFLAGS="${CFLAGS}" + +MAN8= rblsmtpd.8 antirbl.8 + +.include <bsd.port.mk> diff --git a/mail/rblsmtpd/distinfo b/mail/rblsmtpd/distinfo new file mode 100644 index 000000000000..f707c762fd87 --- /dev/null +++ b/mail/rblsmtpd/distinfo @@ -0,0 +1 @@ +MD5 (rblsmtpd-0.70.tar.gz) = 2b9440db40aad2429ecbe8c964f69aa9 diff --git a/mail/rblsmtpd/files/patch-aa b/mail/rblsmtpd/files/patch-aa new file mode 100644 index 000000000000..272bf92e0790 --- /dev/null +++ b/mail/rblsmtpd/files/patch-aa @@ -0,0 +1,19 @@ +--- hier.c.orig Fri Oct 30 14:09:44 1998 ++++ hier.c Fri Oct 30 14:13:05 1998 +@@ -7,12 +7,9 @@ + d(auto_home,"bin",-1,-1,0755); + d(auto_home,"man",-1,-1,0755); + d(auto_home,"man/man8",-1,-1,0755); +- d(auto_home,"man/cat8",-1,-1,0755); + +- c(auto_home,"bin","rblsmtpd",-1,-1,0755); +- c(auto_home,"bin","antirbl",-1,-1,0755); +- c(auto_home,"man/man8","rblsmtpd.8",-1,-1,0644); +- c(auto_home,"man/man8","antirbl.8",-1,-1,0644); +- c(auto_home,"man/cat8","rblsmtpd.0",-1,-1,0644); +- c(auto_home,"man/cat8","antirbl.0",-1,-1,0644); ++ c(auto_home,"bin","rblsmtpd",3,7,0555); ++ c(auto_home,"bin","antirbl",3,7,0555); ++ c(auto_home,"man/man8","rblsmtpd.8",3,7,0444); ++ c(auto_home,"man/man8","antirbl.8",3,7,0444); + } diff --git a/mail/rblsmtpd/pkg-comment b/mail/rblsmtpd/pkg-comment new file mode 100644 index 000000000000..b50ff56c57da --- /dev/null +++ b/mail/rblsmtpd/pkg-comment @@ -0,0 +1 @@ +RBL (Realtime Blackhole List) smtp daemon for blocking SPAM. diff --git a/mail/rblsmtpd/pkg-descr b/mail/rblsmtpd/pkg-descr new file mode 100644 index 000000000000..dfe43b9bc5b3 --- /dev/null +++ b/mail/rblsmtpd/pkg-descr @@ -0,0 +1,15 @@ +rblsmtpd is a generic tool to block mail from RBL-listed sites. It works +with any SMTP server that can run under tcpserver; in particular, any +version of qmail or sendmail. Turning it on is easy: simply insert +rblsmtpd in front of the real SMTP server in your inetd.conf (or +tcpserver) invocation. + +rblsmtpd supports anti-RBL lists for sites that want to skip RBL lookups +for preauthorized hosts. It also optionally pays attention to temporary +RBL lookup errors. + +See http://pobox.com/~djb/rblsmtpd.html for info and updates. + +See http://maps.vix.com/rbl/ for more information about the RBL. + +-John Saunders <john@nlc.net.au> diff --git a/mail/rblsmtpd/pkg-plist b/mail/rblsmtpd/pkg-plist new file mode 100644 index 000000000000..f792d6dec23f --- /dev/null +++ b/mail/rblsmtpd/pkg-plist @@ -0,0 +1,2 @@ +bin/rblsmtpd +bin/antirbl diff --git a/mail/rblsmtpd/scripts/configure b/mail/rblsmtpd/scripts/configure new file mode 100644 index 000000000000..6a0d9964f245 --- /dev/null +++ b/mail/rblsmtpd/scripts/configure @@ -0,0 +1,10 @@ +#!/bin/sh +# +# Set up daemontools for the *BSD environment... +# +# @(#) $Id: configure,v 1.1.1.1 1998/07/09 10:18:38 dburr Exp $ +# + +# Tune the options we're given. +echo ${PREFIX} > ${WRKSRC}/conf-home +echo cc ${CFLAGS} > ${WRKSRC}/conf-cc |