Page 1 of 1

Re: emails sent so much

Posted: Tue Apr 29, 2014 2:43 pm
by demlasjr
In Vesta Panel, in admin account, open CRON and edit every single cronjob adding this to each line:
> /dev/null 2>&1
so the lines will looks like:
sudo /usr/local/vesta/bin/v-update-sys-rrd > /dev/null 2>&1

sudo /usr/local/vesta/bin/v-update-user-stats > /dev/null 2>&1

and so on...

Re: emails sent so much

Posted: Tue Apr 29, 2014 10:37 pm
by nightstryke
You do realize this is due to a VestaCP Error. Normally you wouldn't have Cron issues.

Re: emails sent so much

Posted: Wed Apr 30, 2014 11:38 am
by demlasjr
nightstryke wrote:You do realize this is due to a VestaCP Error. Normally you wouldn't have Cron issues.

Doesn't looks like issues. Depends what's the content of those emails.
It may be only notices. If I create scripts and add them to cron, I'm getting also emails each time the cron is run. Not sure if it should happens with vestacp, since I never had issue, but he can use my fix.