Date: Fri, 12 Aug 2005 10:43:23 +0200 (CEST) From: Robert Felber <robtone@ek-muc.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/84835: Update port: mail/postfix-policyd-weight Message-ID: <20050812084323.ECA4AC391A@robtone.ek-muc.de> Resent-Message-ID: <200508120850.j7C8oGfp062901@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <robtone@ek-muc.de> # -# $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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050812084323.ECA4AC391A>