From msciciel@darkzone.ma.cx  Mon Jan  2 16:32:41 2006
Return-Path: <msciciel@darkzone.ma.cx>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B086E16A420
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Jan 2006 16:32:41 +0000 (GMT)
	(envelope-from msciciel@darkzone.ma.cx)
Received: from darkzone.ma.cx (darkzone.ma.cx [83.142.115.94])
	by mx1.FreeBSD.org (Postfix) with SMTP id B10AA43D49
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Jan 2006 16:32:40 +0000 (GMT)
	(envelope-from msciciel@darkzone.ma.cx)
Received: (qmail 65129 invoked by uid 1001); 1 Jan 2006 18:45:51 -0000
Message-Id: <20060101184551.65128.qmail@darkzone.ma.cx>
Date: 1 Jan 2006 18:45:51 -0000
From: Krzysztof Pawlowski <msciciel@darkzone.ma.cx>
Reply-To: Krzysztof Pawlowski <msciciel@darkzone.ma.cx>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: mail/smtp-gated SMTP proxy
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         91227
>Category:       ports
>Synopsis:       New port: mail/smtp-gated SMTP proxy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 02 16:40:02 GMT 2006
>Closed-Date:    Mon Jan 02 21:41:51 GMT 2006
>Last-Modified:  Mon Jan 02 21:41:51 GMT 2006
>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:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Mon Jan 2 21:41:40 UTC 2006 
State-Changed-Why:  
same as 91223 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91227 
>Unformatted:
