From owner-cvs-ports@FreeBSD.ORG Sun Oct 21 18:35:12 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 808D116A417; Sun, 21 Oct 2007 18:35:12 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 82B0813C4B7; Sun, 21 Oct 2007 18:35:12 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9LIZCJk019522; Sun, 21 Oct 2007 18:35:12 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9LIZC7V019521; Sun, 21 Oct 2007 18:35:12 GMT (envelope-from araujo) Message-Id: <200710211835.l9LIZC7V019521@repoman.freebsd.org> From: Marcelo Araujo Date: Sun, 21 Oct 2007 18:35:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/xf-spf Makefile distinfo pkg-descr ports/mail/xf-spf/files pkg-message.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2007 18:35:12 -0000 araujo 2007-10-21 18:35:12 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/xf-spf Makefile distinfo pkg-descr mail/xf-spf/files pkg-message.in Log: When an SMTP session starts, xf-spf is expected to be forked from qmail-smtpd - this is why you need SMTPEXTFORK. When forked, this processes gets all enviroment variables which were available for the parent process (qmail-smtpd). PR: ports/116332 Submitted by: Felippe de Meirelles Motta Approved by: stas (mentor) Revision Changes Path 1.873 +1 -0 ports/mail/Makefile 1.1 +36 -0 ports/mail/xf-spf/Makefile (new) 1.1 +3 -0 ports/mail/xf-spf/distinfo (new) 1.1 +39 -0 ports/mail/xf-spf/files/pkg-message.in (new) 1.1 +10 -0 ports/mail/xf-spf/pkg-descr (new)