From owner-freebsd-questions@FreeBSD.ORG Fri Feb 17 22:32:05 2012 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 B13FC1065677 for ; Fri, 17 Feb 2012 22:32:05 +0000 (UTC) (envelope-from jherman@dichotomia.fr) Received: from mail.dichotomia.fr (hydrogen.dichotomia.net [91.121.82.228]) by mx1.freebsd.org (Postfix) with ESMTP id 70AFD8FC13 for ; Fri, 17 Feb 2012 22:32:05 +0000 (UTC) Received: from [192.168.2.11] (unknown [109.190.13.180]) (Authenticated sender: kha@dichotomia.fr) by sslmail.dichotomia.fr (Postfix) with ESMTPSA id EABBC3DD073 for ; Fri, 17 Feb 2012 23:14:57 +0100 (CET) Message-ID: <4F3ED173.8000802@dichotomia.fr> Date: Fri, 17 Feb 2012 23:15:15 +0100 From: Jerome Herman User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.1) Gecko/20120208 Thunderbird/10.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (sslmail.dichotomia.fr); Fri, 17 Feb 2012 23:14:58 +0100 (CET) Subject: Re: Maildir Format 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: Fri, 17 Feb 2012 22:32:05 -0000 On 17/02/2012 18:16, APseudoUtopia wrote: > Hello, > > I'm setting up the email system on my server. I got rid of sendmail > and installed postfix, and I will be installing dovecot. I researched > the difference between mbox and maildir formats, and I'm going to go > with the Maildir. I'm running everything on ZFS, so many small files > shouldn't be a problem. > > My problem is, before I made any of these changes and was using the > default sendmail setup, I was using /usr/bin/mail to read my periodic > and cron outputs. However, after I installed postfix with the Maildir > delivery option, I quickly realized that /usr/bin/mail doesn't support > Maildir. > > Can anyone suggest a MUA which has support for Maildir that I can use? > I'm looking for something simple and command line, similar to > /usr/bin/mail that I can use until I get around to installing Dovecot. > The only one I know of off the top of my head is mutt. I've never had > much use, and thus experience, with unix MUAs. > > Thank you. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Alpine and Mutt, try mutt first and if you do not like it try alpine. There are others (gnus, elm and cone). Elm being more or less the ancester of both pine and mutt. I never tested any of these three though.