From owner-cvs-all@FreeBSD.ORG Mon Sep 29 16:01:23 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16C5816A4B3; Mon, 29 Sep 2003 16:01:23 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8431E43FF3; Mon, 29 Sep 2003 16:01:22 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8TN1MXJ012599; Mon, 29 Sep 2003 16:01:22 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8TN1MLf012598; Mon, 29 Sep 2003 16:01:22 -0700 (PDT) (envelope-from edwin) Message-Id: <200309292301.h8TN1MLf012598@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 29 Sep 2003 16:01:22 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/spamd Makefile distinfo pkg-descr pkg-install pkg-plist ports/mail/spamd/files local-patch.sed spamd.sh.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2003 23:01:23 -0000 edwin 2003/09/29 16:01:22 PDT FreeBSD ports repository Modified files: mail Makefile Added files: mail/spamd Makefile distinfo pkg-descr pkg-install pkg-plist mail/spamd/files local-patch.sed spamd.sh.sample Log: New port: mail/spamd - Trapit in cooperation with security/pf A Trapit is a fake SMTP server that tries to waste as much resources of a spam-relay as possible - without delivering any mail. Implemented for pf, but might work with other ip filters as well. mail/relaydb is a fine tool to utilize spamd. PR: ports/57365 Submitted by: Max Laier Revision Changes Path 1.436 +1 -0 ports/mail/Makefile 1.1 +61 -0 ports/mail/spamd/Makefile (new) 1.1 +1 -0 ports/mail/spamd/distinfo (new) 1.1 +13 -0 ports/mail/spamd/files/local-patch.sed (new) 1.1 +40 -0 ports/mail/spamd/files/spamd.sh.sample (new) 1.1 +17 -0 ports/mail/spamd/pkg-descr (new) 1.1 +84 -0 ports/mail/spamd/pkg-install (new) 1.1 +4 -0 ports/mail/spamd/pkg-plist (new)