From owner-freebsd-questions@FreeBSD.ORG Thu Feb 14 08:25:51 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 2E1D816A419 for ; Thu, 14 Feb 2008 08:25:51 +0000 (UTC) (envelope-from cthala@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id EA22613C45B for ; Thu, 14 Feb 2008 08:25:50 +0000 (UTC) (envelope-from cthala@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so467138waf.3 for ; Thu, 14 Feb 2008 00:25:50 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=M5e6Q32LKP9aVam7RxlF5EAGfJYkMUTGlVjNBIpxKBk=; b=qFkV4MkLgM8Khvv1dkAHvZmetCYPZeUsjkE8oNqOi778jgVEuosg6wayaish6bMk4bZ99PVysQPZOz4cfOW4p7miE36DHGYKn2iDDWAGXvbhoxdpGdg6nqZFB0kF288ZJIhDYh9sJQ1oIR6Smk6GWgjvITn+GnhsaW1U0IiRlhs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Gua2iG7yu6McMKCcVGgrWUJQHlXE6nGFMhhq3Bdwvg17VwJ91wiu/RChhRCNQx7Mhw1fUc5oi3fbKDDVRR6TfTeiqG4Ktq/PbPgasIsrf71jzU7bB8aFlqZgEXNP4A0bbbO0EiuzuYbQfQEaSbd1VVezCo3Js+fxRuV8uN1Pz1A= Received: by 10.115.88.1 with SMTP id q1mr1171266wal.64.1202977550396; Thu, 14 Feb 2008 00:25:50 -0800 (PST) Received: by 10.115.48.17 with HTTP; Thu, 14 Feb 2008 00:25:50 -0800 (PST) Message-ID: <77647f500802140025q4ab4296bt529b41684ccad5db@mail.gmail.com> Date: Thu, 14 Feb 2008 03:25:50 -0500 From: "C Thala" To: freebsd In-Reply-To: <77647f500802132332p735a53c7i10a76a3e909dfb7f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <77647f500802132332p735a53c7i10a76a3e909dfb7f@mail.gmail.com> Subject: 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 08:25:51 -0000 I need to strictly archive all mail sent to me. For some time I've been using fetchmail/getmail from ports to suck down (every 5 minutes or so) the IMAP mail sent by my ISP and send it through procmail where I make a copy and then archive it (I also do my filtering into various mailboxes in procmail). I then use my mail user agent to read the mail from a local machine. This has worked fine all these years, but now I am switching to the paradigm where I am checking mail from multiple clients, so I plan on using IMAP-aware user agents. As I understand it, these IMAP-aware user agents operate directly on the IMAP spool. How can I archive my mail before it reaches them? Also, how do I do my filtering to various mailboxes?