From owner-freebsd-questions@FreeBSD.ORG Sun Nov 20 19:10:21 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 406A116A41F for ; Sun, 20 Nov 2005 19:10:21 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail25.sea5.speakeasy.net (mail25.sea5.speakeasy.net [69.17.117.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF25343D4C for ; Sun, 20 Nov 2005 19:10:20 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 2298 invoked from network); 20 Nov 2005 19:10:20 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail25.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Nov 2005 19:10:20 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 2FD6F28441; Sun, 20 Nov 2005 14:10:19 -0500 (EST) Sender: lowell@be-well.ilk.org To: Lewis Thompson References: <20051119171556.GA2494@noisy.compsoc.man.ac.uk> From: Lowell Gilbert Date: 20 Nov 2005 14:10:18 -0500 In-Reply-To: <20051119171556.GA2494@noisy.compsoc.man.ac.uk> Message-ID: <44fypr9lut.fsf@be-well.ilk.org> Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: questions@freebsd.org Subject: Re: Port overrides for multiple installs. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2005 19:10:21 -0000 Lewis Thompson writes: > I would like to run Mailman on a dedicated mail box. While Mailman > supports virtual domains it cannot provide, say, admin@dom1 and > admin@dom2 from the same installation. > > I plan to run Mailman on about three domains and have considered ways to > tie this into the ports system. My idea is basically: > > create the mail/mailman-dom1 port which is something like: > > PKGNAMESUFFIX= -dom1 > MASTERDIR= ${.CURDIR}/../mailman > MM_DIR= mailman/dom1 > MM_USERNAME= mailman-dom1 > > While this will work (and moving the mailman.sh file via pkgtools.conf) > it will only work for a single installation, afaik. > > So my question is: how can I allow mailman to be installed n times > without overwriting the database, files, etc.? Define PREFIX? [see ports(7)]