|
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. _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[hidden email]" |
|
On Fri, February 17, 2012 12:16 pm, 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. Honestly, for one or two pure-text emails a day, I find 'less' on the most recent files in the Maildir folder works fairly well, especially for just a couple of days... Daniel T. Staal --------------------------------------------------------------- This email copyright the author. Unless otherwise noted, you are expressly allowed to retransmit, quote, or otherwise use the contents for non-commercial purposes. This copyright will expire 5 years after the author's death, or in 30 years, whichever is longer, unless such a period is in excess of local copyright law. --------------------------------------------------------------- _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[hidden email]" |
|
In reply to this post by APseudoUtopia
Hi,
Reference: > From: APseudoUtopia <[hidden email]> > Date: Fri, 17 Feb 2012 12:16:29 -0500 > Message-id: <CAKOHg=PpeqZjEN8Romfn=[hidden email]> 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. FYI an mbox splitter prog I wrote http://berklix.com/~jhs/src/bsd/jhs/bin/public/mailsplit/ > > 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. > _______________________________________________ > [hidden email] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[hidden email]" > Cheers, Julian -- Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com Reply below not above, cumulative like a play script, & indent with "> ". Format: Plain text. Not HTML, multipart/alternative, base64, quoted-printable. Mail from @yahoo dumped @berklix. http://berklix.org/yahoo/ _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[hidden email]" |
|
In reply to this post by APseudoUtopia
On Fri, Feb 17, 2012, 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. Mutt would be my choice. I have been using it for over a decade, and it handles Maildir as well as other common mailbox formats. Bill -- INTERNET: [hidden email] Bill Campbell; Celestial Software LLC URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way Voice: (206) 236-1676 Mercer Island, WA 98040-0820 Fax: (206) 232-9186 Skype: jwccsllc (206) 855-5792 The essence of all slavery consists in taking the produce of another's labor by force. It is immaterial whether this force be founded on ownership of the slave or ownership of the money that he must get to live on. Leo Tolstoy 1891 _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[hidden email]" |
|
In reply to this post by APseudoUtopia
On 17/02/2012 17: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. Paul. > > Thank you. > _______________________________________________ > [hidden email] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[hidden email]" -- ------------------------- Paul Macdonald IFDNRG Ltd Web and video hosting ------------------------- t: 0131 5548070 m: 07970339546<<PLEASE NOTE NEW MOBILE<< e: [hidden email] w: http://www.ifdnrg.com ------------------------- IFDNRG 40 Maritime Street Edinburgh EH6 6SA ------------------------- _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[hidden email]" |
|
In reply to this post by Bill Campbell-4
On Fri, 17 Feb 2012 10:06:01 -0800, Bill Campbell wrote:
> Mutt would be my choice. I have been using it for over a decade, > and it handles Maildir as well as other common mailbox formats. Also pine should be able to handle it (even though it could be called "overcomplex" in relation to /usr/bin/mail). By the way, the suggestion of redirecting the system's mail output to a specific user account or "external" mail account removes the choice for a program for local use. So the user's default MUA (even if it's a web based solution) could be used. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[hidden email]" |
|
In reply to this post by APseudoUtopia
On 2/17/2012 11:16 AM, 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. > _______________________________________________ > [hidden email] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[hidden email]" I use dovecot to serve the mail, and access using imap for the clients. Almost any client you're probably going to use will support imap, so maildir vs mbox doesn't matter. It also means I have it set up to access the mail from anywhere. _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[hidden email]" |
|
In reply to this post by APseudoUtopia
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. > _______________________________________________ > [hidden email] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[hidden email]" 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. _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[hidden email]" |
|
In reply to this post by APseudoUtopia
>Can anyone suggest a MUA which has support for Maildir that I can use?
Pine is dead, replaced by alpine. The FreeBSD port has a config option to support maildirs. I've used it, it works. R's, John _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[hidden email]" |
| Powered by Nabble | Edit this page |
