Hi everyone,
about a month ago I wrote 2 crontab entries to run every 30 seconds (used to upload some data). Everything worked fine, until yesterday I opened my spam mail folder and found more than 86,400 mails (XD). every time the cron service runs an email regarding the job is sent, and this behaviour is definitely not good for me. I tried to redirect the output to /dev/null as suggested in another thread, with no result (emails still sent).
I'd like to disable the notifications for cron or, if not possible to retain for the other services, disabling them completely.
Thanks
Stefano
about a month ago I wrote 2 crontab entries to run every 30 seconds (used to upload some data). Everything worked fine, until yesterday I opened my spam mail folder and found more than 86,400 mails (XD). every time the cron service runs an email regarding the job is sent, and this behaviour is definitely not good for me. I tried to redirect the output to /dev/null as suggested in another thread, with no result (emails still sent).
I'd like to disable the notifications for cron or, if not possible to retain for the other services, disabling them completely.
Thanks
Stefano