remove rblsmtpd.

its functionality is now supported in sysutils/ucspi-tcp package.

PR:		23599
Submitted by:	Mike Silbersack <silby@silby.com>
Approved by:	maintainer
This commit is contained in:
FUJISHIMA Satsuki 2001-01-22 14:20:23 +00:00
parent 65bfdec23e
commit 948ecd58f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37440
7 changed files with 0 additions and 54 deletions

View file

@ -121,7 +121,6 @@
SUBDIR += qmailanalog
SUBDIR += qpopper
SUBDIR += rblcheck
SUBDIR += rblsmtpd
SUBDIR += rftp
SUBDIR += rlytest
SUBDIR += ruby-tmail

View file

@ -1,25 +0,0 @@
# New ports collection makefile for: rblsmtpd
# Date created: 30 October 1998
# Whom: John Saunders <john@nlc.net.au>
#
# $FreeBSD$
#
PORTNAME= rblsmtpd
PORTVERSION= 0.70
CATEGORIES= mail
MASTER_SITES= ftp://koobera.math.uic.edu/www/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>

View file

@ -1 +0,0 @@
MD5 (rblsmtpd-0.70.tar.gz) = 2b9440db40aad2429ecbe8c964f69aa9

View file

@ -1 +0,0 @@
RBL (Realtime Blackhole List) smtp daemon for blocking SPAM

View file

@ -1,14 +0,0 @@
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 tcpserver invocation (or inetd.conf).
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://maps.vix.com/rbl/ for more information about the RBL.
WWW: ftp://koobera.math.uic.edu/www/rblsmtpd.html

View file

@ -1,2 +0,0 @@
bin/rblsmtpd
bin/antirbl

View file

@ -1,10 +0,0 @@
#!/bin/sh
#
# Set up daemontools for the *BSD environment...
#
# @(#) $FreeBSD$
#
# Tune the options we're given.
echo ${PREFIX} > ${WRKSRC}/conf-home
echo cc ${CFLAGS} > ${WRKSRC}/conf-cc