On Tue, Apr 28, 2009 at 12:39 PM, Victor Duchovni
<victor.ducho...@morganstanley.com> wrote:
> On Tue, Apr 28, 2009 at 12:24:21PM -0700, tom lee wrote:
>
>> I use Postfix Maildir for saving storing the incoming emails.
>
>
>> I also
>> use procmail to deliver the emails to a different directory every day.
>
> What (technical detail) do you mean when you say this?

here is my /etc/procmailrc file:

DATE=`date -u "+%Y-%m-%d"`
MYINBOX="$HOME/Maildir/$DATE/"
:0
$MYINBOX

it will deliver email to $MYINBOX every day with different  directory name.
I will then tar and remove all emails and directory in $MYINBOX for
previous day. is it required to stop postfix to get it done?

thanks.

tom

Reply via email to