Wednesday, April 22, 2009

Server constantly sending email Error - webmin

/etc/webmin/bandwidth/rotate.pl
By using this scripts server constantly send email for resolving this issue

# crontab -u root -e
change the line :
0 * * * * /etc/webmin/bandwidth/rotate.pl

into
0 * * * * /etc/webmin/bandwidth/rotate.pl >/dev/null 2>&1

and you don't get any more mossage from crontab.

No comments: