From owner-freebsd-questions@FreeBSD.ORG Thu Feb 19 11:05:40 2004 Return-Path: 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 2786516A4CE for ; Thu, 19 Feb 2004 11:05:40 -0800 (PST) Received: from mail.rtl.org (rtl-3.i2k.com [63.94.12.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07C1043D1F for ; Thu, 19 Feb 2004 11:05:40 -0800 (PST) (envelope-from jstewart@rtl.org) Received: from mis3c.rtl.lan (rtl-2.i2k.com [63.94.12.206]) by mail.rtl.org (Postfix) with ESMTP id 2168F30AC0; Thu, 19 Feb 2004 14:04:33 -0500 (EST) Received: by mis3c.rtl.lan (Postfix, from userid 500) id 82F1A4FDF; Thu, 19 Feb 2004 14:05:31 -0500 (EST) Date: Thu, 19 Feb 2004 14:05:31 -0500 From: Jason Stewart To: Xpression Message-ID: <20040219190531.GC17254@rtl.org> Mail-Followup-To: Xpression , FreeBSD-questions References: <000901c3f64a$e210caf0$0901a8c0@bloodlust> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000901c3f64a$e210caf0$0901a8c0@bloodlust> User-Agent: Mutt/1.4.1i cc: FreeBSD-questions Subject: Re: mail client question... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 19:05:40 -0000 On 18/02/04 13:13 -0500, Xpression wrote: > Hi list, anyone are using exim as a MUA ??? I can't configure it to > send mails, or anyone know a very easy configurable mail client for FreeBSD > ??? Thanks in advance... Exim is an MTA. My setup looks like this: MUA (The mail client): Mutt MTA (SMTP Server): Postfix POP3 Client: postfix MDA (Local delivery agent): procmail with spamassassin. The whole setup wasn't all that easy to get working how I wanted it to, but now that it's all set up, it's nice. I was using mozilla mail and before that evolution, but now that I have mutt, I won't go back. Mutt is really great for dealing with large volumes of mail. My sapm get filtered via spamass and procmail separates my other mail into separate boxes for me. I used to spend 2 hours a day on mail, now with Mutt, it's only 1/2 hour per day. Jason