Using the following command line:
find /home/{PW}/mail/DOMAIN.com/.donotreply/inbox -type f -mtime +5 -exec rm {} \;
(Have tried this with and without the period found in the site's email address, and with and without the password in curly brackets.)
I am neither getting results, nor am getting an email saying the job completed or failed; nor do I see any cron jobs that I've added anywhere in the FTP.
find /home/{PW}/mail/DOMAIN.com/.donotreply/inbox -type f -mtime +5 -exec rm {} \;
(Have tried this with and without the period found in the site's email address, and with and without the password in curly brackets.)
I am neither getting results, nor am getting an email saying the job completed or failed; nor do I see any cron jobs that I've added anywhere in the FTP.