From owner-freebsd-questions@FreeBSD.ORG Sat May 20 13:26:10 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 40DE016A434 for ; Sat, 20 May 2006 13:26:10 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id D362443D62 for ; Sat, 20 May 2006 13:26:06 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 0633B5DB5; Sat, 20 May 2006 09:26:06 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4T-cU4bEhKoE; Sat, 20 May 2006 09:26:05 -0400 (EDT) Received: from [192.168.1.251] (pool-68-160-242-211.ny325.east.verizon.net [68.160.242.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id A8AC15DAF; Sat, 20 May 2006 09:26:04 -0400 (EDT) Message-ID: <446F18E9.70801@mac.com> Date: Sat, 20 May 2006 09:26:01 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Jonathan Horne References: <59825.24.1.139.244.1148088476.squirrel@mail.dfwlp.com> In-Reply-To: <59825.24.1.139.244.1148088476.squirrel@mail.dfwlp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: email with a database 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: Sat, 20 May 2006 13:26:10 -0000 Jonathan Horne wrote: > is there an email solution that employs some kind of database that stores > mail for long term? id rather not turn on "leave a copy on the server" as > this has shown to give poorer and poorer performance over time for me. > People normally take backups of their machines in order to protect against losing files, including your email. You should be using IMAP instead of POP3 if you want your email to reside on the server efficiently. -- -Chuck