From owner-freebsd-questions@FreeBSD.ORG Mon Jun 6 15:53:49 2005 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 CAB1616A41C for ; Mon, 6 Jun 2005 15:53:49 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AB5A43D1F for ; Mon, 6 Jun 2005 15:53:46 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j56FrgdE030851; Mon, 6 Jun 2005 18:53:42 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.3/8.13.3) with ESMTP id j56FreFK002898; Mon, 6 Jun 2005 18:53:40 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.3/8.13.3/Submit) id j56FreMg002897; Mon, 6 Jun 2005 18:53:40 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 6 Jun 2005 18:53:40 +0300 From: Giorgos Keramidas To: Matt Juszczak Message-ID: <20050606155340.GC2525@orion.daedalusnetworks.priv> References: <42A47045.6080700@atopia.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42A47045.6080700@atopia.net> Cc: freebsd-questions@freebsd.org Subject: Re: Moving mail spools 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: Mon, 06 Jun 2005 15:53:49 -0000 On 2005-06-06 11:48, Matt Juszczak wrote: > Hi all, > > We've got a new freebsd server setup, and an old mail server with > slackware on it. > > We need to move the mail spools from the slack machine to the freebsd > machine. if I just copy them over to var/mail will it automatically > work or does freebsd use a different format? Yes. UNIX mailbox files are simply a sequence of mail messages concatenated after each other. Please note that you should only move mailboxes while delivery is stopped to them though. Otherwise, you may end up with corrupt mailboxes on the destination folder.