Date: Mon, 14 Dec 1998 22:44:12 +0200 From: nbm@rucus.ru.ac.za To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9080: New port: mail/rblsmtpd Message-ID: <19981214224412.A17109@rucus.ru.ac.za>
next in thread | raw e-mail | index | archive | help
>Number: 9080 >Category: ports >Synopsis: New port: mail/rblsmtpd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 14 12:50:00 PST 1998 >Last-Modified: >Originator: Neil Blakey-Milner >Organization: Rhodes University Computer Users' Society >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD scythe.graham.ru.ac.za 3.0-CURRENT FreeBSD 3.0-CURRENT #2: Sat Nov 14 18:56:05 SAST 1998 nbm@scythe.graham.ru.ac.za:/usr/src/sys/compile/SCYTHE i386 >Description: A generic tool to block mail from RBL-listed sites. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rblsmtpd # rblsmtpd/Makefile # rblsmtpd/files # rblsmtpd/files/md5 # rblsmtpd/pkg # rblsmtpd/pkg/COMMENT # rblsmtpd/pkg/DESCR # rblsmtpd/pkg/PLIST # echo c - rblsmtpd mkdir -p rblsmtpd > /dev/null 2>&1 echo x - rblsmtpd/Makefile sed 's/^X//' >rblsmtpd/Makefile << 'END-of-rblsmtpd/Makefile' X# New ports collection makefile for: rblsmtpd X# Version required: 0.70 X# Date created: 30 November 1998 X# Whom: Neil Blakey-Milner <nbm@rucus.ru.ac.za> X# X# $Id$ X XDISTNAME= rblsmtpd-0.70 XCATEGORIES= mail XMASTER_SITES= ftp://ftp.qmail.org/pub/software/ X XMAINTAINER= ports@freebsd.org X XRUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp X XALL_TARGET= it XINSTALL_TARGET= setup X XMAN8= rblsmtpd.8 antirbl.8 X Xpost-patch: X @perl -pi.bak -e "s|.usr.local|${PREFIX}|" ${WRKSRC}/conf-home X @perl -pi.bak -e "s|-O2|${CFLAGS}|" ${WRKSRC}/conf-cc X @perl -pi.bak -e '$$_ = "" if /cat/' ${WRKSRC}/hier.c X X.include <bsd.port.mk> END-of-rblsmtpd/Makefile echo c - rblsmtpd/files mkdir -p rblsmtpd/files > /dev/null 2>&1 echo x - rblsmtpd/files/md5 sed 's/^X//' >rblsmtpd/files/md5 << 'END-of-rblsmtpd/files/md5' XMD5 (rblsmtpd-0.70.tar.gz) = 2b9440db40aad2429ecbe8c964f69aa9 END-of-rblsmtpd/files/md5 echo c - rblsmtpd/pkg mkdir -p rblsmtpd/pkg > /dev/null 2>&1 echo x - rblsmtpd/pkg/COMMENT sed 's/^X//' >rblsmtpd/pkg/COMMENT << 'END-of-rblsmtpd/pkg/COMMENT' XA generic tool to block mail from RBL-listed sites. END-of-rblsmtpd/pkg/COMMENT echo x - rblsmtpd/pkg/DESCR sed 's/^X//' >rblsmtpd/pkg/DESCR << 'END-of-rblsmtpd/pkg/DESCR' Xrblsmtpd is a generic tool to block mail from RBL-listed sites. It works Xwith any SMTP server that can run under tcpserver; in particular, any Xversion of qmail or sendmail. Turning it on is easy: simply insert Xrblsmtpd in front of the real SMTP server in your tcpserver invocation. X Xrblsmtpd supports anti-RBL lists for sites that want to skip RBL lookups Xfor preauthorized hosts. It also optionally pays attention to temporary XRBL lookup errors. X XSee http://maps.vix.com/rbl/ for more information about the RBL. END-of-rblsmtpd/pkg/DESCR echo x - rblsmtpd/pkg/PLIST sed 's/^X//' >rblsmtpd/pkg/PLIST << 'END-of-rblsmtpd/pkg/PLIST' Xbin/rblsmtpd Xbin/antirbl END-of-rblsmtpd/pkg/PLIST exit >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981214224412.A17109>