Date: 1 Jan 2006 18:45:51 -0000 From: Krzysztof Pawlowski <msciciel@darkzone.ma.cx> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/91227: New port: mail/smtp-gated SMTP proxy Message-ID: <20060101184551.65128.qmail@darkzone.ma.cx> Resent-Message-ID: <200601021640.k02Ge3cR059784@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 91227 >Category: ports >Synopsis: New port: mail/smtp-gated SMTP proxy >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 02 16:40:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Krzysztof Pawlowski >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD darkzone.ma.cx 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #0: Fri Oct 7 15:48:21 CEST 2005 msciciel@darkzone.ma.cx:/usr/obj/usr/src/sys/DARKZONE i386 >Description: This software provide functionality to build transparent smtp filter. >How-To-Repeat: >Fix: --- smtp-gated.shar begins here --- # 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: # # smtp-gated/ # smtp-gated/Makefile # smtp-gated/distinfo # smtp-gated/pkg-descr # echo c - smtp-gated/ mkdir -p smtp-gated/ > /dev/null 2>&1 echo x - smtp-gated/Makefile sed 's/^X//' >smtp-gated/Makefile << 'END-of-smtp-gated/Makefile' X# New ports collection makefile for: smtp-gated X# Date created: 1 January 2006 X# Whom: msciciel X# X# $FreeBSD$ X# X XPORTNAME= smtp-gated XPORTVERSION= 1.4.12.r9 XPORTREVISION= 0 XCATEGORIES= mail XMASTER_SITES= http://smtp-proxy.klolik.org/ XDISTNAME= ${PORTNAME}-1.4.12-rc9 X XMAINTAINER= msciciel@darkzone.ma.cx XCOMMENT= This software block SMTP sessions used by e-mail worms and viruses on the NA(P)T router. X XHAS_CONFIGURE= yes XUSE_AUTOTOOLS= autoheader:259 X XOPTIONS= NAT "NAT transparent proxy code" On \ X CHUNKING "Enable support for SMTP CHUNKING extension" Off \ X ECONNRESET "Be quiet about Connection reset by peer message" Off X X.include <bsd.port.pre.mk> X X.if defined(WITH_NAT) XCONFIGURE_ARGS+= --enable-nat X.else XCONFIGURE_ARGS+= --disable-nat X.endif X X.if defined(WITH_CHUNKING) XCONFIGURE_ARGS+= --enable-chunking X.endif X X.if defined(WITH_ECONNRESET) XCONFIGURE_ARGS+= --enable-silent-econnreset X.endif X XPLIST_FILES= sbin/smtp-gated XMAN5= smtp-gated.conf.5 XMAN8= smtp-gated.8 X X.include <bsd.port.post.mk> END-of-smtp-gated/Makefile echo x - smtp-gated/distinfo sed 's/^X//' >smtp-gated/distinfo << 'END-of-smtp-gated/distinfo' XMD5 (smtp-gated-1.4.12-rc9.tar.gz) = cdecc3174665062207a2171622aca495 XSIZE (smtp-gated-1.4.12-rc9.tar.gz) = 210617 END-of-smtp-gated/distinfo echo x - smtp-gated/pkg-descr sed 's/^X//' >smtp-gated/pkg-descr << 'END-of-smtp-gated/pkg-descr' XThis software block SMTP sessions used by e-mail worms and viruses on the NA(P)T router. It depends on netfilter framework of Linux, or ipfw on FreeBSD. X XIt acts like proxy, intercepting outgoing SMTP connections and scanning session data on-the-fly. When messages is infected, the SMTP session is terminated. It's to be used (mostly) by ISPs, so they can eliminate infected hosts from their network, and (preferably) educate their users. X XWWW: http://smtp-proxy.klolik.org/ END-of-smtp-gated/pkg-descr exit --- smtp-gated.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060101184551.65128.qmail>