From owner-freebsd-ports@FreeBSD.ORG Thu Apr 12 17:01:01 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 064D716A521 for ; Thu, 12 Apr 2007 17:01:01 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id C24F913C44B for ; Thu, 12 Apr 2007 17:01:00 +0000 (UTC) (envelope-from david@vizion2000.net) Received: by dns1.vizion2000.net (Postfix, from userid 1007) id CA5C81CC26; Thu, 12 Apr 2007 09:56:09 -0700 (PDT) From: David Southwell Organization: Voice and Vision To: ports@freebsd.org Date: Thu, 12 Apr 2007 09:56:09 -0700 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704120956.09647.david@vizion2000.net> Cc: Subject: Mailman setup X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2007 17:01:01 -0000 I am trying to setup mailman and am using apache22 with a number of virtual servers. All the virtual server roots are located on a seperate physical drives with the path to the root being /usr2/virtualwebs/my_virtual_server_name/ After installed from /usr/ports/mail/mailman I find I have the mailman files in /usr/local/mailman. I am puzzled about what files are meant to be placed in the path of the server root..(presumably my_virtual_server_name/mailman). I have looked at docs but if there is info on this I have failed to find it. Should I have compiled with prefix=/usr2/virtualwebs/my_virtual_server_name/ or should this be in some config file? Thanks David