Skip to main content

Cron To Remove Emails Older Than One Hour

Comments

4 comments

  • jlucho
    dear add you script of clean, to : /etc/cron.hourly
    0
  • sparek-3
    You're looking for the -mmin parameter to find instead of -mtime. You will have to specify in minutes, i.e. -mmin -60 for this to work
    0
  • wynonnal
    You're looking for the -mmin parameter to find instead of -mtime. You will have to specify in minutes, i.e. -mmin -60 for this to work

    This worked! Thank you so much - I did not have luck with mmin before but it was because I was setting the value to -0 but now that makes sense. Thank you again!
    0
  • cPanelMichael
    Hello, I'm glad to see the previous posts helped. I've marked this thread as solved. Thank you.
    0

Please sign in to leave a comment.