From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 12 08:50:17 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E75C616A41F for ; Fri, 12 Aug 2005 08:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DE4143D46 for ; Fri, 12 Aug 2005 08:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7C8oGDx062902 for ; Fri, 12 Aug 2005 08:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7C8oGfp062901; Fri, 12 Aug 2005 08:50:16 GMT (envelope-from gnats) Resent-Date: Fri, 12 Aug 2005 08:50:16 GMT Resent-Message-Id: <200508120850.j7C8oGfp062901@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Robert Felber Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2351F16A41F for ; Fri, 12 Aug 2005 08:43:32 +0000 (GMT) (envelope-from robtone@ek-muc.de) Received: from robtone.ek-muc.de (robtone.ek-muc.de [62.225.182.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90BB943D46 for ; Fri, 12 Aug 2005 08:43:29 +0000 (GMT) (envelope-from robtone@ek-muc.de) Received: from localhost (localhost [127.0.0.1]) by robtone.ek-muc.de (Postfix) with ESMTP id B6887C39C9 for ; Fri, 12 Aug 2005 10:43:27 +0200 (CEST) Received: from robtone.ek-muc.de ([127.0.0.1]) by localhost (robtone.ek-muc.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 95757-03 for ; Fri, 12 Aug 2005 10:43:24 +0200 (CEST) Received: by robtone.ek-muc.de (Postfix, from userid 1001) id ECA4AC391A; Fri, 12 Aug 2005 10:43:23 +0200 (CEST) Message-Id: <20050812084323.ECA4AC391A@robtone.ek-muc.de> Date: Fri, 12 Aug 2005 10:43:23 +0200 (CEST) From: Robert Felber To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/84835: Update port: mail/postfix-policyd-weight X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Robert Felber List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2005 08:50:18 -0000 >Number: 84835 >Category: ports >Synopsis: Update port: mail/postfix-policyd-weight >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 12 08:50:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Robert Felber >Release: FreeBSD 5.3-STABLE i386 >Organization: Autohaus Erich Kuttendreier (Ford Main Dealer Munich) >Environment: System: FreeBSD 5.3-STABLE >Description: 0.1.9 beta - RHSBL support added - dnsbl_checks_only switch added - X-policyd-weight: header on/off switchable - DNSBLMAXSCORE added - config file support added - multipart FROM check/scoring added - Reverse IP == dynhost check added - Net::DNS retries and retry interval changed - Net::DNS support for perstistant udp sockets added - Net::DNS igntc option set to on (0.53 has bugs with truncated packets and tcp connections) - minor code cleanups (loops removed, regexps optimized, etc) for speedup - FreeBSD: first GPLed version >How-To-Repeat: >Fix: --- postfix-policyd-weight-0.1.9.diff begins here --- diff -ruN /usr/ports/mail/postfix-policyd-weight/Makefile postfix-policyd-weight-0.1.9/Makefile --- /usr/ports/mail/postfix-policyd-weight/Makefile Thu Jun 23 00:03:22 2005 +++ postfix-policyd-weight-0.1.9/Makefile Fri Aug 12 10:30:49 2005 @@ -2,14 +2,14 @@ # Date created: 25 Apr 2005 # Whom: Robert Felber # -# $FreeBSD: ports/mail/postfix-policyd-weight/Makefile,v 1.5 2005/06/22 09:06:02 pav Exp $ +# $FreeBSD: ports/mail/postfix-policyd-weight/Makefile,v 1.2 2005/04/30 08:36:27 jylefort Exp $ # PORTNAME= policyd-weight -PORTVERSION= 0.1.8 +PORTVERSION= 0.1.9 CATEGORIES= mail MASTER_SITES= http://robtone.mine.nu/postfix/releases/ -PKGNAMEPREFIX= postfix- +PKGNAMEPREFIX= postfix- MAINTAINER= robtone@ek-muc.de COMMENT= Weighted policy daemon for postfix @@ -22,6 +22,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/libexec/postfix + ${INSTALL} -m 644 ${WRKSRC}/${PORTNAME}.conf.sample ${PREFIX}/etc/ post-install: @${CAT} ${PKGMESSAGE} diff -ruN /usr/ports/mail/postfix-policyd-weight/distinfo postfix-policyd-weight-0.1.9/distinfo --- /usr/ports/mail/postfix-policyd-weight/distinfo Thu Jun 23 00:03:22 2005 +++ postfix-policyd-weight-0.1.9/distinfo Fri Aug 12 10:23:20 2005 @@ -1,2 +1,2 @@ -MD5 (policyd-weight-0.1.8.tar.gz) = 1ca576c9dc8f7eb2ff9e30af6b24a4d0 -SIZE (policyd-weight-0.1.8.tar.gz) = 8939 +MD5 (policyd-weight-0.1.9.tar.gz) = 4a59fe3b5585e8d2bd1f56e19c4d3dd6 +SIZE (policyd-weight-0.1.9.tar.gz) = 18129 diff -ruN /usr/ports/mail/postfix-policyd-weight/files/pkg-message.in postfix-policyd-weight-0.1.9/files/pkg-message.in --- /usr/ports/mail/postfix-policyd-weight/files/pkg-message.in Mon Apr 25 16:23:45 2005 +++ postfix-policyd-weight-0.1.9/files/pkg-message.in Fri Aug 12 08:31:56 2005 @@ -1,13 +1,11 @@ ********** -* * To run this from %%PREFIX%%/etc/postfix/master.cf: policy unix - n n - - spawn user=nobody argv=%%PREFIX%%/libexec/postfix/policyd-weight -* * To use this from Postfix SMTPD, use in %%PREFIX%%/etc/postfix/main.cf -* + smtpd_recipient_restrictions = ... permit_mynetworks @@ -19,5 +17,10 @@ * NOTE: specify check_policy_service AFTER reject_unauth_destination * or else your system can become an open relay. +* +* CONFIGURATION: +* +* edit %%PREFIX%%/etc/policyd-weight.conf +* An example is provided in %%PREFIX%%/etc/policyd-weight.conf.sample * ************* --- postfix-policyd-weight-0.1.9.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: