From owner-freebsd-ports@FreeBSD.ORG Tue May 7 12:19:34 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8B39D9C9; Tue, 7 May 2013 12:19:34 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp.eutelia.it (mp1-smtp-2.eutelia.it [62.94.10.162]) by mx1.freebsd.org (Postfix) with ESMTP id 4791B2D6; Tue, 7 May 2013 12:19:33 +0000 (UTC) Received: from ns2.biolchim.it (ip-188-188.sn2.eutelia.it [83.211.188.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.eutelia.it (Eutelia) with ESMTP id 4CC6ED1A23; Tue, 7 May 2013 13:47:43 +0200 (CEST) Received: from soth.ventu (adsl-ull-72-236.41-151.net24.it [151.41.236.72]) (authenticated bits=0) by ns2.biolchim.it (8.14.7/8.14.7) with ESMTP id r47Blbs3097457 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Tue, 7 May 2013 13:47:38 +0200 (CEST) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.7/8.14.5) with ESMTP id r47BlO1r025961; Tue, 7 May 2013 13:47:24 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <5188E9CC.5010606@netfence.it> Date: Tue, 07 May 2013 13:47:24 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130507 Thunderbird/17.0.5 MIME-Version: 1.0 To: ume@FreeBSD.org, freebsd-ports@freebsd.org Subject: Cyrus IMAP upgrade Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.73 X-Scanned-By: MIMEDefang 2.73 on 10.1.2.13 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (ns2.biolchim.it [192.168.2.203]); Tue, 07 May 2013 13:47:38 +0200 (CEST) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 May 2013 12:19:34 -0000 Hello. I've got a medium-sized installation of Cyrus-IMAP 2.2 (~80 mailboxes, ~5000 folders, >1M mails). Due to OL2013 misbehaviours, I've been asked to upgrade it to 2.4, so I'll feature XLIST. Considering the setup is a simple one (one partition, no murder, no other fancies) and having waded through the generic upgrade instructions (http://cyrusimap.org/docs/cyrus-imapd/2.4.12/install-upgrade.php), is there something FreeBSD specific I should be aware of? Is it just a matter of pkg_deleting the old one and installing the new version? Of course I'll do a run on a test server, but any other warning is appreciated. bye & Thanks av.