From owner-freebsd-questions@FreeBSD.ORG Thu Sep 7 19:48:33 2006 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 E487216A4DA for ; Thu, 7 Sep 2006 19:48:33 +0000 (UTC) (envelope-from corwin@aeternal.net) Received: from amber.aeternal.net (amber.aeternal.net [212.232.17.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD8C243D53 for ; Thu, 7 Sep 2006 19:48:31 +0000 (GMT) (envelope-from corwin@aeternal.net) Received: from localhost (localhost.aeternal.net [127.0.0.1]) by amber.aeternal.net (Postfix) with ESMTP id 3A126B9CE; Thu, 7 Sep 2006 21:48:30 +0200 (CEST) X-Virus-Scanned: by amavisd-new at aeternal.net Received: from amber.aeternal.net ([127.0.0.1]) by localhost (amber.aeternal.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JN8DEIf21+zE; Thu, 7 Sep 2006 21:48:29 +0200 (CEST) Received: from [127.0.0.1] (chello089173023220.chello.sk [89.173.23.220]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by amber.aeternal.net (Postfix) with ESMTP id 7DA9DB98B; Thu, 7 Sep 2006 21:48:29 +0200 (CEST) Message-ID: <45007787.5070902@aeternal.net> Date: Thu, 07 Sep 2006 21:48:23 +0200 From: Martin Hudec User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Hair References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Migrating from postfix to postfix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: corwin@aeternal.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 19:48:34 -0000 Hello, Hair wrote: > Hello, the company I work for has decided to host web and mail internally > instead of paying a hosting company. I have gotten freebsd set up and > postfix and squirrelmail up and running. Is there a way to migrate saved > messages from the old server to the new one? I tried simply stopping > postfix on both servers, copy /var/mail/username and restart postfix, but > the copied mail does not show up. Thanks. Check for mbox support in your pop3/imap service as it seems to me that you use mbox as mailformat. Also check access rights, check configuration of pop3/imap service (whatever software you use for this, like Courier, Dovecot etc.). Martin