From owner-freebsd-questions@FreeBSD.ORG Sat Dec 25 09:12:12 2010 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 71BFC106566B for ; Sat, 25 Dec 2010 09:12:12 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 024AC8FC17 for ; Sat, 25 Dec 2010 09:12:11 +0000 (UTC) Received: by wwf26 with SMTP id 26so7217628wwf.31 for ; Sat, 25 Dec 2010 01:12:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=XXni310wRnycx/NaaxzhY7InIxcg0pEdtwb9PFEGQn4=; b=EY5Ih9Cid3XvwfQBSOmUqJMf5zyxeBVkiNBGRFt2ME95DyeY+dc2JmyC+4uJ67TaVm hMyO5xEVVRCMyWJJvM/0rDR8Om0awwbwu/vYfZWxt/Z6S/5og5f83zx7xO0O7ssz9hyM SPg+gxNcm9e/Fc01pIdEHzV6TsBm0HbvDF8Hw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=PJAAaxHGhGxDLxbeSi71Lj07r8UhqJW8G9OlUNLSTfejEoHn8d/HKv9JrsEgR+rm61 t5d72L9AjM8AJ1U0E02ByiYklTbMfjCJL2iug1OcZ0Gt+0+lJKjHPudQeCCgUeddwNCU M2UkgWklHb1OxAD9JiFTVpBuhsowjmwanW3LQ= Received: by 10.227.183.203 with SMTP id ch11mr6152747wbb.214.1293268330941; Sat, 25 Dec 2010 01:12:10 -0800 (PST) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk [87.194.105.247]) by mx.google.com with ESMTPS id 11sm6761960wbj.7.2010.12.25.01.12.09 (version=SSLv3 cipher=RC4-MD5); Sat, 25 Dec 2010 01:12:09 -0800 (PST) Date: Sat, 25 Dec 2010 09:12:07 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20101225091207.54248d4e@gumby.homeunix.com> In-Reply-To: References: <4D1433F0.9@infracaninophile.co.uk> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: fetching mail (but not fetchmail) 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, 25 Dec 2010 09:12:12 -0000 On Fri, 24 Dec 2010 00:33:42 -0600 David Kelly wrote: > > Mail.app, Outlook, or Firefox. But in doing this you are not giving > up the ability to do mail on your console. > ... > When using maildir format both mutt and dovecot can operate out of > the same mail repository at the same time. mutt and [al]pine support imap, and dovecot works more efficiently if you don't modify, or deliver to, the mail store without going through imap or deliver. BTW no-one has mentioned getmail. getmail can deliver to an mda or maildir and pipe though spam/virus filters itself. In combination with the sieve support in dovecot deliver you can drop procmail altogether.