From owner-freebsd-questions@FreeBSD.ORG Mon Jun 6 21:51:28 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 4D5ED16A41C for ; Mon, 6 Jun 2005 21:51:28 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24DEB43D49 for ; Mon, 6 Jun 2005 21:51:28 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout13/MantshX 4.0) with ESMTP id j56LpORY016527; Mon, 6 Jun 2005 14:51:25 -0700 (PDT) Received: from [10.1.1.153] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id j56LpM2v004415; Mon, 6 Jun 2005 14:51:23 -0700 (PDT) In-Reply-To: <20050606155340.GC2525@orion.daedalusnetworks.priv> References: <42A47045.6080700@atopia.net> <20050606155340.GC2525@orion.daedalusnetworks.priv> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6601DB48-B0C1-4B31-9305-DCE2A87C5840@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 6 Jun 2005 17:51:26 -0400 To: Matt Juszczak X-Mailer: Apple Mail (2.730) 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 21:51:28 -0000 On Jun 6, 2005, at 11:53 AM, Giorgos Keramidas wrote: > On 2005-06-06 11:48, Matt Juszczak wrote: >> 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. Good point. Note that one should stop *clients* reading the mail via IMAP or whatever, too. :-) -- -Chuck