From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 2 18:50:21 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 3383A16A421 for ; Fri, 2 Sep 2005 18:50:21 +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 6CBC643D4C for ; Fri, 2 Sep 2005 18:50:19 +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 j82IoJG4062479 for ; Fri, 2 Sep 2005 18:50:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j82IoJCe062478; Fri, 2 Sep 2005 18:50:19 GMT (envelope-from gnats) Resent-Date: Fri, 2 Sep 2005 18:50:19 GMT Resent-Message-Id: <200509021850.j82IoJCe062478@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, Marcus Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 561FA16A41F; Fri, 2 Sep 2005 18:50:10 +0000 (GMT) (envelope-from root@marcus.grupos.com.br) Received: from mail.grupos.com.br (mail.grupos.com.br [200.203.183.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC88643D45; Fri, 2 Sep 2005 18:50:09 +0000 (GMT) (envelope-from root@marcus.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by mail.grupos.com.br (Postfix) with ESMTP id 6807D11E12D; Fri, 2 Sep 2005 15:50:08 -0300 (BRT) Received: from marcus.grupos.com.br (unknown [150.162.166.51]) by corp.grupos.com.br (Postfix) with ESMTP id 5E63B5494; Fri, 2 Sep 2005 15:50:08 -0300 (BRT) Received: from marcus.grupos.com.br (localhost [127.0.0.1]) by marcus.grupos.com.br (8.13.4/8.13.4) with ESMTP id j82Io5NT028513; Fri, 2 Sep 2005 15:50:05 -0300 (BRT) (envelope-from root@marcus.grupos.com.br) Received: (from root@localhost) by marcus.grupos.com.br (8.13.4/8.13.4/Submit) id j82Io5Zi028512; Fri, 2 Sep 2005 15:50:05 -0300 (BRT) (envelope-from root) Message-Id: <200509021850.j82Io5Zi028512@marcus.grupos.com.br> Date: Fri, 2 Sep 2005 15:50:05 -0300 (BRT) From: Marcus Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: garga@FreeBSD.org Subject: ports/85664: Update port: mail/tumgreyspf fix pkg-message X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2005 18:50:21 -0000 >Number: 85664 >Category: ports >Synopsis: Update port: mail/tumgreyspf fix pkg-message >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 Sep 02 18:50:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 6.0-BETA3 i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD marcus.grupos.com.br 6.0-BETA3 FreeBSD 6.0-BETA3 #34: Fri Sep 2 11:10:54 BRT 2005 root@marcus.grupos.com.br:/usr/obj/usr/src/sys/MARCUS i386 >Description: - Fix pkg-message to example work >How-To-Repeat: >Fix: --- tumgreyspf.patch begins here --- diff -ruN tumgreyspf.orig/Makefile tumgreyspf/Makefile --- tumgreyspf.orig/Makefile Fri Sep 2 09:52:56 2005 +++ tumgreyspf/Makefile Fri Sep 2 15:48:00 2005 @@ -30,7 +30,8 @@ SUB_FILES= pkg-message pkg-deinstall pkg-install SUB_LIST+= TUMGREYSPF_DIR=${TUMGREYSPF_DIR} \ TUMGREYSPF_USER=${TUMGREYSPF_USER} \ - TUMGREYSPF_GROUP=${TUMGREYSPF_GROUP} + TUMGREYSPF_GROUP=${TUMGREYSPF_GROUP} \ + PYTHON_CMD=${PYTHON_CMD} .if !defined(NOPORTDOCS) PORTDOCS= * diff -ruN tumgreyspf.orig/files/pkg-message.in tumgreyspf/files/pkg-message.in --- tumgreyspf.orig/files/pkg-message.in Fri Sep 2 09:52:56 2005 +++ tumgreyspf/files/pkg-message.in Fri Sep 2 15:48:36 2005 @@ -5,7 +5,7 @@ Add to your postfix master.cf: tumgreyspf unix - n n - - spawn - user=%%TUMGREYSPF_USER%% argv=%%PREFIX%%/bin/tumgreyspf + user=%%TUMGREYSPF_USER%% argv=%%PYTHON_CMD%% %%PREFIX%%/bin/tumgreyspf Next, main.cf must be configured so that "smtpd_sender_restrictions" includes a call to the tumgreyspf policy filter. If you already have --- tumgreyspf.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: