Ariel wrote:
> Hay alguna utilidad que permita eliminar o limpiar los buzones, de
> correos viejos de forma utomática?
> por ejemplo borrar correos de mas 12 meses de antigüedad
> Gracias
>
> //////////////////////
>
> There is some utility that allows to eliminate or to clean the mailboxes
> of old post office of automatic form?
> for example to erase post office of but 12 months of antiguedad
>
> Gracias
# man find
Something like:
# find "/home/vpopmail/domains/*/*/Maildir/[cn][ue][rw]/*" -mtime +365 -exec
rm {} \;
(one single command)
You probably should run it with -ok in place of -exec the first few times to
be sure it's doing what you want.
--
-Eric 'shubes'
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]