Hi guys,
i am using this cron job to delete old mails automatic on Horde.
find /home/SERVER_LOGIN_USERNAME/mail/DOMAIN_NAME/MAIL_ACCOUNT_NAME/cur -type f -mtime +30 -exec rm {} \;
what i wonder what to change in the code above if i want to delete mails that is older than 6 month?
warm regards Birken
i am using this cron job to delete old mails automatic on Horde.
find /home/SERVER_LOGIN_USERNAME/mail/DOMAIN_NAME/MAIL_ACCOUNT_NAME/cur -type f -mtime +30 -exec rm {} \;
what i wonder what to change in the code above if i want to delete mails that is older than 6 month?
warm regards Birken