Re: [qmailtoaster] maintain mailboxes

2008-06-09 Thread Ariel
I did and I think this should operate? find /home/vpopmail/domains/*/*/Maildir/new -type f -mtime +180 -print -exec rm -f */new/* {} \; eliminate the post of older 180 days. This is wrong ? 2008/6/7 PakOgah [EMAIL PROTECTED]: I have create a simple script to delete inactive account,

Re: [qmailtoaster] maintain mailboxes

2008-06-09 Thread Eric Shubert
That looks pretty dangerous to me: rm -f */net/* ??? Ariel wrote: I did and I think this should operate? find /home/vpopmail/domains/*/*/Maildir/new -type f -mtime +180 -print -exec rm -f */new/* {} \; eliminate the post of older 180 days. This is wrong ? 2008/6/7 PakOgah [EMAIL

Re: [qmailtoaster] maintain mailboxes

2008-06-09 Thread PakOgah
I never try to maintain email in Inbox folder instead I am just maintain the folder Trash, spam, sent and Draft http://wiki.qmailtoaster.com/index.php/Maintain_Trash_and_Spam_folder http://am3n.profusehost.net/post/index/65/Maintain-Drafts-Sent-Spam-and-Trash-folder-on-mailserver-Qmailtoaster so

Re: [qmailtoaster] maintain mailboxes

2008-06-07 Thread PakOgah
I have create a simple script to delete inactive account, seems vpopmail always save the last time user autheticate theirself (via pop3/imap) into table lastauth but the problem is when you create a new account and the user never open their mailbox, the user account wont be listed on lastauth

[qmailtoaster] maintain mailboxes

2008-06-06 Thread Ariel
hello, list, I have a problem. turns out that many of my users, not downloading their email, and their postal mailboxes have more than one year old. Queria see if someone has a script to delete old post, as with qtprune probe, but I returned a mistake since they have created folders for webmail

Re: [qmailtoaster] maintain mailboxes

2008-06-06 Thread Eric Shubert
The find command will handle this nicely. Ariel wrote: hello, list, I have a problem. turns out that many of my users, not downloading their email, and their postal mailboxes have more than one year old. Queria see if someone has a script to delete old post, as with qtprune probe, but I