Re: Managing Maildirs
From: Damian Gerow (damian_at_sentex.net)
Date: 12/19/03
- Previous message: Tillman Hodgson: "Re: Managing Maildirs"
- In reply to: Eric Anderson: "Re: Managing Maildirs"
- Next in thread: Eric Anderson: "Re: Managing Maildirs"
- Reply: Eric Anderson: "Re: Managing Maildirs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 19 Dec 2003 14:40:31 -0500 To: freebsd-isp@freebsd.org
Thus spake Eric Anderson (anderson@centtech.com) [19/12/03 14:33]:
> >Number one above will do the trick and is far more efficient than using the
> >``find ...-exec'', although you might want to modify it to only nuke mail
> >over a certain age. To nuke all trash over 30 days old:
> >
> > find /home/*/Maildir/.Trash -type f -mtime +30 | xargs rm
>
> On a totally unrelated note, I'm thinking about switching from mbox
> formatted mailboxes using imap, to a more robust and faster imap server
> that uses maildirs. My problem is, I have pop users, imap users, and
> elm/mutt/pine users on the same box. Does elm/mutt/pine work ok with
> maildirs? What about sendmail? What should I be looking out for?
Oddly enough, we were just discussing a similar thing yesterday, but decided
against it.
I am currently using mutt with mh-style directories on my local machine,
without difficulties. And if it /does/ cause difficulties, just IMAP to
localhost. Mutt and IMAP seem to play nicely together, I've been using it
with cyrus for about a year now, with no issues (aside from configuration
issues).
The hard part will be converting your current mbox-style mailboxes over to
maildir-style mailboxes, IMHO.
_______________________________________________
freebsd-isp@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"
- Previous message: Tillman Hodgson: "Re: Managing Maildirs"
- In reply to: Eric Anderson: "Re: Managing Maildirs"
- Next in thread: Eric Anderson: "Re: Managing Maildirs"
- Reply: Eric Anderson: "Re: Managing Maildirs"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|