From owner-freebsd-questions@FreeBSD.ORG Sun Mar 26 18:16:42 2006 Return-Path: X-Original-To: freebsd-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 0270416A423 for ; Sun, 26 Mar 2006 18:16:42 +0000 (UTC) (envelope-from matt.singerman@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id C948943D5A for ; Sun, 26 Mar 2006 18:16:39 +0000 (GMT) (envelope-from matt.singerman@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1136194nzo for ; Sun, 26 Mar 2006 10:16:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=MBD9aAXM2qU1DW3ry8s773il3OiQJ0K5rORNrOSJTcBnH70v9aU79d9uDzeux2YSmn8o2/TnYMzFwNie1qgaxQAIclOlcmYFL3EWuvEeeDthHK4WjzaRhVlvw4L5KrLFGe23SWvHJXbMJ/q9rRIJoBou1Rc2tNBVVUBs31pNMsU= Received: by 10.65.215.10 with SMTP id s10mr241978qbq; Sun, 26 Mar 2006 10:10:09 -0800 (PST) Received: by 10.65.213.6 with HTTP; Sun, 26 Mar 2006 10:10:09 -0800 (PST) Message-ID: <54682af50603261010nbc004eby2e3fc19972f1d652@mail.gmail.com> Date: Sun, 26 Mar 2006 13:10:09 -0500 From: "Matt Singerman" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Adjusting configuration options during port installation? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2006 18:16:42 -0000 Hi all, I am installing an upgrade to the Cyrus email server. Our existing email boxes are in a database format that is no longer used by Cyrus; however, there is a configuration option which will instruct the new version to use the old database format. They are --with-mboxlist-db=3Dberkeley and --with-seen-db=3Dflat Is there a way to tell the FreeBSD port of Cyrus to use these options? I am not extremely familiar with the ports system. Thanks, Matt