From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 16:33:24 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEE3E860 for ; Tue, 12 Aug 2014 16:33:24 +0000 (UTC) Received: from mail-ig0-x231.google.com (mail-ig0-x231.google.com [IPv6:2607:f8b0:4001:c05::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8BA922847 for ; Tue, 12 Aug 2014 16:33:24 +0000 (UTC) Received: by mail-ig0-f177.google.com with SMTP id hn18so7257613igb.16 for ; Tue, 12 Aug 2014 09:33:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=56GYEkfZ/NFWmW5JnR1TCdFdOwZYhUlNfe5ilRcx614=; b=scxe9gbwGLPKuKOZOpIWBsqxqKHtysJQTNaMl31ha5/xgWekYbbFJ5RsQTHPIV9uul CcF9ehe2rPAa8z4o18DZO+Er6jozrRJqgkObleU1mN9UEmPczKkAba02iRGy2kM+3NXp kHvqcT1MaFv4qmCUOdZftaIZnRQVtPNb2guaNSiuCcpx0PIz0OaWMvvEBQokNyY8uiva /S4qG9WRKBOwlNPWQaeXXUL+hSP7SYBAhS8IIlGs4wSNNxbq+FBdKIqDesBIcQ8JW7/0 ZtfXuDRdMB/6RmSqJesq9dy/WVxHVIXp4xS1/omNBnn/ymzljHlRwwB6dEODUqR5++9d 2aCQ== MIME-Version: 1.0 X-Received: by 10.42.58.210 with SMTP id j18mr42721046ich.2.1407861203960; Tue, 12 Aug 2014 09:33:23 -0700 (PDT) Sender: olivier2553@gmail.com Received: by 10.107.156.143 with HTTP; Tue, 12 Aug 2014 09:33:23 -0700 (PDT) In-Reply-To: <53EA3BCC.9010403@hiwaay.net> References: <53EA391E.9050609@hiwaay.net> <7A2FA757-C28D-4441-9E00-F745468EBF96@kraus-haus.org> <53EA3BCC.9010403@hiwaay.net> Date: Tue, 12 Aug 2014 23:33:23 +0700 X-Google-Sender-Auth: xfizP7SwAuIfU_Fho2e0kYH3BjE Message-ID: Subject: Re: How to transfer Mail from old machine to new FreeBSD box .... From: Olivier Nicole To: "William A. Mahaffey III" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Questions !!!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2014 16:33:24 -0000 William, >>> .... Well, I am down to the snorting post, the last task I need to >>> complete before putting my new FreeBSD 9.3 box into service, replacing = this >>> one (AMD64X2 3800+, FC14 64-bit, terminally patched up several years ag= o). >>> Unfortunately, it looks like a bit of a doozy. I need to get the Mail >>> directory from the old machine to the new one. To start with, I just co= pied >>> the whole thing. 35 min. later when it was done, I invoked T-bird on th= e >>> FreeBSD box & none of the Mail-directory was visible :-/. That method w= orked >>> AOK the last time I used it, 10+ years ago when I put the old box into >>> service :-). That was also the last time I tried, last time I needed to= do >>> that. Is what I am doing supposed to work ? If not, how am I supposed t= o do >>> this ? Mind you, there are yearly archives going back into the '90's, w= hich >>> I want preserved. The whole Mail directory is ~20 GiB :-/ .... >>> thunderbird.x86_64 17.0.7-1.fc14.remi on the Fedora box, thunderbird 31= on >>> the FreeBSD (box std,) .... TIA for any pointers =E2=80=A6. >> >> How is your client accessing the email? IMAP? >> >> Did you remember to install and setup your IMAP server? I use dovecot. >> Remember to use the same format on the new box (either MailDir or Mailbo= x, >> whichever you used on the old). >> >> Or just setup the IMAP server on the new box, configure your email clien= t >> to see both, and use it to move the email over. >> >> -- >> Paul Kraus >> paul@kraus-haus.org >> >> > > > I am retreiving mail from my ISP using their POP3 server, as per the last > 20-ish years. T-bird stashes it iv the Mail directory under my user .... = No > IMAP involved that I know off :-/ ???? Your first message was really unclear, so Paul assumed you were trying to set-up an email server, while all you are doing is an email client. First of all, with your new machine, can you access the POP3 server of your ISP, can you read mail from there? Can you send mail too? Once that is working, create a new test mail folder, find out where Tbird did create that mail folder and copy your mail from the old machine to the new machine with the same scheme as the new test folder. Bests, Olivier