From owner-freebsd-questions@FreeBSD.ORG Mon Jul 28 11:44:32 2003 Return-Path: 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 A543437B401 for ; Mon, 28 Jul 2003 11:44:32 -0700 (PDT) Received: from mail.rdstm.ro (mail.rdstm.ro [193.231.233.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F27743FBD for ; Mon, 28 Jul 2003 11:44:31 -0700 (PDT) (envelope-from aanton@reversedhell.net) Received: from reversedhell.net (casa_auto [81.196.32.25]) by mail.rdstm.ro (8.12.9/8.12.1) with ESMTP id h6SIiLkc017957; Mon, 28 Jul 2003 21:44:21 +0300 Message-ID: <3F241E9C.3060906@reversedhell.net> Date: Sun, 27 Jul 2003 21:49:00 +0300 From: Alin-Adrian Anton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030711 X-Accept-Language: en-us, en, ro MIME-Version: 1.0 To: Duane Stark , freebsd-questions@freebsd.org References: <200307281827.h6SIROxJ004524@ms-smtp-01.texas.rr.com> In-Reply-To: <200307281827.h6SIROxJ004524@ms-smtp-01.texas.rr.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Qmail Upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 18:44:33 -0000 Duane Stark wrote: >Quick question: > >I am replacing a server with a new one. Freebsd versions are different (old 4.6 STABLE, new 4.8) and qmail / vpopmail versions are most likely different (havent updated qmail since I built the server over a year ago. > >Is there any easy way to do this? Does anyone have the location of a website with good instructions? I've googled myself to death! :) > >Many thanks, >Duane > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > I don't know if there is a newer version of qmail out there, but what I can tell you, the way I consider to be the smoothest one for upgrading any port is like this: portupgrade --use-packages qmail You can find the portupgrade tool in the ports collection. See it's man pages for details. Alin.