From owner-freebsd-questions@FreeBSD.ORG Thu Feb 14 09:15:04 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 3490116A417 for ; Thu, 14 Feb 2008 09:15:04 +0000 (UTC) (envelope-from cthala@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id F264513C4E1 for ; Thu, 14 Feb 2008 09:15:03 +0000 (UTC) (envelope-from cthala@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so483723waf.3 for ; Thu, 14 Feb 2008 01:15:03 -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=JYk1GG08Sj4udpuBcFO57F9esSghMYSz/UnrgYdptec=; b=x6TVjrqMYuNOLULpO3PD3wmgjEUzBZQlUqdScC6aGz32JsWpGI6VdskrWM4UwMdbURb/T53RjM0C5bPSCI+VpKbMMytqni/NDctDgOBfp3IJ9ij9VpdKWAJSsuGUm6cr6Ia6+tOxluAErir1nSp0Cggddc4diB2palH698Xi64w= 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=AIDG0Jc8Qv4TuekBk2oGiqCBwX0TjrkxMA3SmgZQe6VheOCVh7rrTtcre5XPsl0eTKvPAyafz6wIbAE2OEJ4V/sM6TGnm4KcHbOMkeacbQOD2oQPBl8NvsbEGkl5yodm6zF6qPxBakuGPtE0O9YLY6hAp6yOMZtvGuXi2Y67ZkQ= Received: by 10.115.49.16 with SMTP id b16mr1219630wak.65.1202980503691; Thu, 14 Feb 2008 01:15:03 -0800 (PST) Received: by 10.115.48.17 with HTTP; Thu, 14 Feb 2008 01:15:03 -0800 (PST) Message-ID: <77647f500802140115u1f2bbeb9x447c485a290fc8c3@mail.gmail.com> Date: Thu, 14 Feb 2008 04:15:03 -0500 From: "C Thala" To: "Jack Barnett" , freebsd In-Reply-To: <47B3FE16.1000009@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> <77647f500802140025q4ab4296bt529b41684ccad5db@mail.gmail.com> <47B3FE16.1000009@gmail.com> 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 09:15:04 -0000 On Thu, Feb 14, 2008 at 02:38:46AM -0600, Jack Barnett wrote: > This is the setup I use: > > external accounts (pop, imap, etc) <->fetchmail -> procmail -> > filter&archive -> imap > local accounts -> procmail -> filter&archive -> imap > > Then my imap clients connect to the imap server. Please explain what you mean by "local accounts". If I'm not mistaken from reading your reply, this implies one of two things: 1. That I have two IMAP servers, one where I get all my mail, and a second one where I push mail after I have filtered/archived it. The first one should only by used by fetchmail, the second one is read by my various IMAP MUAs. 2. That I somehow have write access to the backend of my IMAP server, so I can pull all the mail from INBOX, do my archiving/filtering, and then repush to various folders and read from there. Is that correct?