From owner-cvs-all@FreeBSD.ORG Mon Oct 22 21:26:50 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 967C416A421; Mon, 22 Oct 2007 21:26:50 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 75CFB13C4A5; Mon, 22 Oct 2007 21:26:50 +0000 (UTC) (envelope-from delphij@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 l9MLQo52008118; Mon, 22 Oct 2007 21:26:50 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9MLQoeU008117; Mon, 22 Oct 2007 21:26:50 GMT (envelope-from delphij) Message-Id: <200710222126.l9MLQoeU008117@repoman.freebsd.org> From: Xin LI Date: Mon, 22 Oct 2007 21:26:50 +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/mailman Makefile ports/mail/mailman/files patch-Mailman::Defaults.py.in postfix-verp.diff X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 22 Oct 2007 21:26:50 -0000 delphij 2007-10-22 21:26:50 UTC FreeBSD ports repository Modified files: mail/mailman Makefile mail/mailman/files patch-Mailman::Defaults.py.in Added files: mail/mailman/files postfix-verp.diff Log: Teach mailman how to utilize postfix's XVERP functionality, which drastically improves mail delivery performance when VERP is being used. In order to exploit the performance gain, one has to choose 'POSTFIX' in the OPTIONS menu, configure postfix with proper smtpd_authorized_verp_clients settings, then add: VERP_STYLE = 'Postfix' to the mm_cfg.py configuration. The Postfix style XVERP delivery is disabled by default. PR: ports/116847 Approved by: maintainer timeout Revision Changes Path 1.74 +2 -1 ports/mail/mailman/Makefile 1.4 +18 -5 ports/mail/mailman/files/patch-Mailman::Defaults.py.in 1.1 +51 -0 ports/mail/mailman/files/postfix-verp.diff (new)