Skip site navigation (1)Skip section navigation (2)
Date:      24 Sep 2002 15:24:22 +0200
From:      opr <opr@bsdaemon.be>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43331: New Port
Message-ID:  <1032873863.267.3.camel@laptop.core.bsdaemon.be>

next in thread | raw e-mail | index | archive | help

>Number:         43331
>Category:       ports
>Synopsis:       New Port
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 24 06:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     opr
>Release:        FreeBSD 4.6.2-RELEASE-p2 i386
>Organization:
BSDaemon/Securax
>Environment:
System: FreeBSD laptop.core.bsdaemon.be 4.6.2-RELEASE-p2 FreeBSD 4.6.2-RELEASE-p2 #2: Thu Sep 19 11:18:36 CEST 2002 opr@laptop.core.bsdaemon.be:/usr/obj/usr/src/sys/LAPTOP i386
>Description:
		SMTP Proxy with filtering
>How-To-Repeat:
>Fix:

--- messagewall.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:
#
#	messagewall
#	messagewall/Makefile
#	messagewall/distinfo
#	messagewall/pkg-descr
#	messagewall/pkg-comment
#	messagewall/pkg-plist
#	messagewall/pkg-message
#
echo c - messagewall
mkdir -p messagewall > /dev/null 2>&1
echo x - messagewall/Makefile
sed 's/^X//' >messagewall/Makefile << 'END-of-messagewall/Makefile'
X# New ports collection makefile for:	messagewall-1.0.6
X# Date created: 	24 Sep 2002
X# Whom:			Pieter Danhieux <opr@bsdaemon.be>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	messagewall
XPORTVERSION=	1.0.6
XCATEGORIES=	mail
XMASTER_SITES=	http://www.messagewall.org/download/
XDISTNAME=	messagewall-${PORTVERSION}
X
XMAINTAINER=	opr@bsdaemon.be
XWRKSRC=         ${WRKDIR}/messagewall
X
XBUILD_DEPENDS=  ${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring \
X		${LOCALBASE}/include/firedns.h:${PORTSDIR}/net/firedns \
X
XMAN1=		messagewall.1 messagewallctl.1 messagewallstats.1
XMAN5=		messagewall.conf.5 messagewall_profiles.5
XCONF1=		messagewall.conf
X
XGNU_CONFIGURE=  yes
X
Xdo-install:
X	@${CP} ${WRKSRC}/messagewall ${PREFIX}/bin
X	@${CP} ${WRKSRC}/messagewallctl ${PREFIX}/bin
X	@${CP} ${WRKSRC}/messagewallstats ${PREFIX}/bin
X	@${MKDIR} ${PREFIX}/etc/messagewall
X	@${CP} ${WRKSRC}/virus.patterns ${PREFIX}/etc/messagewall/
X	@${CP} -r ${WRKSRC}/profiles ${PREFIX}/etc/messagewall/
X.for file in ${CONF1}
X	@${CP} ${WRKSRC}/conf/${file} ${PREFIX}/etc/${file}.sample
X.endfor
X.for file in ${MAN1}
X	@${CP} ${WRKSRC}/man/${file} ${PREFIX}/man/man1/
X.endfor
X.for file in ${MAN5}
X	@${CP} ${WRKSRC}/man/${file} ${PREFIX}/man/man5/
X.endfor
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-messagewall/Makefile
echo x - messagewall/distinfo
sed 's/^X//' >messagewall/distinfo << 'END-of-messagewall/distinfo'
XMD5 (messagewall-1.0.6.tar.gz) = 136cffcf0427c5620925a5793c92b5a6
END-of-messagewall/distinfo
echo x - messagewall/pkg-descr
sed 's/^X//' >messagewall/pkg-descr << 'END-of-messagewall/pkg-descr'
XMessageWall is a free software SMTP proxy. It sits between the outside 
Xworld and your mail server and keeps out viruses, spam and mail relaying. 
XUnlike many existing ISP-level filtering solutions, it offers 
Xcustomization of filtering features on a per-address basis. MessageWall 
Xemploys a scoring system that allows message rejection based on multiple 
Xrules with different weigths, and header tagging when the message doesn't 
Xreach the threshold.
X
XWWW: http://www.messagewall.org
X
X- Pieter
Xopr@bsdaemon.be
END-of-messagewall/pkg-descr
echo x - messagewall/pkg-comment
sed 's/^X//' >messagewall/pkg-comment << 'END-of-messagewall/pkg-comment'
XFree SMTP PROXY with filtering
END-of-messagewall/pkg-comment
echo x - messagewall/pkg-plist
sed 's/^X//' >messagewall/pkg-plist << 'END-of-messagewall/pkg-plist'
Xbin/messagewall
Xbin/messagewallctl
Xbin/messagewallstats
Xetc/messagewall.conf.sample
Xetc/messagewall/virus.patterns
Xetc/messagewall/profiles/None
Xetc/messagewall/profiles/Medium Plus
Xetc/messagewall/profiles/Light
Xetc/messagewall/profiles/Relay
Xetc/messagewall/profiles/Warning
Xetc/messagewall/profiles/Medium
Xetc/messagewall/profiles/Reject
Xetc/messagewall/profiles/Strong
Xetc/messagewall/profiles/Light Plus
Xetc/messagewall/profiles/Strong Plus
Xetc/messagewall/profiles/Extreme
X@dirrm etc/messagewall/profiles
X@dirrm etc/messagewall
END-of-messagewall/pkg-plist
echo x - messagewall/pkg-message
sed 's/^X//' >messagewall/pkg-message << 'END-of-messagewall/pkg-message'
X***************************************************************************
XMessagewall has been installed, now create the chroot environment:
X	mkdir /home/mwall
X	groupadd mwall
X	useradd -g mwall mwall
X	mkdir /home/mwall/pids
X	chown mwall:mwall /home/mwall/pids
X	mkdir /home/mwalla
X	groupadd mwalla
X	useradd -g mwalla mwalla
X	mkdir /home/mwalla/pids
X	chown mwalla:mwalla /home/mwalla/pids
Xcopy the virus patterns into your enviroment
X	cp /usr/local/etc/messagewall/virus.patterns /home/mwall
Xand don't forget to edit your configfile!
X***************************************************************************
END-of-messagewall/pkg-message
exit
--- messagewall.shar ends here ---




-- 
www.bsdaemon.be - securax.org - docs.bsdaemon.be
keyserver: pgpkeys.mit.edu	PGP keyID: DA07EAE9


>Release-Note:
>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?1032873863.267.3.camel>