Good morning, I’ve found that my phone server has started sending out an email every minute starting last night.
Cron [email protected] /usr/sbin/fwconsole calendar sync 2>&1 > /dev/null
Too many arguments, expected arguments “command”.
calendar [–sync] [–force] [–export EXPORT]
this just started last night and basically spammed my email relay and took down my email relay service.
It looks like the command changed from
/usr/sbin/fwconsole calendar sync 2>&1 > /dev/null
to
/usr/sbin/fwconsole calendar --sync 2>&1 > /dev/null
with out updating the cronjob? Has anyone else seen this error after yesterdays updates?