Hi,
On one of my servers my users run cronjobs and they havent disabled the emails and its a pain in the ass to go through each one of them and disable them. Is there a way to disable ALL cronjob emails in one time? Or just disable them definitely?
The reason I want to do this is because I now have 129 pages of emails in the Mail Que Administration (95% = cronjob emails) and I want to use the Mail Que Administration to see what kinds of emails are sent (spam).
I know that if I place ">/dev/null 2>&1" behind a command it will not send the email, but is it possible to put this behind all cronjobs or just disable it completely so it doesnt send emails even if it doesnt have ">/dev/null 2>&1" behind the command?
Thanks...
On one of my servers my users run cronjobs and they havent disabled the emails and its a pain in the ass to go through each one of them and disable them. Is there a way to disable ALL cronjob emails in one time? Or just disable them definitely?
The reason I want to do this is because I now have 129 pages of emails in the Mail Que Administration (95% = cronjob emails) and I want to use the Mail Que Administration to see what kinds of emails are sent (spam).
I know that if I place ">/dev/null 2>&1" behind a command it will not send the email, but is it possible to put this behind all cronjobs or just disable it completely so it doesnt send emails even if it doesnt have ">/dev/null 2>&1" behind the command?
Thanks...