From owner-freebsd-questions@FreeBSD.ORG Thu Feb 14 19:35:28 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8515916A419 for ; Thu, 14 Feb 2008 19:35:28 +0000 (UTC) (envelope-from cthala@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id 32AC013C45E for ; Thu, 14 Feb 2008 19:35:27 +0000 (UTC) (envelope-from cthala@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so747178waf.3 for ; Thu, 14 Feb 2008 11:35:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=eDm+f3uWIVO5ew30RXJn58fnuaulXdyqN9AztWZBx9s=; b=ML/0jvgRqWeEplGNT2U7jeQHzRcFsoGDOK2jtEpBonZzFnYr3vzlG21Hr4+Rwi0OQq79T01Wu4kMSZciKvjUtuQZvRePoQudSOloBQQOziq0t7Um395lY3Qhi5FljDLSUPHRnwe12zTPQFdpqvvQKiit3zVAmgO0A0+hZf4Rymc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=O6EH1vB8YxanIk6BJ7rwhEcn0q5tkDJuSAnMs8v0etKYTHzmKObzeS4bxjQLTtoMYO9VA5PJ0E0VisXqkse0+4TjXmZKolEaIAn31hNcp/bSiBZfivPqnPojgKZRe8r5Z/GHfdQsOqZEqpX3S0zr2in1vU+0qAMmOJi7DxrmqY8= Received: by 10.115.75.1 with SMTP id c1mr1990934wal.84.1203017723608; Thu, 14 Feb 2008 11:35:23 -0800 (PST) Received: by 10.115.48.17 with HTTP; Thu, 14 Feb 2008 11:35:23 -0800 (PST) Message-ID: <77647f500802141135w2a270e4dsf5292914bae5ae20@mail.gmail.com> Date: Thu, 14 Feb 2008 14:35:23 -0500 From: "C Thala" To: freebsd-questions@freebsd.org In-Reply-To: <20080214094338.GA21341@phoenix.nasreddine.info> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <77647f500802132332p735a53c7i10a76a3e909dfb7f@mail.gmail.com> <77647f500802140025q4ab4296bt529b41684ccad5db@mail.gmail.com> <47B3FE16.1000009@gmail.com> <77647f500802140115u1f2bbeb9x447c485a290fc8c3@mail.gmail.com> <20080214094338.GA21341@phoenix.nasreddine.info> Cc: Subject: Re: archiving all IMAP mail? 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: Thu, 14 Feb 2008 19:35:28 -0000 On Thu, Feb 14, 2008 at 10:43:38AM +0100, Wael Nasreddine wrote: > First I have postfix installed with sasl/mysql backend > > fetchmail spits the mail out to procmail which do all > the filtering and deliver the email to /home/wael/.mail folder >From the sound of it, it seems like you have control of your MTA and the backend of your IMAP server. I have neither.