Date: Fri, 19 Dec 2003 13:32:13 -0600 From: Eric Anderson <anderson@centtech.com> To: freebsd@celestial.com Cc: freebsd-isp@freebsd.org Subject: Re: Managing Maildirs Message-ID: <3FE3523D.7000701@centtech.com> In-Reply-To: <20031219190055.GD85955@alexis.mi.celestial.com> References: <20031219165302.GA51410@ns2.wananchi.com> <20031219190055.GD85955@alexis.mi.celestial.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Bill Campbell wrote: >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? Eric -- ------------------------------------------------------------------ Eric Anderson Systems Administrator Centaur Technology All generalizations are false, including this one. ------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FE3523D.7000701>